Shades of Cactus #56764E
Tints of Cactus #56764E
RGB
CMYK
RGB Variations
Color information
#56764E (or 0x56764E) is known color: Cactus. HEX triplet: 56, 76 and 4E. RGB value is (86,118,78). Sum of RGB (Red+Green+Blue) = 86+118+78=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 118 (46.48% from 255 or 41.84% from 282); Blue value is 78 (30.86% from 255 or 27.66% from 282); Max value from RGB is 118 - color contains mainly: green. Hex color #56764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56764E is #A989B1. Grayscale: #676767. Windows color (decimal): -11110834 or 5142102. OLE color: 5142102.
HSL color Cylindrical-coordinate representation of color #56764E: hue angle of 108º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #56764E is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 118 | 78 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.54 |
| HSL | 108º | 0.2% | 0.38% | - |
| HSV(B) | 108º | 0.34% | 0.46% | - |
| XYZ | 11.69 | 15.49 | 9.58 | - |
| YUV | 103.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 118 | 78 | 0.27 | 0 | 0.34 | 0.54 | 108 | 0.2 | 0.38 |
| Hex | 56 | 76 | 4E | 1B | 0 | 22 | 36 | 6C | 14 | 26 |
| Octal | 126 | 166 | 116 | 33 | 0 | 42 | 66 | 154 | 24 | 46 |
| Binary | 1010110 | 1110110 | 1001110 | 11011 | 0 | 100010 | 110110 | 1101100 | 10100 | 100110 |
Color Harmonies of #56764E
Complementary color
Monochromatic Colors of #56764E
Black with #56764E
Text Example
Text Example
White with #56764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56764E; }
p { color: rgb(86,118,78); }
H1.HeaderClassName
{
color: #56764E;
}
.AnyTagClassName
{
color: #56764E;
}
</style>
background-color css
<style>
a { background-color: #56764E; }
a { background-color: rgb(86,118,78); }
div.DivClassName
{
background-color: #56764E;
}
.BgClassName
{
background-color: #56764E;
}
</style>
border-color css
<style>
span { border-color: #56764E; }
span { border-color: rgb(86,118,78); }
td.TdClassName
{
border-color: #56764E;
}
.TagClassName
{
border-color: #56764E;
}
</style>