Shades of Cutty Sark #57756B
Tints of Cutty Sark #57756B
RGB
CMYK
RGB Variations
Color information
#57756B (or 0x57756B) is known color: Cutty Sark. HEX triplet: 57, 75 and 6B. RGB value is (87,117,107). Sum of RGB (Red+Green+Blue) = 87+117+107=311 (41% of max value = 765). Red value is 87 (34.38% from 255 or 27.97% from 311); Green value is 117 (46.09% from 255 or 37.62% from 311); Blue value is 107 (42.19% from 255 or 34.41% from 311); Max value from RGB is 117 - color contains mainly: green. Hex color #57756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57756B is #A88A94. Grayscale: #6A6A6A. Windows color (decimal): -11045525 or 7042391. OLE color: 7042391.
HSL color Cylindrical-coordinate representation of color #57756B: hue angle of 160º 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 #57756B is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 117 | 107 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.54 |
| HSL | 160º | 0.15% | 0.4% | - |
| HSV(B) | 160º | 0.26% | 0.46% | - |
| XYZ | 12.95 | 15.81 | 16.28 | - |
| YUV | 106.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 117 | 107 | 0.26 | 0 | 0.09 | 0.54 | 160 | 0.15 | 0.4 |
| Hex | 57 | 75 | 6B | 1A | 0 | 9 | 36 | A0 | F | 28 |
| Octal | 127 | 165 | 153 | 32 | 0 | 11 | 66 | 240 | 17 | 50 |
| Binary | 1010111 | 1110101 | 1101011 | 11010 | 0 | 1001 | 110110 | 10100000 | 1111 | 101000 |
Color Harmonies of #57756B
Complementary color
Monochromatic Colors of #57756B
Black with #57756B
Text Example
Text Example
White with #57756B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57756B; }
p { color: rgb(87,117,107); }
H1.HeaderClassName
{
color: #57756B;
}
.AnyTagClassName
{
color: #57756B;
}
</style>
background-color css
<style>
a { background-color: #57756B; }
a { background-color: rgb(87,117,107); }
div.DivClassName
{
background-color: #57756B;
}
.BgClassName
{
background-color: #57756B;
}
</style>
border-color css
<style>
span { border-color: #57756B; }
span { border-color: rgb(87,117,107); }
td.TdClassName
{
border-color: #57756B;
}
.TagClassName
{
border-color: #57756B;
}
</style>