Shades of Tall Poppy #7F3834
Tints of Tall Poppy #7F3834
RGB
CMYK
RGB Variations
Color information
#7F3834 (or 0x7F3834) is known color: Tall Poppy. HEX triplet: 7F, 38 and 34. RGB value is (127,56,52). Sum of RGB (Red+Green+Blue) = 127+56+52=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 52 (20.70% from 255 or 22.13% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3834 is #80C7CB. Grayscale: #4C4C4C. Windows color (decimal): -8439756 or 3422335. OLE color: 3422335.
HSL color Cylindrical-coordinate representation of color #7F3834: hue angle of 3.2º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7F3834 is Cyan = 0, Magento = 0.56, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 56 | 52 | - |
| CMYK | 0 | 0.56 | 0.59 | 0.50 |
| HSL | 3.2º | 0.42% | 0.35% | - |
| HSV(B) | 3.2º | 0.59% | 0.5% | - |
| XYZ | 10.79 | 7.59 | 4.14 | - |
| YUV | 76.77 | 114.02 | 163.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 56 | 52 | 0 | 0.56 | 0.59 | 0.50 | 3.2 | 0.42 | 0.35 |
| Hex | 7F | 38 | 34 | 0 | 38 | 3B | 32 | 3 | 2A | 23 |
| Octal | 177 | 70 | 64 | 0 | 70 | 73 | 62 | 3 | 52 | 43 |
| Binary | 1111111 | 111000 | 110100 | 0 | 111000 | 111011 | 110010 | 11 | 101010 | 100011 |
Color Harmonies of #7F3834
Complementary color
Monochromatic Colors of #7F3834
Black with #7F3834
Text Example
Text Example
White with #7F3834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3834; }
p { color: rgb(127,56,52); }
H1.HeaderClassName
{
color: #7F3834;
}
.AnyTagClassName
{
color: #7F3834;
}
</style>
background-color css
<style>
a { background-color: #7F3834; }
a { background-color: rgb(127,56,52); }
div.DivClassName
{
background-color: #7F3834;
}
.BgClassName
{
background-color: #7F3834;
}
</style>
border-color css
<style>
span { border-color: #7F3834; }
span { border-color: rgb(127,56,52); }
td.TdClassName
{
border-color: #7F3834;
}
.TagClassName
{
border-color: #7F3834;
}
</style>