Shades of Cutty Sark #57786D
Tints of Cutty Sark #57786D
RGB
CMYK
RGB Variations
Color information
#57786D (or 0x57786D) is known color: Cutty Sark. HEX triplet: 57, 78 and 6D. RGB value is (87,120,109). Sum of RGB (Red+Green+Blue) = 87+120+109=316 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.53% from 316); Green value is 120 (47.27% from 255 or 37.97% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 120 - color contains mainly: green. Hex color #57786D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57786D is #A88792. Grayscale: #6C6C6C. Windows color (decimal): -11044755 or 7174231. OLE color: 7174231.
HSL color Cylindrical-coordinate representation of color #57786D: hue angle of 160º degrees, saturation: 0.16, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #57786D is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 120 | 109 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.53 |
| HSL | 160º | 0.16% | 0.41% | - |
| HSV(B) | 160º | 0.28% | 0.47% | - |
| XYZ | 13.41 | 16.56 | 16.96 | - |
| YUV | 108.88 | 128.07 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 109 | 0.28 | 0 | 0.09 | 0.53 | 160 | 0.16 | 0.41 |
| Hex | 57 | 78 | 6D | 1C | 0 | 9 | 35 | A0 | 10 | 29 |
| Octal | 127 | 170 | 155 | 34 | 0 | 11 | 65 | 240 | 20 | 51 |
| Binary | 1010111 | 1111000 | 1101101 | 11100 | 0 | 1001 | 110101 | 10100000 | 10000 | 101001 |
Color Harmonies of #57786D
Complementary color
Monochromatic Colors of #57786D
Black with #57786D
Text Example
Text Example
White with #57786D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57786D; }
p { color: rgb(87,120,109); }
H1.HeaderClassName
{
color: #57786D;
}
.AnyTagClassName
{
color: #57786D;
}
</style>
background-color css
<style>
a { background-color: #57786D; }
a { background-color: rgb(87,120,109); }
div.DivClassName
{
background-color: #57786D;
}
.BgClassName
{
background-color: #57786D;
}
</style>
border-color css
<style>
span { border-color: #57786D; }
span { border-color: rgb(87,120,109); }
td.TdClassName
{
border-color: #57786D;
}
.TagClassName
{
border-color: #57786D;
}
</style>