Shades of Peanut #7A4336
Tints of Peanut #7A4336
RGB
CMYK
RGB Variations
Color information
#7A4336 (or 0x7A4336) is known color: Peanut. HEX triplet: 7A, 43 and 36. RGB value is (122,67,54). Sum of RGB (Red+Green+Blue) = 122+67+54=243 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.21% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 54 (21.48% from 255 or 22.22% from 243); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4336 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A4336 is #85BCC9. Grayscale: #525252. Windows color (decimal): -8764618 or 3556218. OLE color: 3556218.
HSL color Cylindrical-coordinate representation of color #7A4336: hue angle of 11.47º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7A4336 is Cyan = 0, Magento = 0.45, Yellow = 0.56 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 67 | 54 | - |
| CMYK | 0 | 0.45 | 0.56 | 0.52 |
| HSL | 11.47º | 0.39% | 0.35% | - |
| HSV(B) | 11.47º | 0.56% | 0.48% | - |
| XYZ | 10.7 | 8.42 | 4.55 | - |
| YUV | 81.96 | 112.22 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 67 | 54 | 0 | 0.45 | 0.56 | 0.52 | 11.47 | 0.39 | 0.35 |
| Hex | 7A | 43 | 36 | 0 | 2D | 38 | 34 | B | 27 | 23 |
| Octal | 172 | 103 | 66 | 0 | 55 | 70 | 64 | 13 | 47 | 43 |
| Binary | 1111010 | 1000011 | 110110 | 0 | 101101 | 111000 | 110100 | 1011 | 100111 | 100011 |
Color Harmonies of #7A4336
Complementary color
Monochromatic Colors of #7A4336
Black with #7A4336
Text Example
Text Example
White with #7A4336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4336; }
p { color: rgb(122,67,54); }
H1.HeaderClassName
{
color: #7A4336;
}
.AnyTagClassName
{
color: #7A4336;
}
</style>
background-color css
<style>
a { background-color: #7A4336; }
a { background-color: rgb(122,67,54); }
div.DivClassName
{
background-color: #7A4336;
}
.BgClassName
{
background-color: #7A4336;
}
</style>
border-color css
<style>
span { border-color: #7A4336; }
span { border-color: rgb(122,67,54); }
td.TdClassName
{
border-color: #7A4336;
}
.TagClassName
{
border-color: #7A4336;
}
</style>