Shades of Peanut #7B4332
Tints of Peanut #7B4332
RGB
CMYK
RGB Variations
Color information
#7B4332 (or 0x7B4332) is known color: Peanut. HEX triplet: 7B, 43 and 32. RGB value is (123,67,50). Sum of RGB (Red+Green+Blue) = 123+67+50=240 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.25% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4332 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4332 is #84BCCD. Grayscale: #515151. Windows color (decimal): -8699086 or 3294075. OLE color: 3294075.
HSL color Cylindrical-coordinate representation of color #7B4332: hue angle of 13.97º 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 #7B4332 is Cyan = 0, Magento = 0.46, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 67 | 50 | - |
| CMYK | 0 | 0.46 | 0.59 | 0.52 |
| HSL | 13.97º | 0.42% | 0.34% | - |
| HSV(B) | 13.97º | 0.59% | 0.48% | - |
| XYZ | 10.75 | 8.46 | 4.08 | - |
| YUV | 81.81 | 110.05 | 157.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 50 | 0 | 0.46 | 0.59 | 0.52 | 13.97 | 0.42 | 0.34 |
| Hex | 7B | 43 | 32 | 0 | 2E | 3B | 34 | E | 2A | 22 |
| Octal | 173 | 103 | 62 | 0 | 56 | 73 | 64 | 16 | 52 | 42 |
| Binary | 1111011 | 1000011 | 110010 | 0 | 101110 | 111011 | 110100 | 1110 | 101010 | 100010 |
Color Harmonies of #7B4332
Complementary color
Monochromatic Colors of #7B4332
Black with #7B4332
Text Example
Text Example
White with #7B4332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4332; }
p { color: rgb(123,67,50); }
H1.HeaderClassName
{
color: #7B4332;
}
.AnyTagClassName
{
color: #7B4332;
}
</style>
background-color css
<style>
a { background-color: #7B4332; }
a { background-color: rgb(123,67,50); }
div.DivClassName
{
background-color: #7B4332;
}
.BgClassName
{
background-color: #7B4332;
}
</style>
border-color css
<style>
span { border-color: #7B4332; }
span { border-color: rgb(123,67,50); }
td.TdClassName
{
border-color: #7B4332;
}
.TagClassName
{
border-color: #7B4332;
}
</style>