Shades of Tall Poppy #7C3333
Tints of Tall Poppy #7C3333
RGB
CMYK
RGB Variations
Color information
#7C3333 (or 0x7C3333) is known color: Tall Poppy. HEX triplet: 7C, 33 and 33. RGB value is (124,51,51). Sum of RGB (Red+Green+Blue) = 124+51+51=226 (29% of max value = 765). Red value is 124 (48.83% from 255 or 54.87% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 51 (20.31% from 255 or 22.57% from 226); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7C3333 is #83CCCC. Grayscale: #484848. Windows color (decimal): -8637645 or 3355516. OLE color: 3355516.
HSL color Cylindrical-coordinate representation of color #7C3333: hue angle of 0º 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 #7C3333 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 51 | 51 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.51 |
| HSL | 0º | 0.42% | 0.34% | - |
| HSV(B) | 0º | 0.59% | 0.49% | - |
| XYZ | 10.09 | 6.89 | 3.93 | - |
| YUV | 72.83 | 115.68 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 51 | 51 | 0 | 0.59 | 0.59 | 0.51 | 0 | 0.42 | 0.34 |
| Hex | 7C | 33 | 33 | 0 | 3B | 3B | 33 | 0 | 2A | 22 |
| Octal | 174 | 63 | 63 | 0 | 73 | 73 | 63 | 0 | 52 | 42 |
| Binary | 1111100 | 110011 | 110011 | 0 | 111011 | 111011 | 110011 | 0 | 101010 | 100010 |
Color Harmonies of #7C3333
Complementary color
Monochromatic Colors of #7C3333
Black with #7C3333
Text Example
Text Example
White with #7C3333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3333; }
p { color: rgb(124,51,51); }
H1.HeaderClassName
{
color: #7C3333;
}
.AnyTagClassName
{
color: #7C3333;
}
</style>
background-color css
<style>
a { background-color: #7C3333; }
a { background-color: rgb(124,51,51); }
div.DivClassName
{
background-color: #7C3333;
}
.BgClassName
{
background-color: #7C3333;
}
</style>
border-color css
<style>
span { border-color: #7C3333; }
span { border-color: rgb(124,51,51); }
td.TdClassName
{
border-color: #7C3333;
}
.TagClassName
{
border-color: #7C3333;
}
</style>