Shades of Cutty Sark #5F766E
Tints of Cutty Sark #5F766E
RGB
CMYK
RGB Variations
Color information
#5F766E (or 0x5F766E) is known color: Cutty Sark. HEX triplet: 5F, 76 and 6E. RGB value is (95,118,110). Sum of RGB (Red+Green+Blue) = 95+118+110=323 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.41% from 323); Green value is 118 (46.48% from 255 or 36.53% from 323); Blue value is 110 (43.36% from 255 or 34.06% from 323); Max value from RGB is 118 - color contains mainly: green. Hex color #5F766E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F766E is #A08991. Grayscale: #6E6E6E. Windows color (decimal): -10520978 or 7239263. OLE color: 7239263.
HSL color Cylindrical-coordinate representation of color #5F766E: hue angle of 159.13º degrees, saturation: 0.11, 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 #5F766E is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 95 | 118 | 110 | - |
| CMYK | 0.19 | 0 | 0.07 | 0.54 |
| HSL | 159.13º | 0.11% | 0.42% | - |
| HSV(B) | 159.13º | 0.19% | 0.46% | - |
| XYZ | 14.01 | 16.52 | 17.2 | - |
| YUV | 110.21 | 127.88 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 118 | 110 | 0.19 | 0 | 0.07 | 0.54 | 159.13 | 0.11 | 0.42 |
| Hex | 5F | 76 | 6E | 13 | 0 | 7 | 36 | 9F | B | 2A |
| Octal | 137 | 166 | 156 | 23 | 0 | 7 | 66 | 237 | 13 | 52 |
| Binary | 1011111 | 1110110 | 1101110 | 10011 | 0 | 111 | 110110 | 10011111 | 1011 | 101010 |
Color Harmonies of #5F766E
Complementary color
Monochromatic Colors of #5F766E
Black with #5F766E
Text Example
Text Example
White with #5F766E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F766E; }
p { color: rgb(95,118,110); }
H1.HeaderClassName
{
color: #5F766E;
}
.AnyTagClassName
{
color: #5F766E;
}
</style>
background-color css
<style>
a { background-color: #5F766E; }
a { background-color: rgb(95,118,110); }
div.DivClassName
{
background-color: #5F766E;
}
.BgClassName
{
background-color: #5F766E;
}
</style>
border-color css
<style>
span { border-color: #5F766E; }
span { border-color: rgb(95,118,110); }
td.TdClassName
{
border-color: #5F766E;
}
.TagClassName
{
border-color: #5F766E;
}
</style>