Shades of Tall Poppy #7F322F
Tints of Tall Poppy #7F322F
RGB
CMYK
RGB Variations
Color information
#7F322F (or 0x7F322F) is known color: Tall Poppy. HEX triplet: 7F, 32 and 2F. RGB value is (127,50,47). Sum of RGB (Red+Green+Blue) = 127+50+47=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 47 (18.75% from 255 or 20.98% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F322F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F322F is #80CDD0. Grayscale: #484848. Windows color (decimal): -8441297 or 3093119. OLE color: 3093119.
HSL color Cylindrical-coordinate representation of color #7F322F: hue angle of 2.25º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7F322F is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 50 | 47 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.50 |
| HSL | 2.25º | 0.46% | 0.34% | - |
| HSV(B) | 2.25º | 0.63% | 0.5% | - |
| XYZ | 10.41 | 7 | 3.49 | - |
| YUV | 72.68 | 113.51 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 50 | 47 | 0 | 0.61 | 0.63 | 0.50 | 2.25 | 0.46 | 0.34 |
| Hex | 7F | 32 | 2F | 0 | 3D | 3F | 32 | 2 | 2E | 22 |
| Octal | 177 | 62 | 57 | 0 | 75 | 77 | 62 | 2 | 56 | 42 |
| Binary | 1111111 | 110010 | 101111 | 0 | 111101 | 111111 | 110010 | 10 | 101110 | 100010 |
Color Harmonies of #7F322F
Complementary color
Monochromatic Colors of #7F322F
Black with #7F322F
Text Example
Text Example
White with #7F322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F322F; }
p { color: rgb(127,50,47); }
H1.HeaderClassName
{
color: #7F322F;
}
.AnyTagClassName
{
color: #7F322F;
}
</style>
background-color css
<style>
a { background-color: #7F322F; }
a { background-color: rgb(127,50,47); }
div.DivClassName
{
background-color: #7F322F;
}
.BgClassName
{
background-color: #7F322F;
}
</style>
border-color css
<style>
span { border-color: #7F322F; }
span { border-color: rgb(127,50,47); }
td.TdClassName
{
border-color: #7F322F;
}
.TagClassName
{
border-color: #7F322F;
}
</style>