Shades of Cutty Sark #57766B
Tints of Cutty Sark #57766B
RGB
CMYK
RGB Variations
Color information
#57766B (or 0x57766B) is known color: Cutty Sark. HEX triplet: 57, 76 and 6B. RGB value is (87,118,107). Sum of RGB (Red+Green+Blue) = 87+118+107=312 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.88% from 312); Green value is 118 (46.48% from 255 or 37.82% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 118 - color contains mainly: green. Hex color #57766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57766B is #A88994. Grayscale: #6B6B6B. Windows color (decimal): -11045269 or 7042647. OLE color: 7042647.
HSL color Cylindrical-coordinate representation of color #57766B: hue angle of 158.71º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #57766B is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 118 | 107 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.54 |
| HSL | 158.71º | 0.15% | 0.4% | - |
| HSV(B) | 158.71º | 0.26% | 0.46% | - |
| XYZ | 13.06 | 16.04 | 16.32 | - |
| YUV | 107.48 | 127.73 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 118 | 107 | 0.26 | 0 | 0.09 | 0.54 | 158.71 | 0.15 | 0.4 |
| Hex | 57 | 76 | 6B | 1A | 0 | 9 | 36 | 9F | F | 28 |
| Octal | 127 | 166 | 153 | 32 | 0 | 11 | 66 | 237 | 17 | 50 |
| Binary | 1010111 | 1110110 | 1101011 | 11010 | 0 | 1001 | 110110 | 10011111 | 1111 | 101000 |
Color Harmonies of #57766B
Complementary color
Monochromatic Colors of #57766B
Black with #57766B
Text Example
Text Example
White with #57766B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57766B; }
p { color: rgb(87,118,107); }
H1.HeaderClassName
{
color: #57766B;
}
.AnyTagClassName
{
color: #57766B;
}
</style>
background-color css
<style>
a { background-color: #57766B; }
a { background-color: rgb(87,118,107); }
div.DivClassName
{
background-color: #57766B;
}
.BgClassName
{
background-color: #57766B;
}
</style>
border-color css
<style>
span { border-color: #57766B; }
span { border-color: rgb(87,118,107); }
td.TdClassName
{
border-color: #57766B;
}
.TagClassName
{
border-color: #57766B;
}
</style>