Shades of Cutty Sark #608877
Tints of Cutty Sark #608877
RGB
CMYK
RGB Variations
Color information
#608877 (or 0x608877) is known color: Cutty Sark. HEX triplet: 60, 88 and 77. RGB value is (96,136,119). Sum of RGB (Red+Green+Blue) = 96+136+119=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 136 (53.52% from 255 or 38.75% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 136 - color contains mainly: green. Hex color #608877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #608877 is #9F7788. Grayscale: #7A7A7A. Windows color (decimal): -10450825 or 7833696. OLE color: 7833696.
HSL color Cylindrical-coordinate representation of color #608877: hue angle of 154.5º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #608877 is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 96 | 136 | 119 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.47 |
| HSL | 154.5º | 0.17% | 0.45% | - |
| HSV(B) | 154.5º | 0.29% | 0.53% | - |
| XYZ | 16.96 | 21.43 | 20.69 | - |
| YUV | 122.1 | 126.25 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 136 | 119 | 0.29 | 0 | 0.12 | 0.47 | 154.5 | 0.17 | 0.45 |
| Hex | 60 | 88 | 77 | 1D | 0 | C | 2F | 9A | 11 | 2D |
| Octal | 140 | 210 | 167 | 35 | 0 | 14 | 57 | 232 | 21 | 55 |
| Binary | 1100000 | 10001000 | 1110111 | 11101 | 0 | 1100 | 101111 | 10011010 | 10001 | 101101 |
Color Harmonies of #608877
Complementary color
Monochromatic Colors of #608877
Black with #608877
Text Example
Text Example
White with #608877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608877; }
p { color: rgb(96,136,119); }
H1.HeaderClassName
{
color: #608877;
}
.AnyTagClassName
{
color: #608877;
}
</style>
background-color css
<style>
a { background-color: #608877; }
a { background-color: rgb(96,136,119); }
div.DivClassName
{
background-color: #608877;
}
.BgClassName
{
background-color: #608877;
}
</style>
border-color css
<style>
span { border-color: #608877; }
span { border-color: rgb(96,136,119); }
td.TdClassName
{
border-color: #608877;
}
.TagClassName
{
border-color: #608877;
}
</style>