Shades of Cutty Sark #56766A
Tints of Cutty Sark #56766A
RGB
CMYK
RGB Variations
Color information
#56766A (or 0x56766A) is known color: Cutty Sark. HEX triplet: 56, 76 and 6A. RGB value is (86,118,106). Sum of RGB (Red+Green+Blue) = 86+118+106=310 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.74% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 106 (41.80% from 255 or 34.19% from 310); Max value from RGB is 118 - color contains mainly: green. Hex color #56766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56766A is #A98995. Grayscale: #6B6B6B. Windows color (decimal): -11110806 or 6977110. OLE color: 6977110.
HSL color Cylindrical-coordinate representation of color #56766A: hue angle of 157.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #56766A is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 118 | 106 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.54 |
| HSL | 157.5º | 0.16% | 0.4% | - |
| HSV(B) | 157.5º | 0.27% | 0.46% | - |
| XYZ | 12.92 | 15.98 | 16.04 | - |
| YUV | 107.06 | 127.4 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 118 | 106 | 0.27 | 0 | 0.10 | 0.54 | 157.5 | 0.16 | 0.4 |
| Hex | 56 | 76 | 6A | 1B | 0 | A | 36 | 9E | 10 | 28 |
| Octal | 126 | 166 | 152 | 33 | 0 | 12 | 66 | 236 | 20 | 50 |
| Binary | 1010110 | 1110110 | 1101010 | 11011 | 0 | 1010 | 110110 | 10011110 | 10000 | 101000 |
Color Harmonies of #56766A
Complementary color
Monochromatic Colors of #56766A
Black with #56766A
Text Example
Text Example
White with #56766A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56766A; }
p { color: rgb(86,118,106); }
H1.HeaderClassName
{
color: #56766A;
}
.AnyTagClassName
{
color: #56766A;
}
</style>
background-color css
<style>
a { background-color: #56766A; }
a { background-color: rgb(86,118,106); }
div.DivClassName
{
background-color: #56766A;
}
.BgClassName
{
background-color: #56766A;
}
</style>
border-color css
<style>
span { border-color: #56766A; }
span { border-color: rgb(86,118,106); }
td.TdClassName
{
border-color: #56766A;
}
.TagClassName
{
border-color: #56766A;
}
</style>