Shades of Tall Poppy #7D3938
Tints of Tall Poppy #7D3938
RGB
CMYK
RGB Variations
Color information
#7D3938 (or 0x7D3938) is known color: Tall Poppy. HEX triplet: 7D, 39 and 38. RGB value is (125,57,56). Sum of RGB (Red+Green+Blue) = 125+57+56=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 57 (22.66% from 255 or 23.95% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3938 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3938 is #82C6C7. Grayscale: #4D4D4D. Windows color (decimal): -8570568 or 3684733. OLE color: 3684733.
HSL color Cylindrical-coordinate representation of color #7D3938: hue angle of 0.87º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7D3938 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 57 | 56 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.51 |
| HSL | 0.87º | 0.38% | 0.35% | - |
| HSV(B) | 0.87º | 0.55% | 0.49% | - |
| XYZ | 10.63 | 7.57 | 4.64 | - |
| YUV | 77.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 57 | 56 | 0 | 0.54 | 0.55 | 0.51 | 0.87 | 0.38 | 0.35 |
| Hex | 7D | 39 | 38 | 0 | 36 | 37 | 33 | 1 | 26 | 23 |
| Octal | 175 | 71 | 70 | 0 | 66 | 67 | 63 | 1 | 46 | 43 |
| Binary | 1111101 | 111001 | 111000 | 0 | 110110 | 110111 | 110011 | 1 | 100110 | 100011 |
Color Harmonies of #7D3938
Complementary color
Monochromatic Colors of #7D3938
Black with #7D3938
Text Example
Text Example
White with #7D3938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3938; }
p { color: rgb(125,57,56); }
H1.HeaderClassName
{
color: #7D3938;
}
.AnyTagClassName
{
color: #7D3938;
}
</style>
background-color css
<style>
a { background-color: #7D3938; }
a { background-color: rgb(125,57,56); }
div.DivClassName
{
background-color: #7D3938;
}
.BgClassName
{
background-color: #7D3938;
}
</style>
border-color css
<style>
span { border-color: #7D3938; }
span { border-color: rgb(125,57,56); }
td.TdClassName
{
border-color: #7D3938;
}
.TagClassName
{
border-color: #7D3938;
}
</style>