Shades of Tall Poppy #7A3737
Tints of Tall Poppy #7A3737
RGB
CMYK
RGB Variations
Color information
#7A3737 (or 0x7A3737) is known color: Tall Poppy. HEX triplet: 7A, 37 and 37. RGB value is (122,55,55). Sum of RGB (Red+Green+Blue) = 122+55+55=232 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.59% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 55 (21.88% from 255 or 23.71% from 232); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3737 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A3737 is #85C8C8. Grayscale: #4B4B4B. Windows color (decimal): -8767689 or 3618682. OLE color: 3618682.
HSL color Cylindrical-coordinate representation of color #7A3737: hue angle of 0º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7A3737 is Cyan = 0, Magento = 0.55, Yellow = 0.55 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 55 | 55 | - |
| CMYK | 0 | 0.55 | 0.55 | 0.52 |
| HSL | 0º | 0.38% | 0.35% | - |
| HSV(B) | 0º | 0.55% | 0.48% | - |
| XYZ | 10.08 | 7.15 | 4.46 | - |
| YUV | 75.03 | 116.7 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 55 | 55 | 0 | 0.55 | 0.55 | 0.52 | 0 | 0.38 | 0.35 |
| Hex | 7A | 37 | 37 | 0 | 37 | 37 | 34 | 0 | 26 | 23 |
| Octal | 172 | 67 | 67 | 0 | 67 | 67 | 64 | 0 | 46 | 43 |
| Binary | 1111010 | 110111 | 110111 | 0 | 110111 | 110111 | 110100 | 0 | 100110 | 100011 |
Color Harmonies of #7A3737
Complementary color
Monochromatic Colors of #7A3737
Black with #7A3737
Text Example
Text Example
White with #7A3737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A3737; }
p { color: rgb(122,55,55); }
H1.HeaderClassName
{
color: #7A3737;
}
.AnyTagClassName
{
color: #7A3737;
}
</style>
background-color css
<style>
a { background-color: #7A3737; }
a { background-color: rgb(122,55,55); }
div.DivClassName
{
background-color: #7A3737;
}
.BgClassName
{
background-color: #7A3737;
}
</style>
border-color css
<style>
span { border-color: #7A3737; }
span { border-color: rgb(122,55,55); }
td.TdClassName
{
border-color: #7A3737;
}
.TagClassName
{
border-color: #7A3737;
}
</style>