Shades of Peanut #7D4637
Tints of Peanut #7D4637
RGB
CMYK
RGB Variations
Color information
#7D4637 (or 0x7D4637) is known color: Peanut. HEX triplet: 7D, 46 and 37. RGB value is (125,70,55). Sum of RGB (Red+Green+Blue) = 125+70+55=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4637 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D4637 is #82B9C8. Grayscale: #545454. Windows color (decimal): -8567241 or 3622525. OLE color: 3622525.
HSL color Cylindrical-coordinate representation of color #7D4637: hue angle of 12.86º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D4637 is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 70 | 55 | - |
| CMYK | 0 | 0.44 | 0.56 | 0.51 |
| HSL | 12.86º | 0.39% | 0.35% | - |
| HSV(B) | 12.86º | 0.56% | 0.49% | - |
| XYZ | 11.34 | 9.02 | 4.76 | - |
| YUV | 84.74 | 111.22 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 70 | 55 | 0 | 0.44 | 0.56 | 0.51 | 12.86 | 0.39 | 0.35 |
| Hex | 7D | 46 | 37 | 0 | 2C | 38 | 33 | D | 27 | 23 |
| Octal | 175 | 106 | 67 | 0 | 54 | 70 | 63 | 15 | 47 | 43 |
| Binary | 1111101 | 1000110 | 110111 | 0 | 101100 | 111000 | 110011 | 1101 | 100111 | 100011 |
Color Harmonies of #7D4637
Complementary color
Monochromatic Colors of #7D4637
Black with #7D4637
Text Example
Text Example
White with #7D4637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D4637; }
p { color: rgb(125,70,55); }
H1.HeaderClassName
{
color: #7D4637;
}
.AnyTagClassName
{
color: #7D4637;
}
</style>
background-color css
<style>
a { background-color: #7D4637; }
a { background-color: rgb(125,70,55); }
div.DivClassName
{
background-color: #7D4637;
}
.BgClassName
{
background-color: #7D4637;
}
</style>
border-color css
<style>
span { border-color: #7D4637; }
span { border-color: rgb(125,70,55); }
td.TdClassName
{
border-color: #7D4637;
}
.TagClassName
{
border-color: #7D4637;
}
</style>