Shades of Cactus #57744D
Tints of Cactus #57744D
RGB
CMYK
RGB Variations
Color information
#57744D (or 0x57744D) is known color: Cactus. HEX triplet: 57, 74 and 4D. RGB value is (87,116,77). Sum of RGB (Red+Green+Blue) = 87+116+77=280 (37% of max value = 765). Red value is 87 (34.38% from 255 or 31.07% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 77 (30.47% from 255 or 27.5% from 280); Max value from RGB is 116 - color contains mainly: green. Hex color #57744D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57744D is #A88BB2. Grayscale: #676767. Windows color (decimal): -11045811 or 5076055. OLE color: 5076055.
HSL color Cylindrical-coordinate representation of color #57744D: hue angle of 104.62º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #57744D is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 87 | 116 | 77 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.55 |
| HSL | 104.62º | 0.2% | 0.38% | - |
| HSV(B) | 104.62º | 0.34% | 0.45% | - |
| XYZ | 11.52 | 15.05 | 9.32 | - |
| YUV | 102.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 116 | 77 | 0.25 | 0 | 0.34 | 0.55 | 104.62 | 0.2 | 0.38 |
| Hex | 57 | 74 | 4D | 19 | 0 | 22 | 37 | 69 | 14 | 26 |
| Octal | 127 | 164 | 115 | 31 | 0 | 42 | 67 | 151 | 24 | 46 |
| Binary | 1010111 | 1110100 | 1001101 | 11001 | 0 | 100010 | 110111 | 1101001 | 10100 | 100110 |
Color Harmonies of #57744D
Complementary color
Monochromatic Colors of #57744D
Black with #57744D
Text Example
Text Example
White with #57744D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57744D; }
p { color: rgb(87,116,77); }
H1.HeaderClassName
{
color: #57744D;
}
.AnyTagClassName
{
color: #57744D;
}
</style>
background-color css
<style>
a { background-color: #57744D; }
a { background-color: rgb(87,116,77); }
div.DivClassName
{
background-color: #57744D;
}
.BgClassName
{
background-color: #57744D;
}
</style>
border-color css
<style>
span { border-color: #57744D; }
span { border-color: rgb(87,116,77); }
td.TdClassName
{
border-color: #57744D;
}
.TagClassName
{
border-color: #57744D;
}
</style>