Shades of Peanut #7A4032
Tints of Peanut #7A4032
RGB
CMYK
RGB Variations
Color information
#7A4032 (or 0x7A4032) is known color: Peanut. HEX triplet: 7A, 40 and 32. RGB value is (122,64,50). Sum of RGB (Red+Green+Blue) = 122+64+50=236 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.69% from 236); Green value is 64 (25.39% from 255 or 27.12% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4032 is #85BFCD. Grayscale: #4F4F4F. Windows color (decimal): -8765390 or 3293306. OLE color: 3293306.
HSL color Cylindrical-coordinate representation of color #7A4032: hue angle of 11.67º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A4032 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 64 | 50 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.52 |
| HSL | 11.67º | 0.42% | 0.34% | - |
| HSV(B) | 11.67º | 0.59% | 0.48% | - |
| XYZ | 10.44 | 8.03 | 4.02 | - |
| YUV | 79.75 | 111.22 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 64 | 50 | 0 | 0.48 | 0.59 | 0.52 | 11.67 | 0.42 | 0.34 |
| Hex | 7A | 40 | 32 | 0 | 30 | 3B | 34 | C | 2A | 22 |
| Octal | 172 | 100 | 62 | 0 | 60 | 73 | 64 | 14 | 52 | 42 |
| Binary | 1111010 | 1000000 | 110010 | 0 | 110000 | 111011 | 110100 | 1100 | 101010 | 100010 |
Color Harmonies of #7A4032
Complementary color
Monochromatic Colors of #7A4032
Black with #7A4032
Text Example
Text Example
White with #7A4032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4032; }
p { color: rgb(122,64,50); }
H1.HeaderClassName
{
color: #7A4032;
}
.AnyTagClassName
{
color: #7A4032;
}
</style>
background-color css
<style>
a { background-color: #7A4032; }
a { background-color: rgb(122,64,50); }
div.DivClassName
{
background-color: #7A4032;
}
.BgClassName
{
background-color: #7A4032;
}
</style>
border-color css
<style>
span { border-color: #7A4032; }
span { border-color: rgb(122,64,50); }
td.TdClassName
{
border-color: #7A4032;
}
.TagClassName
{
border-color: #7A4032;
}
</style>