Shades of Tall Poppy #7F3633
Tints of Tall Poppy #7F3633
RGB
CMYK
RGB Variations
Color information
#7F3633 (or 0x7F3633) is known color: Tall Poppy. HEX triplet: 7F, 36 and 33. RGB value is (127,54,51). Sum of RGB (Red+Green+Blue) = 127+54+51=232 (30% of max value = 765). Red value is 127 (50% from 255 or 54.74% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3633 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3633 is #80C9CC. Grayscale: #4B4B4B. Windows color (decimal): -8440269 or 3356287. OLE color: 3356287.
HSL color Cylindrical-coordinate representation of color #7F3633: hue angle of 2.37º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F3633 is Cyan = 0, Magento = 0.57, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 54 | 51 | - |
| CMYK | 0 | 0.57 | 0.60 | 0.50 |
| HSL | 2.37º | 0.43% | 0.35% | - |
| HSV(B) | 2.37º | 0.6% | 0.5% | - |
| XYZ | 10.67 | 7.39 | 4 | - |
| YUV | 75.49 | 114.18 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 54 | 51 | 0 | 0.57 | 0.60 | 0.50 | 2.37 | 0.43 | 0.35 |
| Hex | 7F | 36 | 33 | 0 | 39 | 3C | 32 | 2 | 2B | 23 |
| Octal | 177 | 66 | 63 | 0 | 71 | 74 | 62 | 2 | 53 | 43 |
| Binary | 1111111 | 110110 | 110011 | 0 | 111001 | 111100 | 110010 | 10 | 101011 | 100011 |
Color Harmonies of #7F3633
Complementary color
Monochromatic Colors of #7F3633
Black with #7F3633
Text Example
Text Example
White with #7F3633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3633; }
p { color: rgb(127,54,51); }
H1.HeaderClassName
{
color: #7F3633;
}
.AnyTagClassName
{
color: #7F3633;
}
</style>
background-color css
<style>
a { background-color: #7F3633; }
a { background-color: rgb(127,54,51); }
div.DivClassName
{
background-color: #7F3633;
}
.BgClassName
{
background-color: #7F3633;
}
</style>
border-color css
<style>
span { border-color: #7F3633; }
span { border-color: rgb(127,54,51); }
td.TdClassName
{
border-color: #7F3633;
}
.TagClassName
{
border-color: #7F3633;
}
</style>