Shades of Cactus #57724E
Tints of Cactus #57724E
RGB
CMYK
RGB Variations
Color information
#57724E (or 0x57724E) is known color: Cactus. HEX triplet: 57, 72 and 4E. RGB value is (87,114,78). Sum of RGB (Red+Green+Blue) = 87+114+78=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 78 (30.86% from 255 or 27.96% from 279); Max value from RGB is 114 - color contains mainly: green. Hex color #57724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57724E is #A88DB1. Grayscale: #656565. Windows color (decimal): -11046322 or 5141079. OLE color: 5141079.
HSL color Cylindrical-coordinate representation of color #57724E: hue angle of 105º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #57724E is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 114 | 78 | - |
| CMYK | 0.24 | 0 | 0.32 | 0.55 |
| HSL | 105º | 0.19% | 0.38% | - |
| HSV(B) | 105º | 0.32% | 0.45% | - |
| XYZ | 11.32 | 14.61 | 9.43 | - |
| YUV | 101.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 78 | 0.24 | 0 | 0.32 | 0.55 | 105 | 0.19 | 0.38 |
| Hex | 57 | 72 | 4E | 18 | 0 | 20 | 37 | 69 | 13 | 26 |
| Octal | 127 | 162 | 116 | 30 | 0 | 40 | 67 | 151 | 23 | 46 |
| Binary | 1010111 | 1110010 | 1001110 | 11000 | 0 | 100000 | 110111 | 1101001 | 10011 | 100110 |
Color Harmonies of #57724E
Complementary color
Monochromatic Colors of #57724E
Black with #57724E
Text Example
Text Example
White with #57724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57724E; }
p { color: rgb(87,114,78); }
H1.HeaderClassName
{
color: #57724E;
}
.AnyTagClassName
{
color: #57724E;
}
</style>
background-color css
<style>
a { background-color: #57724E; }
a { background-color: rgb(87,114,78); }
div.DivClassName
{
background-color: #57724E;
}
.BgClassName
{
background-color: #57724E;
}
</style>
border-color css
<style>
span { border-color: #57724E; }
span { border-color: rgb(87,114,78); }
td.TdClassName
{
border-color: #57724E;
}
.TagClassName
{
border-color: #57724E;
}
</style>