Shades of Cactus #55754D
Tints of Cactus #55754D
RGB
CMYK
RGB Variations
Color information
#55754D (or 0x55754D) is known color: Cactus. HEX triplet: 55, 75 and 4D. RGB value is (85,117,77). Sum of RGB (Red+Green+Blue) = 85+117+77=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 117 (46.09% from 255 or 41.94% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 117 - color contains mainly: green. Hex color #55754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55754D is #AA8AB2. Grayscale: #676767. Windows color (decimal): -11176627 or 5076309. OLE color: 5076309.
HSL color Cylindrical-coordinate representation of color #55754D: hue angle of 108º degrees, saturation: 0.21, 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 #55754D is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 85 | 117 | 77 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.54 |
| HSL | 108º | 0.21% | 0.38% | - |
| HSV(B) | 108º | 0.34% | 0.46% | - |
| XYZ | 11.45 | 15.19 | 9.35 | - |
| YUV | 102.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 77 | 0.27 | 0 | 0.34 | 0.54 | 108 | 0.21 | 0.38 |
| Hex | 55 | 75 | 4D | 1B | 0 | 22 | 36 | 6C | 15 | 26 |
| Octal | 125 | 165 | 115 | 33 | 0 | 42 | 66 | 154 | 25 | 46 |
| Binary | 1010101 | 1110101 | 1001101 | 11011 | 0 | 100010 | 110110 | 1101100 | 10101 | 100110 |
Color Harmonies of #55754D
Complementary color
Monochromatic Colors of #55754D
Black with #55754D
Text Example
Text Example
White with #55754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55754D; }
p { color: rgb(85,117,77); }
H1.HeaderClassName
{
color: #55754D;
}
.AnyTagClassName
{
color: #55754D;
}
</style>
background-color css
<style>
a { background-color: #55754D; }
a { background-color: rgb(85,117,77); }
div.DivClassName
{
background-color: #55754D;
}
.BgClassName
{
background-color: #55754D;
}
</style>
border-color css
<style>
span { border-color: #55754D; }
span { border-color: rgb(85,117,77); }
td.TdClassName
{
border-color: #55754D;
}
.TagClassName
{
border-color: #55754D;
}
</style>