Shades of Cactus #57724C
Tints of Cactus #57724C
RGB
CMYK
RGB Variations
Color information
#57724C (or 0x57724C) is known color: Cactus. HEX triplet: 57, 72 and 4C. RGB value is (87,114,76). Sum of RGB (Red+Green+Blue) = 87+114+76=277 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.41% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 76 (30.08% from 255 or 27.44% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #57724C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57724C is #A88DB3. Grayscale: #656565. Windows color (decimal): -11046324 or 5010007. OLE color: 5010007.
HSL color Cylindrical-coordinate representation of color #57724C: hue angle of 102.63º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #57724C is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 114 | 76 | - |
| CMYK | 0.24 | 0 | 0.33 | 0.55 |
| HSL | 102.63º | 0.2% | 0.37% | - |
| HSV(B) | 102.63º | 0.33% | 0.45% | - |
| XYZ | 11.25 | 14.58 | 9.06 | - |
| YUV | 101.6 | 113.55 | 117.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 76 | 0.24 | 0 | 0.33 | 0.55 | 102.63 | 0.2 | 0.37 |
| Hex | 57 | 72 | 4C | 18 | 0 | 21 | 37 | 67 | 14 | 25 |
| Octal | 127 | 162 | 114 | 30 | 0 | 41 | 67 | 147 | 24 | 45 |
| Binary | 1010111 | 1110010 | 1001100 | 11000 | 0 | 100001 | 110111 | 1100111 | 10100 | 100101 |
Color Harmonies of #57724C
Complementary color
Monochromatic Colors of #57724C
Black with #57724C
Text Example
Text Example
White with #57724C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57724C; }
p { color: rgb(87,114,76); }
H1.HeaderClassName
{
color: #57724C;
}
.AnyTagClassName
{
color: #57724C;
}
</style>
background-color css
<style>
a { background-color: #57724C; }
a { background-color: rgb(87,114,76); }
div.DivClassName
{
background-color: #57724C;
}
.BgClassName
{
background-color: #57724C;
}
</style>
border-color css
<style>
span { border-color: #57724C; }
span { border-color: rgb(87,114,76); }
td.TdClassName
{
border-color: #57724C;
}
.TagClassName
{
border-color: #57724C;
}
</style>