Shades of Cutty Sark #5C776D
Tints of Cutty Sark #5C776D
RGB
CMYK
RGB Variations
Color information
#5C776D (or 0x5C776D) is known color: Cutty Sark. HEX triplet: 5C, 77 and 6D. RGB value is (92,119,109). Sum of RGB (Red+Green+Blue) = 92+119+109=320 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.75% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #5C776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C776D is #A38892. Grayscale: #6D6D6D. Windows color (decimal): -10717331 or 7173980. OLE color: 7173980.
HSL color Cylindrical-coordinate representation of color #5C776D: hue angle of 157.78º 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 #5C776D is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 119 | 109 | - |
| CMYK | 0.23 | 0 | 0.08 | 0.53 |
| HSL | 157.78º | 0.13% | 0.41% | - |
| HSV(B) | 157.78º | 0.23% | 0.47% | - |
| XYZ | 13.77 | 16.57 | 16.94 | - |
| YUV | 109.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 109 | 0.23 | 0 | 0.08 | 0.53 | 157.78 | 0.13 | 0.41 |
| Hex | 5C | 77 | 6D | 17 | 0 | 8 | 35 | 9E | D | 29 |
| Octal | 134 | 167 | 155 | 27 | 0 | 10 | 65 | 236 | 15 | 51 |
| Binary | 1011100 | 1110111 | 1101101 | 10111 | 0 | 1000 | 110101 | 10011110 | 1101 | 101001 |
Color Harmonies of #5C776D
Complementary color
Monochromatic Colors of #5C776D
Black with #5C776D
Text Example
Text Example
White with #5C776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C776D; }
p { color: rgb(92,119,109); }
H1.HeaderClassName
{
color: #5C776D;
}
.AnyTagClassName
{
color: #5C776D;
}
</style>
background-color css
<style>
a { background-color: #5C776D; }
a { background-color: rgb(92,119,109); }
div.DivClassName
{
background-color: #5C776D;
}
.BgClassName
{
background-color: #5C776D;
}
</style>
border-color css
<style>
span { border-color: #5C776D; }
span { border-color: rgb(92,119,109); }
td.TdClassName
{
border-color: #5C776D;
}
.TagClassName
{
border-color: #5C776D;
}
</style>