Shades of Cutty Sark #56746A
Tints of Cutty Sark #56746A
RGB
CMYK
RGB Variations
Color information
#56746A (or 0x56746A) is known color: Cutty Sark. HEX triplet: 56, 74 and 6A. RGB value is (86,116,106). Sum of RGB (Red+Green+Blue) = 86+116+106=308 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.92% from 308); Green value is 116 (45.70% from 255 or 37.66% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 116 - color contains mainly: green. Hex color #56746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56746A is #A98B95. Grayscale: #696969. Windows color (decimal): -11111318 or 6976598. OLE color: 6976598.
HSL color Cylindrical-coordinate representation of color #56746A: hue angle of 160º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #56746A is Cyan = 0.26, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 86 | 116 | 106 | - |
| CMYK | 0.26 | 0 | 0.09 | 0.55 |
| HSL | 160º | 0.15% | 0.4% | - |
| HSV(B) | 160º | 0.26% | 0.45% | - |
| XYZ | 12.68 | 15.51 | 15.96 | - |
| YUV | 105.89 | 128.06 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 116 | 106 | 0.26 | 0 | 0.09 | 0.55 | 160 | 0.15 | 0.4 |
| Hex | 56 | 74 | 6A | 1A | 0 | 9 | 37 | A0 | F | 28 |
| Octal | 126 | 164 | 152 | 32 | 0 | 11 | 67 | 240 | 17 | 50 |
| Binary | 1010110 | 1110100 | 1101010 | 11010 | 0 | 1001 | 110111 | 10100000 | 1111 | 101000 |
Color Harmonies of #56746A
Complementary color
Monochromatic Colors of #56746A
Black with #56746A
Text Example
Text Example
White with #56746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56746A; }
p { color: rgb(86,116,106); }
H1.HeaderClassName
{
color: #56746A;
}
.AnyTagClassName
{
color: #56746A;
}
</style>
background-color css
<style>
a { background-color: #56746A; }
a { background-color: rgb(86,116,106); }
div.DivClassName
{
background-color: #56746A;
}
.BgClassName
{
background-color: #56746A;
}
</style>
border-color css
<style>
span { border-color: #56746A; }
span { border-color: rgb(86,116,106); }
td.TdClassName
{
border-color: #56746A;
}
.TagClassName
{
border-color: #56746A;
}
</style>