Shades of Cutty Sark #5F786E
Tints of Cutty Sark #5F786E
RGB
CMYK
RGB Variations
Color information
#5F786E (or 0x5F786E) is known color: Cutty Sark. HEX triplet: 5F, 78 and 6E. RGB value is (95,120,110). Sum of RGB (Red+Green+Blue) = 95+120+110=325 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.23% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 120 - color contains mainly: green. Hex color #5F786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F786E is #A08791. Grayscale: #6F6F6F. Windows color (decimal): -10520466 or 7239775. OLE color: 7239775.
HSL color Cylindrical-coordinate representation of color #5F786E: hue angle of 156º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F786E is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 95 | 120 | 110 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.53 |
| HSL | 156º | 0.12% | 0.42% | - |
| HSV(B) | 156º | 0.21% | 0.47% | - |
| XYZ | 14.25 | 16.99 | 17.28 | - |
| YUV | 111.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 120 | 110 | 0.21 | 0 | 0.08 | 0.53 | 156 | 0.12 | 0.42 |
| Hex | 5F | 78 | 6E | 15 | 0 | 8 | 35 | 9C | C | 2A |
| Octal | 137 | 170 | 156 | 25 | 0 | 10 | 65 | 234 | 14 | 52 |
| Binary | 1011111 | 1111000 | 1101110 | 10101 | 0 | 1000 | 110101 | 10011100 | 1100 | 101010 |
Color Harmonies of #5F786E
Complementary color
Monochromatic Colors of #5F786E
Black with #5F786E
Text Example
Text Example
White with #5F786E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F786E; }
p { color: rgb(95,120,110); }
H1.HeaderClassName
{
color: #5F786E;
}
.AnyTagClassName
{
color: #5F786E;
}
</style>
background-color css
<style>
a { background-color: #5F786E; }
a { background-color: rgb(95,120,110); }
div.DivClassName
{
background-color: #5F786E;
}
.BgClassName
{
background-color: #5F786E;
}
</style>
border-color css
<style>
span { border-color: #5F786E; }
span { border-color: rgb(95,120,110); }
td.TdClassName
{
border-color: #5F786E;
}
.TagClassName
{
border-color: #5F786E;
}
</style>