Shades of Cactus #57754D
Tints of Cactus #57754D
RGB
CMYK
RGB Variations
Color information
#57754D (or 0x57754D) is known color: Cactus. HEX triplet: 57, 75 and 4D. RGB value is (87,117,77). Sum of RGB (Red+Green+Blue) = 87+117+77=281 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.96% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 117 - color contains mainly: green. Hex color #57754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57754D is #A88AB2. Grayscale: #676767. Windows color (decimal): -11045555 or 5076311. OLE color: 5076311.
HSL color Cylindrical-coordinate representation of color #57754D: hue angle of 105º 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 #57754D is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 87 | 117 | 77 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.54 |
| HSL | 105º | 0.21% | 0.38% | - |
| HSV(B) | 105º | 0.34% | 0.46% | - |
| XYZ | 11.63 | 15.28 | 9.36 | - |
| YUV | 103.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 117 | 77 | 0.26 | 0 | 0.34 | 0.54 | 105 | 0.21 | 0.38 |
| Hex | 57 | 75 | 4D | 1A | 0 | 22 | 36 | 69 | 15 | 26 |
| Octal | 127 | 165 | 115 | 32 | 0 | 42 | 66 | 151 | 25 | 46 |
| Binary | 1010111 | 1110101 | 1001101 | 11010 | 0 | 100010 | 110110 | 1101001 | 10101 | 100110 |
Color Harmonies of #57754D
Complementary color
Monochromatic Colors of #57754D
Black with #57754D
Text Example
Text Example
White with #57754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57754D; }
p { color: rgb(87,117,77); }
H1.HeaderClassName
{
color: #57754D;
}
.AnyTagClassName
{
color: #57754D;
}
</style>
background-color css
<style>
a { background-color: #57754D; }
a { background-color: rgb(87,117,77); }
div.DivClassName
{
background-color: #57754D;
}
.BgClassName
{
background-color: #57754D;
}
</style>
border-color css
<style>
span { border-color: #57754D; }
span { border-color: rgb(87,117,77); }
td.TdClassName
{
border-color: #57754D;
}
.TagClassName
{
border-color: #57754D;
}
</style>