Shades of Cutty Sark #5E776D
Tints of Cutty Sark #5E776D
RGB
CMYK
RGB Variations
Color information
#5E776D (or 0x5E776D) is known color: Cutty Sark. HEX triplet: 5E, 77 and 6D. RGB value is (94,119,109). Sum of RGB (Red+Green+Blue) = 94+119+109=322 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.19% from 322); Green value is 119 (46.88% from 255 or 36.96% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 119 - color contains mainly: green. Hex color #5E776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E776D is #A18892. Grayscale: #6E6E6E. Windows color (decimal): -10586259 or 7173982. OLE color: 7173982.
HSL color Cylindrical-coordinate representation of color #5E776D: hue angle of 156º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E776D is Cyan = 0.21, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 94 | 119 | 109 | - |
| CMYK | 0.21 | 0 | 0.08 | 0.53 |
| HSL | 156º | 0.12% | 0.42% | - |
| HSV(B) | 156º | 0.21% | 0.47% | - |
| XYZ | 13.97 | 16.68 | 16.95 | - |
| YUV | 110.39 | 127.22 | 116.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 119 | 109 | 0.21 | 0 | 0.08 | 0.53 | 156 | 0.12 | 0.42 |
| Hex | 5E | 77 | 6D | 15 | 0 | 8 | 35 | 9C | C | 2A |
| Octal | 136 | 167 | 155 | 25 | 0 | 10 | 65 | 234 | 14 | 52 |
| Binary | 1011110 | 1110111 | 1101101 | 10101 | 0 | 1000 | 110101 | 10011100 | 1100 | 101010 |
Color Harmonies of #5E776D
Complementary color
Monochromatic Colors of #5E776D
Black with #5E776D
Text Example
Text Example
White with #5E776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E776D; }
p { color: rgb(94,119,109); }
H1.HeaderClassName
{
color: #5E776D;
}
.AnyTagClassName
{
color: #5E776D;
}
</style>
background-color css
<style>
a { background-color: #5E776D; }
a { background-color: rgb(94,119,109); }
div.DivClassName
{
background-color: #5E776D;
}
.BgClassName
{
background-color: #5E776D;
}
</style>
border-color css
<style>
span { border-color: #5E776D; }
span { border-color: rgb(94,119,109); }
td.TdClassName
{
border-color: #5E776D;
}
.TagClassName
{
border-color: #5E776D;
}
</style>