Shades of Cactus #54764E
Tints of Cactus #54764E
RGB
CMYK
RGB Variations
Color information
#54764E (or 0x54764E) is known color: Cactus. HEX triplet: 54, 76 and 4E. RGB value is (84,118,78). Sum of RGB (Red+Green+Blue) = 84+118+78=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 118 (46.48% from 255 or 42.14% from 280); Blue value is 78 (30.86% from 255 or 27.86% from 280); Max value from RGB is 118 - color contains mainly: green. Hex color #54764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54764E is #AB89B1. Grayscale: #676767. Windows color (decimal): -11241906 or 5142100. OLE color: 5142100.
HSL color Cylindrical-coordinate representation of color #54764E: hue angle of 111º degrees, saturation: 0.2, 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 #54764E is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 84 | 118 | 78 | - |
| CMYK | 0.29 | 0 | 0.34 | 0.54 |
| HSL | 111º | 0.2% | 0.38% | - |
| HSV(B) | 111º | 0.34% | 0.46% | - |
| XYZ | 11.51 | 15.39 | 9.57 | - |
| YUV | 103.27 | 113.74 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 118 | 78 | 0.29 | 0 | 0.34 | 0.54 | 111 | 0.2 | 0.38 |
| Hex | 54 | 76 | 4E | 1D | 0 | 22 | 36 | 6F | 14 | 26 |
| Octal | 124 | 166 | 116 | 35 | 0 | 42 | 66 | 157 | 24 | 46 |
| Binary | 1010100 | 1110110 | 1001110 | 11101 | 0 | 100010 | 110110 | 1101111 | 10100 | 100110 |
Color Harmonies of #54764E
Complementary color
Monochromatic Colors of #54764E
Black with #54764E
Text Example
Text Example
White with #54764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54764E; }
p { color: rgb(84,118,78); }
H1.HeaderClassName
{
color: #54764E;
}
.AnyTagClassName
{
color: #54764E;
}
</style>
background-color css
<style>
a { background-color: #54764E; }
a { background-color: rgb(84,118,78); }
div.DivClassName
{
background-color: #54764E;
}
.BgClassName
{
background-color: #54764E;
}
</style>
border-color css
<style>
span { border-color: #54764E; }
span { border-color: rgb(84,118,78); }
td.TdClassName
{
border-color: #54764E;
}
.TagClassName
{
border-color: #54764E;
}
</style>