Shades of Cactus #5C7752
Tints of Cactus #5C7752
RGB
CMYK
RGB Variations
Color information
#5C7752 (or 0x5C7752) is known color: Cactus. HEX triplet: 5C, 77 and 52. RGB value is (92,119,82). Sum of RGB (Red+Green+Blue) = 92+119+82=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #5C7752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C7752 is #A388AD. Grayscale: #6A6A6A. Windows color (decimal): -10717358 or 5404508. OLE color: 5404508.
HSL color Cylindrical-coordinate representation of color #5C7752: hue angle of 103.78º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C7752 is Cyan = 0.23, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 119 | 82 | - |
| CMYK | 0.23 | 0 | 0.31 | 0.53 |
| HSL | 103.78º | 0.18% | 0.39% | - |
| HSV(B) | 103.78º | 0.31% | 0.47% | - |
| XYZ | 12.53 | 16.08 | 10.43 | - |
| YUV | 106.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 119 | 82 | 0.23 | 0 | 0.31 | 0.53 | 103.78 | 0.18 | 0.39 |
| Hex | 5C | 77 | 52 | 17 | 0 | 1F | 35 | 68 | 12 | 27 |
| Octal | 134 | 167 | 122 | 27 | 0 | 37 | 65 | 150 | 22 | 47 |
| Binary | 1011100 | 1110111 | 1010010 | 10111 | 0 | 11111 | 110101 | 1101000 | 10010 | 100111 |
Color Harmonies of #5C7752
Complementary color
Monochromatic Colors of #5C7752
Black with #5C7752
Text Example
Text Example
White with #5C7752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7752; }
p { color: rgb(92,119,82); }
H1.HeaderClassName
{
color: #5C7752;
}
.AnyTagClassName
{
color: #5C7752;
}
</style>
background-color css
<style>
a { background-color: #5C7752; }
a { background-color: rgb(92,119,82); }
div.DivClassName
{
background-color: #5C7752;
}
.BgClassName
{
background-color: #5C7752;
}
</style>
border-color css
<style>
span { border-color: #5C7752; }
span { border-color: rgb(92,119,82); }
td.TdClassName
{
border-color: #5C7752;
}
.TagClassName
{
border-color: #5C7752;
}
</style>