Shades of Tall Poppy #7E3434
Tints of Tall Poppy #7E3434
RGB
CMYK
RGB Variations
Color information
#7E3434 (or 0x7E3434) is known color: Tall Poppy. HEX triplet: 7E, 34 and 34. RGB value is (126,52,52). Sum of RGB (Red+Green+Blue) = 126+52+52=230 (30% of max value = 765). Red value is 126 (49.61% from 255 or 54.78% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 52 (20.70% from 255 or 22.61% from 230); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3434 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3434 is #81CBCB. Grayscale: #4A4A4A. Windows color (decimal): -8506316 or 3421310. OLE color: 3421310.
HSL color Cylindrical-coordinate representation of color #7E3434: hue angle of 0º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7E3434 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 52 | 52 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.51 |
| HSL | 0º | 0.42% | 0.35% | - |
| HSV(B) | 0º | 0.59% | 0.49% | - |
| XYZ | 10.45 | 7.14 | 4.08 | - |
| YUV | 74.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 52 | 52 | 0 | 0.59 | 0.59 | 0.51 | 0 | 0.42 | 0.35 |
| Hex | 7E | 34 | 34 | 0 | 3B | 3B | 33 | 0 | 2A | 23 |
| Octal | 176 | 64 | 64 | 0 | 73 | 73 | 63 | 0 | 52 | 43 |
| Binary | 1111110 | 110100 | 110100 | 0 | 111011 | 111011 | 110011 | 0 | 101010 | 100011 |
Color Harmonies of #7E3434
Complementary color
Monochromatic Colors of #7E3434
Black with #7E3434
Text Example
Text Example
White with #7E3434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3434; }
p { color: rgb(126,52,52); }
H1.HeaderClassName
{
color: #7E3434;
}
.AnyTagClassName
{
color: #7E3434;
}
</style>
background-color css
<style>
a { background-color: #7E3434; }
a { background-color: rgb(126,52,52); }
div.DivClassName
{
background-color: #7E3434;
}
.BgClassName
{
background-color: #7E3434;
}
</style>
border-color css
<style>
span { border-color: #7E3434; }
span { border-color: rgb(126,52,52); }
td.TdClassName
{
border-color: #7E3434;
}
.TagClassName
{
border-color: #7E3434;
}
</style>