Shades of Tall Poppy #7E3532
Tints of Tall Poppy #7E3532
RGB
CMYK
RGB Variations
Color information
#7E3532 (or 0x7E3532) is known color: Tall Poppy. HEX triplet: 7E, 35 and 32. RGB value is (126,53,50). Sum of RGB (Red+Green+Blue) = 126+53+50=229 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.02% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 50 (19.92% from 255 or 21.83% from 229); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3532 is #81CACD. Grayscale: #4A4A4A. Windows color (decimal): -8506062 or 3290494. OLE color: 3290494.
HSL color Cylindrical-coordinate representation of color #7E3532: hue angle of 2.37º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E3532 is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 53 | 50 | - |
| CMYK | 0 | 0.58 | 0.60 | 0.51 |
| HSL | 2.37º | 0.43% | 0.35% | - |
| HSV(B) | 2.37º | 0.6% | 0.49% | - |
| XYZ | 10.45 | 7.21 | 3.86 | - |
| YUV | 74.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 53 | 50 | 0 | 0.58 | 0.60 | 0.51 | 2.37 | 0.43 | 0.35 |
| Hex | 7E | 35 | 32 | 0 | 3A | 3C | 33 | 2 | 2B | 23 |
| Octal | 176 | 65 | 62 | 0 | 72 | 74 | 63 | 2 | 53 | 43 |
| Binary | 1111110 | 110101 | 110010 | 0 | 111010 | 111100 | 110011 | 10 | 101011 | 100011 |
Color Harmonies of #7E3532
Complementary color
Monochromatic Colors of #7E3532
Black with #7E3532
Text Example
Text Example
White with #7E3532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3532; }
p { color: rgb(126,53,50); }
H1.HeaderClassName
{
color: #7E3532;
}
.AnyTagClassName
{
color: #7E3532;
}
</style>
background-color css
<style>
a { background-color: #7E3532; }
a { background-color: rgb(126,53,50); }
div.DivClassName
{
background-color: #7E3532;
}
.BgClassName
{
background-color: #7E3532;
}
</style>
border-color css
<style>
span { border-color: #7E3532; }
span { border-color: rgb(126,53,50); }
td.TdClassName
{
border-color: #7E3532;
}
.TagClassName
{
border-color: #7E3532;
}
</style>