Shades of Cactus #57774D
Tints of Cactus #57774D
RGB
CMYK
RGB Variations
Color information
#57774D (or 0x57774D) is known color: Cactus. HEX triplet: 57, 77 and 4D. RGB value is (87,119,77). Sum of RGB (Red+Green+Blue) = 87+119+77=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 119 (46.88% from 255 or 42.05% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 119 - color contains mainly: green. Hex color #57774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57774D is #A888B2. Grayscale: #686868. Windows color (decimal): -11045043 or 5076823. OLE color: 5076823.
HSL color Cylindrical-coordinate representation of color #57774D: hue angle of 105.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #57774D is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 87 | 119 | 77 | - |
| CMYK | 0.27 | 0 | 0.35 | 0.53 |
| HSL | 105.71º | 0.21% | 0.38% | - |
| HSV(B) | 105.71º | 0.35% | 0.47% | - |
| XYZ | 11.87 | 15.76 | 9.44 | - |
| YUV | 104.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 119 | 77 | 0.27 | 0 | 0.35 | 0.53 | 105.71 | 0.21 | 0.38 |
| Hex | 57 | 77 | 4D | 1B | 0 | 23 | 35 | 6A | 15 | 26 |
| Octal | 127 | 167 | 115 | 33 | 0 | 43 | 65 | 152 | 25 | 46 |
| Binary | 1010111 | 1110111 | 1001101 | 11011 | 0 | 100011 | 110101 | 1101010 | 10101 | 100110 |
Color Harmonies of #57774D
Complementary color
Monochromatic Colors of #57774D
Black with #57774D
Text Example
Text Example
White with #57774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57774D; }
p { color: rgb(87,119,77); }
H1.HeaderClassName
{
color: #57774D;
}
.AnyTagClassName
{
color: #57774D;
}
</style>
background-color css
<style>
a { background-color: #57774D; }
a { background-color: rgb(87,119,77); }
div.DivClassName
{
background-color: #57774D;
}
.BgClassName
{
background-color: #57774D;
}
</style>
border-color css
<style>
span { border-color: #57774D; }
span { border-color: rgb(87,119,77); }
td.TdClassName
{
border-color: #57774D;
}
.TagClassName
{
border-color: #57774D;
}
</style>