Shades of Cutty Sark #56776D
Tints of Cutty Sark #56776D
RGB
CMYK
RGB Variations
Color information
#56776D (or 0x56776D) is known color: Cutty Sark. HEX triplet: 56, 77 and 6D. RGB value is (86,119,109). Sum of RGB (Red+Green+Blue) = 86+119+109=314 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.39% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #56776D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56776D is #A98892. Grayscale: #6B6B6B. Windows color (decimal): -11110547 or 7173974. OLE color: 7173974.
HSL color Cylindrical-coordinate representation of color #56776D: hue angle of 161.82º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #56776D is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 119 | 109 | - |
| CMYK | 0.28 | 0 | 0.08 | 0.53 |
| HSL | 161.82º | 0.16% | 0.4% | - |
| HSV(B) | 161.82º | 0.28% | 0.47% | - |
| XYZ | 13.19 | 16.28 | 16.91 | - |
| YUV | 107.99 | 128.57 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 119 | 109 | 0.28 | 0 | 0.08 | 0.53 | 161.82 | 0.16 | 0.4 |
| Hex | 56 | 77 | 6D | 1C | 0 | 8 | 35 | A2 | 10 | 28 |
| Octal | 126 | 167 | 155 | 34 | 0 | 10 | 65 | 242 | 20 | 50 |
| Binary | 1010110 | 1110111 | 1101101 | 11100 | 0 | 1000 | 110101 | 10100010 | 10000 | 101000 |
Color Harmonies of #56776D
Complementary color
Monochromatic Colors of #56776D
Black with #56776D
Text Example
Text Example
White with #56776D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56776D; }
p { color: rgb(86,119,109); }
H1.HeaderClassName
{
color: #56776D;
}
.AnyTagClassName
{
color: #56776D;
}
</style>
background-color css
<style>
a { background-color: #56776D; }
a { background-color: rgb(86,119,109); }
div.DivClassName
{
background-color: #56776D;
}
.BgClassName
{
background-color: #56776D;
}
</style>
border-color css
<style>
span { border-color: #56776D; }
span { border-color: rgb(86,119,109); }
td.TdClassName
{
border-color: #56776D;
}
.TagClassName
{
border-color: #56776D;
}
</style>