Shades of Cactus #52764F
Tints of Cactus #52764F
RGB
CMYK
RGB Variations
Color information
#52764F (or 0x52764F) is known color: Cactus. HEX triplet: 52, 76 and 4F. RGB value is (82,118,79). Sum of RGB (Red+Green+Blue) = 82+118+79=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 79 (31.25% from 255 or 28.32% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #52764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52764F is #AD89B0. Grayscale: #666666. Windows color (decimal): -11372977 or 5207634. OLE color: 5207634.
HSL color Cylindrical-coordinate representation of color #52764F: hue angle of 115.38º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #52764F is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 82 | 118 | 79 | - |
| CMYK | 0.31 | 0 | 0.33 | 0.54 |
| HSL | 115.38º | 0.2% | 0.39% | - |
| HSV(B) | 115.38º | 0.33% | 0.46% | - |
| XYZ | 11.37 | 15.32 | 9.75 | - |
| YUV | 102.79 | 114.57 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 118 | 79 | 0.31 | 0 | 0.33 | 0.54 | 115.38 | 0.2 | 0.39 |
| Hex | 52 | 76 | 4F | 1F | 0 | 21 | 36 | 73 | 14 | 27 |
| Octal | 122 | 166 | 117 | 37 | 0 | 41 | 66 | 163 | 24 | 47 |
| Binary | 1010010 | 1110110 | 1001111 | 11111 | 0 | 100001 | 110110 | 1110011 | 10100 | 100111 |
Color Harmonies of #52764F
Complementary color
Monochromatic Colors of #52764F
Black with #52764F
Text Example
Text Example
White with #52764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52764F; }
p { color: rgb(82,118,79); }
H1.HeaderClassName
{
color: #52764F;
}
.AnyTagClassName
{
color: #52764F;
}
</style>
background-color css
<style>
a { background-color: #52764F; }
a { background-color: rgb(82,118,79); }
div.DivClassName
{
background-color: #52764F;
}
.BgClassName
{
background-color: #52764F;
}
</style>
border-color css
<style>
span { border-color: #52764F; }
span { border-color: rgb(82,118,79); }
td.TdClassName
{
border-color: #52764F;
}
.TagClassName
{
border-color: #52764F;
}
</style>