Shades of Tall Poppy #7C3433
Tints of Tall Poppy #7C3433
RGB
CMYK
RGB Variations
Color information
#7C3433 (or 0x7C3433) is known color: Tall Poppy. HEX triplet: 7C, 34 and 33. RGB value is (124,52,51). Sum of RGB (Red+Green+Blue) = 124+52+51=227 (30% of max value = 765). Red value is 124 (48.83% from 255 or 54.63% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3433 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3433 is #83CBCC. Grayscale: #494949. Windows color (decimal): -8637389 or 3355772. OLE color: 3355772.
HSL color Cylindrical-coordinate representation of color #7C3433: hue angle of 0.82º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C3433 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 52 | 51 | - |
| CMYK | 0 | 0.58 | 0.59 | 0.51 |
| HSL | 0.82º | 0.42% | 0.34% | - |
| HSV(B) | 0.82º | 0.59% | 0.49% | - |
| XYZ | 10.14 | 6.98 | 3.94 | - |
| YUV | 73.41 | 115.35 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 52 | 51 | 0 | 0.58 | 0.59 | 0.51 | 0.82 | 0.42 | 0.34 |
| Hex | 7C | 34 | 33 | 0 | 3A | 3B | 33 | 1 | 2A | 22 |
| Octal | 174 | 64 | 63 | 0 | 72 | 73 | 63 | 1 | 52 | 42 |
| Binary | 1111100 | 110100 | 110011 | 0 | 111010 | 111011 | 110011 | 1 | 101010 | 100010 |
Color Harmonies of #7C3433
Complementary color
Monochromatic Colors of #7C3433
Black with #7C3433
Text Example
Text Example
White with #7C3433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3433; }
p { color: rgb(124,52,51); }
H1.HeaderClassName
{
color: #7C3433;
}
.AnyTagClassName
{
color: #7C3433;
}
</style>
background-color css
<style>
a { background-color: #7C3433; }
a { background-color: rgb(124,52,51); }
div.DivClassName
{
background-color: #7C3433;
}
.BgClassName
{
background-color: #7C3433;
}
</style>
border-color css
<style>
span { border-color: #7C3433; }
span { border-color: rgb(124,52,51); }
td.TdClassName
{
border-color: #7C3433;
}
.TagClassName
{
border-color: #7C3433;
}
</style>