Shades of Cutty Sark #5C776B
Tints of Cutty Sark #5C776B
RGB
CMYK
RGB Variations
Color information
#5C776B (or 0x5C776B) is known color: Cutty Sark. HEX triplet: 5C, 77 and 6B. RGB value is (92,119,107). Sum of RGB (Red+Green+Blue) = 92+119+107=318 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.93% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #5C776B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C776B is #A38894. Grayscale: #6D6D6D. Windows color (decimal): -10717333 or 7042908. OLE color: 7042908.
HSL color Cylindrical-coordinate representation of color #5C776B: hue angle of 153.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C776B is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 119 | 107 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.53 |
| HSL | 153.33º | 0.13% | 0.41% | - |
| HSV(B) | 153.33º | 0.23% | 0.47% | - |
| XYZ | 13.66 | 16.53 | 16.38 | - |
| YUV | 109.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 107 | 0.23 | 0 | 0.10 | 0.53 | 153.33 | 0.13 | 0.41 |
| Hex | 5C | 77 | 6B | 17 | 0 | A | 35 | 99 | D | 29 |
| Octal | 134 | 167 | 153 | 27 | 0 | 12 | 65 | 231 | 15 | 51 |
| Binary | 1011100 | 1110111 | 1101011 | 10111 | 0 | 1010 | 110101 | 10011001 | 1101 | 101001 |
Color Harmonies of #5C776B
Complementary color
Monochromatic Colors of #5C776B
Black with #5C776B
Text Example
Text Example
White with #5C776B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C776B; }
p { color: rgb(92,119,107); }
H1.HeaderClassName
{
color: #5C776B;
}
.AnyTagClassName
{
color: #5C776B;
}
</style>
background-color css
<style>
a { background-color: #5C776B; }
a { background-color: rgb(92,119,107); }
div.DivClassName
{
background-color: #5C776B;
}
.BgClassName
{
background-color: #5C776B;
}
</style>
border-color css
<style>
span { border-color: #5C776B; }
span { border-color: rgb(92,119,107); }
td.TdClassName
{
border-color: #5C776B;
}
.TagClassName
{
border-color: #5C776B;
}
</style>