Shades of Cactus #55764E
Tints of Cactus #55764E
RGB
CMYK
RGB Variations
Color information
#55764E (or 0x55764E) is known color: Cactus. HEX triplet: 55, 76 and 4E. RGB value is (85,118,78). Sum of RGB (Red+Green+Blue) = 85+118+78=281 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.25% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #55764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55764E is #AA89B1. Grayscale: #676767. Windows color (decimal): -11176370 or 5142101. OLE color: 5142101.
HSL color Cylindrical-coordinate representation of color #55764E: hue angle of 109.5º 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 #55764E is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 118 | 78 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.54 |
| HSL | 109.5º | 0.2% | 0.38% | - |
| HSV(B) | 109.5º | 0.34% | 0.46% | - |
| XYZ | 11.6 | 15.44 | 9.58 | - |
| YUV | 103.57 | 113.57 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 118 | 78 | 0.28 | 0 | 0.34 | 0.54 | 109.5 | 0.2 | 0.38 |
| Hex | 55 | 76 | 4E | 1C | 0 | 22 | 36 | 6E | 14 | 26 |
| Octal | 125 | 166 | 116 | 34 | 0 | 42 | 66 | 156 | 24 | 46 |
| Binary | 1010101 | 1110110 | 1001110 | 11100 | 0 | 100010 | 110110 | 1101110 | 10100 | 100110 |
Color Harmonies of #55764E
Complementary color
Monochromatic Colors of #55764E
Black with #55764E
Text Example
Text Example
White with #55764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55764E; }
p { color: rgb(85,118,78); }
H1.HeaderClassName
{
color: #55764E;
}
.AnyTagClassName
{
color: #55764E;
}
</style>
background-color css
<style>
a { background-color: #55764E; }
a { background-color: rgb(85,118,78); }
div.DivClassName
{
background-color: #55764E;
}
.BgClassName
{
background-color: #55764E;
}
</style>
border-color css
<style>
span { border-color: #55764E; }
span { border-color: rgb(85,118,78); }
td.TdClassName
{
border-color: #55764E;
}
.TagClassName
{
border-color: #55764E;
}
</style>