Shades of Cutty Sark #60766D
Tints of Cutty Sark #60766D
RGB
CMYK
RGB Variations
Color information
#60766D (or 0x60766D) is known color: Cutty Sark. HEX triplet: 60, 76 and 6D. RGB value is (96,118,109). Sum of RGB (Red+Green+Blue) = 96+118+109=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 118 - color contains mainly: green. Hex color #60766D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60766D is #9F8992. Grayscale: #6E6E6E. Windows color (decimal): -10455443 or 7173728. OLE color: 7173728.
HSL color Cylindrical-coordinate representation of color #60766D: hue angle of 155.45º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #60766D is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 96 | 118 | 109 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.54 |
| HSL | 155.45º | 0.1% | 0.42% | - |
| HSV(B) | 155.45º | 0.19% | 0.46% | - |
| XYZ | 14.06 | 16.55 | 16.92 | - |
| YUV | 110.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 118 | 109 | 0.19 | 0 | 0.08 | 0.54 | 155.45 | 0.1 | 0.42 |
| Hex | 60 | 76 | 6D | 13 | 0 | 8 | 36 | 9B | A | 2A |
| Octal | 140 | 166 | 155 | 23 | 0 | 10 | 66 | 233 | 12 | 52 |
| Binary | 1100000 | 1110110 | 1101101 | 10011 | 0 | 1000 | 110110 | 10011011 | 1010 | 101010 |
Color Harmonies of #60766D
Complementary color
Monochromatic Colors of #60766D
Black with #60766D
Text Example
Text Example
White with #60766D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60766D; }
p { color: rgb(96,118,109); }
H1.HeaderClassName
{
color: #60766D;
}
.AnyTagClassName
{
color: #60766D;
}
</style>
background-color css
<style>
a { background-color: #60766D; }
a { background-color: rgb(96,118,109); }
div.DivClassName
{
background-color: #60766D;
}
.BgClassName
{
background-color: #60766D;
}
</style>
border-color css
<style>
span { border-color: #60766D; }
span { border-color: rgb(96,118,109); }
td.TdClassName
{
border-color: #60766D;
}
.TagClassName
{
border-color: #60766D;
}
</style>