Shades of Cactus #56784D
Tints of Cactus #56784D
RGB
CMYK
RGB Variations
Color information
#56784D (or 0x56784D) is known color: Cactus. HEX triplet: 56, 78 and 4D. RGB value is (86,120,77). Sum of RGB (Red+Green+Blue) = 86+120+77=283 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.39% from 283); Green value is 120 (47.27% from 255 or 42.40% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 120 - color contains mainly: green. Hex color #56784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56784D is #A987B2. Grayscale: #696969. Windows color (decimal): -11110323 or 5077078. OLE color: 5077078.
HSL color Cylindrical-coordinate representation of color #56784D: hue angle of 107.44º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #56784D is Cyan = 0.28, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 86 | 120 | 77 | - |
| CMYK | 0.28 | 0 | 0.36 | 0.53 |
| HSL | 107.44º | 0.22% | 0.39% | - |
| HSV(B) | 107.44º | 0.36% | 0.47% | - |
| XYZ | 11.89 | 15.95 | 9.47 | - |
| YUV | 104.93 | 112.24 | 114.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 120 | 77 | 0.28 | 0 | 0.36 | 0.53 | 107.44 | 0.22 | 0.39 |
| Hex | 56 | 78 | 4D | 1C | 0 | 24 | 35 | 6B | 16 | 27 |
| Octal | 126 | 170 | 115 | 34 | 0 | 44 | 65 | 153 | 26 | 47 |
| Binary | 1010110 | 1111000 | 1001101 | 11100 | 0 | 100100 | 110101 | 1101011 | 10110 | 100111 |
Color Harmonies of #56784D
Complementary color
Monochromatic Colors of #56784D
Black with #56784D
Text Example
Text Example
White with #56784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56784D; }
p { color: rgb(86,120,77); }
H1.HeaderClassName
{
color: #56784D;
}
.AnyTagClassName
{
color: #56784D;
}
</style>
background-color css
<style>
a { background-color: #56784D; }
a { background-color: rgb(86,120,77); }
div.DivClassName
{
background-color: #56784D;
}
.BgClassName
{
background-color: #56784D;
}
</style>
border-color css
<style>
span { border-color: #56784D; }
span { border-color: rgb(86,120,77); }
td.TdClassName
{
border-color: #56784D;
}
.TagClassName
{
border-color: #56784D;
}
</style>