Shades of Cactus #57724D
Tints of Cactus #57724D
RGB
CMYK
RGB Variations
Color information
#57724D (or 0x57724D) is known color: Cactus. HEX triplet: 57, 72 and 4D. RGB value is (87,114,77). Sum of RGB (Red+Green+Blue) = 87+114+77=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 77 (30.47% from 255 or 27.70% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #57724D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57724D is #A88DB2. Grayscale: #656565. Windows color (decimal): -11046323 or 5075543. OLE color: 5075543.
HSL color Cylindrical-coordinate representation of color #57724D: hue angle of 103.78º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57724D is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 114 | 77 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.55 |
| HSL | 103.78º | 0.19% | 0.37% | - |
| HSV(B) | 103.78º | 0.32% | 0.45% | - |
| XYZ | 11.29 | 14.6 | 9.24 | - |
| YUV | 101.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 77 | 0.24 | 0 | 0.32 | 0.55 | 103.78 | 0.19 | 0.37 |
| Hex | 57 | 72 | 4D | 18 | 0 | 20 | 37 | 68 | 13 | 25 |
| Octal | 127 | 162 | 115 | 30 | 0 | 40 | 67 | 150 | 23 | 45 |
| Binary | 1010111 | 1110010 | 1001101 | 11000 | 0 | 100000 | 110111 | 1101000 | 10011 | 100101 |
Color Harmonies of #57724D
Complementary color
Monochromatic Colors of #57724D
Black with #57724D
Text Example
Text Example
White with #57724D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57724D; }
p { color: rgb(87,114,77); }
H1.HeaderClassName
{
color: #57724D;
}
.AnyTagClassName
{
color: #57724D;
}
</style>
background-color css
<style>
a { background-color: #57724D; }
a { background-color: rgb(87,114,77); }
div.DivClassName
{
background-color: #57724D;
}
.BgClassName
{
background-color: #57724D;
}
</style>
border-color css
<style>
span { border-color: #57724D; }
span { border-color: rgb(87,114,77); }
td.TdClassName
{
border-color: #57724D;
}
.TagClassName
{
border-color: #57724D;
}
</style>