Shades of Cutty Sark #5F7F77
Tints of Cutty Sark #5F7F77
RGB
CMYK
RGB Variations
Color information
#5F7F77 (or 0x5F7F77) is known color: Cutty Sark. HEX triplet: 5F, 7F and 77. RGB value is (95,127,119). Sum of RGB (Red+Green+Blue) = 95+127+119=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 127 (50% from 255 or 37.24% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 127 - color contains mainly: green. Hex color #5F7F77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F7F77 is #A08088. Grayscale: #747474. Windows color (decimal): -10518665 or 7831391. OLE color: 7831391.
HSL color Cylindrical-coordinate representation of color #5F7F77: hue angle of 165º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5F7F77 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 95 | 127 | 119 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.50 |
| HSL | 165º | 0.14% | 0.44% | - |
| HSV(B) | 165º | 0.25% | 0.5% | - |
| XYZ | 15.64 | 18.94 | 20.29 | - |
| YUV | 116.52 | 129.4 | 112.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 127 | 119 | 0.25 | 0 | 0.06 | 0.50 | 165 | 0.14 | 0.44 |
| Hex | 5F | 7F | 77 | 19 | 0 | 6 | 32 | A5 | E | 2C |
| Octal | 137 | 177 | 167 | 31 | 0 | 6 | 62 | 245 | 16 | 54 |
| Binary | 1011111 | 1111111 | 1110111 | 11001 | 0 | 110 | 110010 | 10100101 | 1110 | 101100 |
Color Harmonies of #5F7F77
Complementary color
Monochromatic Colors of #5F7F77
Black with #5F7F77
Text Example
Text Example
White with #5F7F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7F77; }
p { color: rgb(95,127,119); }
H1.HeaderClassName
{
color: #5F7F77;
}
.AnyTagClassName
{
color: #5F7F77;
}
</style>
background-color css
<style>
a { background-color: #5F7F77; }
a { background-color: rgb(95,127,119); }
div.DivClassName
{
background-color: #5F7F77;
}
.BgClassName
{
background-color: #5F7F77;
}
</style>
border-color css
<style>
span { border-color: #5F7F77; }
span { border-color: rgb(95,127,119); }
td.TdClassName
{
border-color: #5F7F77;
}
.TagClassName
{
border-color: #5F7F77;
}
</style>