Shades of Cactus #54774E
Tints of Cactus #54774E
RGB
CMYK
RGB Variations
Color information
#54774E (or 0x54774E) is known color: Cactus. HEX triplet: 54, 77 and 4E. RGB value is (84,119,78). Sum of RGB (Red+Green+Blue) = 84+119+78=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 119 (46.88% from 255 or 42.35% from 281); Blue value is 78 (30.86% from 255 or 27.76% from 281); Max value from RGB is 119 - color contains mainly: green. Hex color #54774E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54774E is #AB88B1. Grayscale: #676767. Windows color (decimal): -11241650 or 5142356. OLE color: 5142356.
HSL color Cylindrical-coordinate representation of color #54774E: hue angle of 111.22º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #54774E is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 84 | 119 | 78 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.53 |
| HSL | 111.22º | 0.21% | 0.39% | - |
| HSV(B) | 111.22º | 0.34% | 0.47% | - |
| XYZ | 11.63 | 15.63 | 9.61 | - |
| YUV | 103.86 | 113.4 | 113.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 119 | 78 | 0.29 | 0 | 0.34 | 0.53 | 111.22 | 0.21 | 0.39 |
| Hex | 54 | 77 | 4E | 1D | 0 | 22 | 35 | 6F | 15 | 27 |
| Octal | 124 | 167 | 116 | 35 | 0 | 42 | 65 | 157 | 25 | 47 |
| Binary | 1010100 | 1110111 | 1001110 | 11101 | 0 | 100010 | 110101 | 1101111 | 10101 | 100111 |
Color Harmonies of #54774E
Complementary color
Monochromatic Colors of #54774E
Black with #54774E
Text Example
Text Example
White with #54774E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54774E; }
p { color: rgb(84,119,78); }
H1.HeaderClassName
{
color: #54774E;
}
.AnyTagClassName
{
color: #54774E;
}
</style>
background-color css
<style>
a { background-color: #54774E; }
a { background-color: rgb(84,119,78); }
div.DivClassName
{
background-color: #54774E;
}
.BgClassName
{
background-color: #54774E;
}
</style>
border-color css
<style>
span { border-color: #54774E; }
span { border-color: rgb(84,119,78); }
td.TdClassName
{
border-color: #54774E;
}
.TagClassName
{
border-color: #54774E;
}
</style>