Shades of Peanut #7B4532
Tints of Peanut #7B4532
RGB
CMYK
RGB Variations
Color information
#7B4532 (or 0x7B4532) is known color: Peanut. HEX triplet: 7B, 45 and 32. RGB value is (123,69,50). Sum of RGB (Red+Green+Blue) = 123+69+50=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 69 (27.34% from 255 or 28.51% from 242); Blue value is 50 (19.92% from 255 or 20.66% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B4532 is #84BACD. Grayscale: #535353. Windows color (decimal): -8698574 or 3294587. OLE color: 3294587.
HSL color Cylindrical-coordinate representation of color #7B4532: hue angle of 15.62º 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 #7B4532 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 69 | 50 | - |
| CMYK | 0 | 0.44 | 0.59 | 0.52 |
| HSL | 15.62º | 0.42% | 0.34% | - |
| HSV(B) | 15.62º | 0.59% | 0.48% | - |
| XYZ | 10.87 | 8.7 | 4.12 | - |
| YUV | 82.98 | 109.39 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 69 | 50 | 0 | 0.44 | 0.59 | 0.52 | 15.62 | 0.42 | 0.34 |
| Hex | 7B | 45 | 32 | 0 | 2C | 3B | 34 | 10 | 2A | 22 |
| Octal | 173 | 105 | 62 | 0 | 54 | 73 | 64 | 20 | 52 | 42 |
| Binary | 1111011 | 1000101 | 110010 | 0 | 101100 | 111011 | 110100 | 10000 | 101010 | 100010 |
Color Harmonies of #7B4532
Complementary color
Monochromatic Colors of #7B4532
Black with #7B4532
Text Example
Text Example
White with #7B4532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4532; }
p { color: rgb(123,69,50); }
H1.HeaderClassName
{
color: #7B4532;
}
.AnyTagClassName
{
color: #7B4532;
}
</style>
background-color css
<style>
a { background-color: #7B4532; }
a { background-color: rgb(123,69,50); }
div.DivClassName
{
background-color: #7B4532;
}
.BgClassName
{
background-color: #7B4532;
}
</style>
border-color css
<style>
span { border-color: #7B4532; }
span { border-color: rgb(123,69,50); }
td.TdClassName
{
border-color: #7B4532;
}
.TagClassName
{
border-color: #7B4532;
}
</style>