Shades of Cutty Sark #57786C
Tints of Cutty Sark #57786C
RGB
CMYK
RGB Variations
Color information
#57786C (or 0x57786C) is known color: Cutty Sark. HEX triplet: 57, 78 and 6C. RGB value is (87,120,108). Sum of RGB (Red+Green+Blue) = 87+120+108=315 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.62% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #57786C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57786C is #A88793. Grayscale: #6C6C6C. Windows color (decimal): -11044756 or 7108695. OLE color: 7108695.
HSL color Cylindrical-coordinate representation of color #57786C: hue angle of 158.18º 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 #57786C is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 120 | 108 | - |
| CMYK | 0.28 | 0 | 0.10 | 0.53 |
| HSL | 158.18º | 0.16% | 0.41% | - |
| HSV(B) | 158.18º | 0.28% | 0.47% | - |
| XYZ | 13.35 | 16.54 | 16.68 | - |
| YUV | 108.77 | 127.57 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 120 | 108 | 0.28 | 0 | 0.10 | 0.53 | 158.18 | 0.16 | 0.41 |
| Hex | 57 | 78 | 6C | 1C | 0 | A | 35 | 9E | 10 | 29 |
| Octal | 127 | 170 | 154 | 34 | 0 | 12 | 65 | 236 | 20 | 51 |
| Binary | 1010111 | 1111000 | 1101100 | 11100 | 0 | 1010 | 110101 | 10011110 | 10000 | 101001 |
Color Harmonies of #57786C
Complementary color
Monochromatic Colors of #57786C
Black with #57786C
Text Example
Text Example
White with #57786C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57786C; }
p { color: rgb(87,120,108); }
H1.HeaderClassName
{
color: #57786C;
}
.AnyTagClassName
{
color: #57786C;
}
</style>
background-color css
<style>
a { background-color: #57786C; }
a { background-color: rgb(87,120,108); }
div.DivClassName
{
background-color: #57786C;
}
.BgClassName
{
background-color: #57786C;
}
</style>
border-color css
<style>
span { border-color: #57786C; }
span { border-color: rgb(87,120,108); }
td.TdClassName
{
border-color: #57786C;
}
.TagClassName
{
border-color: #57786C;
}
</style>