Shades of Cutty Sark #5D776C
Tints of Cutty Sark #5D776C
RGB
CMYK
RGB Variations
Color information
#5D776C (or 0x5D776C) is known color: Cutty Sark. HEX triplet: 5D, 77 and 6C. RGB value is (93,119,108). Sum of RGB (Red+Green+Blue) = 93+119+108=320 (42% of max value = 765). Red value is 93 (36.72% from 255 or 29.06% from 320); Green value is 119 (46.88% from 255 or 37.19% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 119 - color contains mainly: green. Hex color #5D776C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D776C is #A28893. Grayscale: #6D6D6D. Windows color (decimal): -10651796 or 7108445. OLE color: 7108445.
HSL color Cylindrical-coordinate representation of color #5D776C: hue angle of 154.62º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5D776C is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 119 | 108 | - |
| CMYK | 0.22 | 0 | 0.09 | 0.53 |
| HSL | 154.62º | 0.12% | 0.42% | - |
| HSV(B) | 154.62º | 0.22% | 0.47% | - |
| XYZ | 13.82 | 16.6 | 16.66 | - |
| YUV | 109.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 119 | 108 | 0.22 | 0 | 0.09 | 0.53 | 154.62 | 0.12 | 0.42 |
| Hex | 5D | 77 | 6C | 16 | 0 | 9 | 35 | 9B | C | 2A |
| Octal | 135 | 167 | 154 | 26 | 0 | 11 | 65 | 233 | 14 | 52 |
| Binary | 1011101 | 1110111 | 1101100 | 10110 | 0 | 1001 | 110101 | 10011011 | 1100 | 101010 |
Color Harmonies of #5D776C
Complementary color
Monochromatic Colors of #5D776C
Black with #5D776C
Text Example
Text Example
White with #5D776C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D776C; }
p { color: rgb(93,119,108); }
H1.HeaderClassName
{
color: #5D776C;
}
.AnyTagClassName
{
color: #5D776C;
}
</style>
background-color css
<style>
a { background-color: #5D776C; }
a { background-color: rgb(93,119,108); }
div.DivClassName
{
background-color: #5D776C;
}
.BgClassName
{
background-color: #5D776C;
}
</style>
border-color css
<style>
span { border-color: #5D776C; }
span { border-color: rgb(93,119,108); }
td.TdClassName
{
border-color: #5D776C;
}
.TagClassName
{
border-color: #5D776C;
}
</style>