Shades of Cactus #58764E
Tints of Cactus #58764E
RGB
CMYK
RGB Variations
Color information
#58764E (or 0x58764E) is known color: Cactus. HEX triplet: 58, 76 and 4E. RGB value is (88,118,78). Sum of RGB (Red+Green+Blue) = 88+118+78=284 (37% of max value = 765). Red value is 88 (34.77% from 255 or 30.99% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 78 (30.86% from 255 or 27.46% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #58764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58764E is #A789B1. Grayscale: #686868. Windows color (decimal): -10979762 or 5142104. OLE color: 5142104.
HSL color Cylindrical-coordinate representation of color #58764E: hue angle of 105º 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 #58764E is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 88 | 118 | 78 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.54 |
| HSL | 105º | 0.2% | 0.38% | - |
| HSV(B) | 105º | 0.34% | 0.46% | - |
| XYZ | 11.88 | 15.58 | 9.59 | - |
| YUV | 104.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 118 | 78 | 0.25 | 0 | 0.34 | 0.54 | 105 | 0.2 | 0.38 |
| Hex | 58 | 76 | 4E | 19 | 0 | 22 | 36 | 69 | 14 | 26 |
| Octal | 130 | 166 | 116 | 31 | 0 | 42 | 66 | 151 | 24 | 46 |
| Binary | 1011000 | 1110110 | 1001110 | 11001 | 0 | 100010 | 110110 | 1101001 | 10100 | 100110 |
Color Harmonies of #58764E
Complementary color
Monochromatic Colors of #58764E
Black with #58764E
Text Example
Text Example
White with #58764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58764E; }
p { color: rgb(88,118,78); }
H1.HeaderClassName
{
color: #58764E;
}
.AnyTagClassName
{
color: #58764E;
}
</style>
background-color css
<style>
a { background-color: #58764E; }
a { background-color: rgb(88,118,78); }
div.DivClassName
{
background-color: #58764E;
}
.BgClassName
{
background-color: #58764E;
}
</style>
border-color css
<style>
span { border-color: #58764E; }
span { border-color: rgb(88,118,78); }
td.TdClassName
{
border-color: #58764E;
}
.TagClassName
{
border-color: #58764E;
}
</style>