Shades of Peanut #7F3E2E
Tints of Peanut #7F3E2E
RGB
CMYK
RGB Variations
Color information
#7F3E2E (or 0x7F3E2E) is known color: Peanut. HEX triplet: 7F, 3E and 2E. RGB value is (127,62,46). Sum of RGB (Red+Green+Blue) = 127+62+46=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 62 (24.61% from 255 or 26.38% from 235); Blue value is 46 (18.36% from 255 or 19.57% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3E2E is #80C1D1. Grayscale: #4F4F4F. Windows color (decimal): -8438226 or 3030655. OLE color: 3030655.
HSL color Cylindrical-coordinate representation of color #7F3E2E: hue angle of 11.85º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7F3E2E is Cyan = 0, Magento = 0.51, Yellow = 0.64 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 62 | 46 | - |
| CMYK | 0 | 0.51 | 0.64 | 0.50 |
| HSL | 11.85º | 0.47% | 0.34% | - |
| HSV(B) | 11.85º | 0.64% | 0.5% | - |
| XYZ | 10.97 | 8.15 | 3.58 | - |
| YUV | 79.61 | 109.03 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 62 | 46 | 0 | 0.51 | 0.64 | 0.50 | 11.85 | 0.47 | 0.34 |
| Hex | 7F | 3E | 2E | 0 | 33 | 40 | 32 | C | 2F | 22 |
| Octal | 177 | 76 | 56 | 0 | 63 | 100 | 62 | 14 | 57 | 42 |
| Binary | 1111111 | 111110 | 101110 | 0 | 110011 | 1000000 | 110010 | 1100 | 101111 | 100010 |
Color Harmonies of #7F3E2E
Complementary color
Monochromatic Colors of #7F3E2E
Black with #7F3E2E
Text Example
Text Example
White with #7F3E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3E2E; }
p { color: rgb(127,62,46); }
H1.HeaderClassName
{
color: #7F3E2E;
}
.AnyTagClassName
{
color: #7F3E2E;
}
</style>
background-color css
<style>
a { background-color: #7F3E2E; }
a { background-color: rgb(127,62,46); }
div.DivClassName
{
background-color: #7F3E2E;
}
.BgClassName
{
background-color: #7F3E2E;
}
</style>
border-color css
<style>
span { border-color: #7F3E2E; }
span { border-color: rgb(127,62,46); }
td.TdClassName
{
border-color: #7F3E2E;
}
.TagClassName
{
border-color: #7F3E2E;
}
</style>