Shades of Peanut #7C4032
Tints of Peanut #7C4032
RGB
CMYK
RGB Variations
Color information
#7C4032 (or 0x7C4032) is known color: Peanut. HEX triplet: 7C, 40 and 32. RGB value is (124,64,50). Sum of RGB (Red+Green+Blue) = 124+64+50=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 64 (25.39% from 255 or 26.89% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C4032 is #83BFCD. Grayscale: #505050. Windows color (decimal): -8634318 or 3293308. OLE color: 3293308.
HSL color Cylindrical-coordinate representation of color #7C4032: hue angle of 11.35º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7C4032 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 64 | 50 | - |
| CMYK | 0 | 0.48 | 0.60 | 0.51 |
| HSL | 11.35º | 0.43% | 0.34% | - |
| HSV(B) | 11.35º | 0.6% | 0.49% | - |
| XYZ | 10.72 | 8.18 | 4.03 | - |
| YUV | 80.34 | 110.88 | 159.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 64 | 50 | 0 | 0.48 | 0.60 | 0.51 | 11.35 | 0.43 | 0.34 |
| Hex | 7C | 40 | 32 | 0 | 30 | 3C | 33 | B | 2B | 22 |
| Octal | 174 | 100 | 62 | 0 | 60 | 74 | 63 | 13 | 53 | 42 |
| Binary | 1111100 | 1000000 | 110010 | 0 | 110000 | 111100 | 110011 | 1011 | 101011 | 100010 |
Color Harmonies of #7C4032
Complementary color
Monochromatic Colors of #7C4032
Black with #7C4032
Text Example
Text Example
White with #7C4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4032; }
p { color: rgb(124,64,50); }
H1.HeaderClassName
{
color: #7C4032;
}
.AnyTagClassName
{
color: #7C4032;
}
</style>
background-color css
<style>
a { background-color: #7C4032; }
a { background-color: rgb(124,64,50); }
div.DivClassName
{
background-color: #7C4032;
}
.BgClassName
{
background-color: #7C4032;
}
</style>
border-color css
<style>
span { border-color: #7C4032; }
span { border-color: rgb(124,64,50); }
td.TdClassName
{
border-color: #7C4032;
}
.TagClassName
{
border-color: #7C4032;
}
</style>