Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Applications > App to create colors

App to create colors
Thread Tools
pinbot
Fresh-Faced Recruit
Join Date: Aug 2005
Status: Offline
Reply With Quote
Jan 29, 2006, 11:18 AM
 
i am looking for a simple app to find colors, like the option you have in photoshop or illustrator.

Say you have a color. to get a variant, i c&p the code, say #aacb23, in the photoshop color picker window and tweak it a little to get a different version of the color.

But it's a bit silly to start Photshop just to find a color. There's plenty of colorpicker type apps, but none in which in can C&P a code....
     
Visnaut
Senior User
Join Date: Nov 2000
Location: Toronto, Ontario
Status: Offline
Reply With Quote
Jan 29, 2006, 07:34 PM
 
I highly reccomend Color Schemer Studio

http://www.colorschemer.com/osx_info.php
     
Chuckit
Clinically Insane
Join Date: Oct 2001
Location: San Diego, CA, USA
Status: Offline
Reply With Quote
Jan 29, 2006, 08:12 PM
 
I don't know when you got your computer, but my PowerBook came with a program called Art Directors Toolkit that can do this.
Chuck
___
"Instead of either 'multi-talented' or 'multitalented' use 'bisexual'."
     
hwdor
Fresh-Faced Recruit
Join Date: Jan 2005
Location: West Coast of USA
Status: Offline
Reply With Quote
Jan 30, 2006, 10:55 PM
 
Try ColourMod. It comes in several flavors (Widget, Konfabulator, stand alone, etc.) and allows you to cut and paste. And its free!
     
zro
Mac Elite
Join Date: Nov 2003
Location: The back of the room
Status: Offline
Reply With Quote
Jan 31, 2006, 01:00 AM
 
Try this.

http://joshuaink.com/blog/400/free-os-x-apps#c005815


The OS ColorPicker has a few nifty tricks up its sleeves. Plus it supports third party pickers. I suggest using it where ever you can.



Sweet, check this out...

http://www.apple.com/applescript/gui...gs/sbrt.04.htm

set theColor to (choose color)
set the clipboard to my RGB2HTML(theColor)

on RGB2HTML(RGB_values)
-- NOTE: this sub-routine expects the RBG values to be from 0 to 65536
set the hex_list to ¬
{"0", "1", "2", "3", "4", "5", "6", "7", "8", ¬
"9", "A", "B", "C", "D", "E", "F"}
set the the hex_value to ""
repeat with i from 1 to the count of the RGB_values
set this_value to (item i of the RGB_values) div 256
if this_value is 256 then set this_value to 255
set x to item ((this_value div 16) + 1) of the hex_list
set y to item (((this_value / 16 mod 1) * 16) + 1) of the hex_list
set the hex_value to (the hex_value & x & y) as string
end repeat
return ("#" & the hex_value) as string
end RGB2HTML
( Last edited by zro; Jan 31, 2006 at 01:39 AM. Reason: add'l info)
     
   
 
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Top
Privacy Policy
All times are GMT -4. The time now is 10:50 PM.
All contents of these forums © 1995-2017 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.8 © 2000-2017, Jelsoft Enterprises Ltd.,