Shades of Peanut #7B4232
Tints of Peanut #7B4232
RGB
CMYK
RGB Variations
Color information
#7B4232 (or 0x7B4232) is known color: Peanut. HEX triplet: 7B, 42 and 32. RGB value is (123,66,50). Sum of RGB (Red+Green+Blue) = 123+66+50=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4232 is #84BDCD. Grayscale: #515151. Windows color (decimal): -8699342 or 3293819. OLE color: 3293819.
HSL color Cylindrical-coordinate representation of color #7B4232: hue angle of 13.15º 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 #7B4232 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 66 | 50 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.52 |
| HSL | 13.15º | 0.42% | 0.34% | - |
| HSV(B) | 13.15º | 0.59% | 0.48% | - |
| XYZ | 10.69 | 8.34 | 4.06 | - |
| YUV | 81.22 | 110.38 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 50 | 0 | 0.46 | 0.59 | 0.52 | 13.15 | 0.42 | 0.34 |
| Hex | 7B | 42 | 32 | 0 | 2E | 3B | 34 | D | 2A | 22 |
| Octal | 173 | 102 | 62 | 0 | 56 | 73 | 64 | 15 | 52 | 42 |
| Binary | 1111011 | 1000010 | 110010 | 0 | 101110 | 111011 | 110100 | 1101 | 101010 | 100010 |
Color Harmonies of #7B4232
Complementary color
Monochromatic Colors of #7B4232
Black with #7B4232
Text Example
Text Example
White with #7B4232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4232; }
p { color: rgb(123,66,50); }
H1.HeaderClassName
{
color: #7B4232;
}
.AnyTagClassName
{
color: #7B4232;
}
</style>
background-color css
<style>
a { background-color: #7B4232; }
a { background-color: rgb(123,66,50); }
div.DivClassName
{
background-color: #7B4232;
}
.BgClassName
{
background-color: #7B4232;
}
</style>
border-color css
<style>
span { border-color: #7B4232; }
span { border-color: rgb(123,66,50); }
td.TdClassName
{
border-color: #7B4232;
}
.TagClassName
{
border-color: #7B4232;
}
</style>