Shades of Cutty Sark #5E766C
Tints of Cutty Sark #5E766C
RGB
CMYK
RGB Variations
Color information
#5E766C (or 0x5E766C) is known color: Cutty Sark. HEX triplet: 5E, 76 and 6C. RGB value is (94,118,108). Sum of RGB (Red+Green+Blue) = 94+118+108=320 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.38% from 320); Green value is 118 (46.48% from 255 or 36.88% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 118 - color contains mainly: green. Hex color #5E766C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E766C is #A18993. Grayscale: #6D6D6D. Windows color (decimal): -10586516 or 7108190. OLE color: 7108190.
HSL color Cylindrical-coordinate representation of color #5E766C: hue angle of 155º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #5E766C is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 94 | 118 | 108 | - |
| CMYK | 0.20 | 0 | 0.08 | 0.54 |
| HSL | 155º | 0.11% | 0.42% | - |
| HSV(B) | 155º | 0.2% | 0.46% | - |
| XYZ | 13.8 | 16.42 | 16.63 | - |
| YUV | 109.68 | 127.05 | 116.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 118 | 108 | 0.20 | 0 | 0.08 | 0.54 | 155 | 0.11 | 0.42 |
| Hex | 5E | 76 | 6C | 14 | 0 | 8 | 36 | 9B | B | 2A |
| Octal | 136 | 166 | 154 | 24 | 0 | 10 | 66 | 233 | 13 | 52 |
| Binary | 1011110 | 1110110 | 1101100 | 10100 | 0 | 1000 | 110110 | 10011011 | 1011 | 101010 |
Color Harmonies of #5E766C
Complementary color
Monochromatic Colors of #5E766C
Black with #5E766C
Text Example
Text Example
White with #5E766C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E766C; }
p { color: rgb(94,118,108); }
H1.HeaderClassName
{
color: #5E766C;
}
.AnyTagClassName
{
color: #5E766C;
}
</style>
background-color css
<style>
a { background-color: #5E766C; }
a { background-color: rgb(94,118,108); }
div.DivClassName
{
background-color: #5E766C;
}
.BgClassName
{
background-color: #5E766C;
}
</style>
border-color css
<style>
span { border-color: #5E766C; }
span { border-color: rgb(94,118,108); }
td.TdClassName
{
border-color: #5E766C;
}
.TagClassName
{
border-color: #5E766C;
}
</style>