Shades of Cutty Sark #57776D
Tints of Cutty Sark #57776D
RGB
CMYK
RGB Variations
Color information
#57776D (or 0x57776D) is known color: Cutty Sark. HEX triplet: 57, 77 and 6D. RGB value is (87,119,109). Sum of RGB (Red+Green+Blue) = 87+119+109=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 119 (46.88% from 255 or 37.78% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 119 - color contains mainly: green. Hex color #57776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57776D is #A88892. Grayscale: #6C6C6C. Windows color (decimal): -11045011 or 7173975. OLE color: 7173975.
HSL color Cylindrical-coordinate representation of color #57776D: hue angle of 161.25º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57776D is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 119 | 109 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.53 |
| HSL | 161.25º | 0.16% | 0.4% | - |
| HSV(B) | 161.25º | 0.27% | 0.47% | - |
| XYZ | 13.29 | 16.32 | 16.92 | - |
| YUV | 108.29 | 128.4 | 112.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 119 | 109 | 0.27 | 0 | 0.08 | 0.53 | 161.25 | 0.16 | 0.4 |
| Hex | 57 | 77 | 6D | 1B | 0 | 8 | 35 | A1 | 10 | 28 |
| Octal | 127 | 167 | 155 | 33 | 0 | 10 | 65 | 241 | 20 | 50 |
| Binary | 1010111 | 1110111 | 1101101 | 11011 | 0 | 1000 | 110101 | 10100001 | 10000 | 101000 |
Color Harmonies of #57776D
Complementary color
Monochromatic Colors of #57776D
Black with #57776D
Text Example
Text Example
White with #57776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57776D; }
p { color: rgb(87,119,109); }
H1.HeaderClassName
{
color: #57776D;
}
.AnyTagClassName
{
color: #57776D;
}
</style>
background-color css
<style>
a { background-color: #57776D; }
a { background-color: rgb(87,119,109); }
div.DivClassName
{
background-color: #57776D;
}
.BgClassName
{
background-color: #57776D;
}
</style>
border-color css
<style>
span { border-color: #57776D; }
span { border-color: rgb(87,119,109); }
td.TdClassName
{
border-color: #57776D;
}
.TagClassName
{
border-color: #57776D;
}
</style>