Shades of Ironstone #7E4E45
Tints of Ironstone #7E4E45
RGB
CMYK
RGB Variations
Color information
#7E4E45 (or 0x7E4E45) is known color: Ironstone. HEX triplet: 7E, 4E and 45. RGB value is (126,78,69). Sum of RGB (Red+Green+Blue) = 126+78+69=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 78 (30.86% from 255 or 28.57% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E4E45 is #81B1BA. Grayscale: #5B5B5B. Windows color (decimal): -8499643 or 4542078. OLE color: 4542078.
HSL color Cylindrical-coordinate representation of color #7E4E45: hue angle of 9.47º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E4E45 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 78 | 69 | - |
| CMYK | 0 | 0.38 | 0.45 | 0.51 |
| HSL | 9.47º | 0.29% | 0.38% | - |
| HSV(B) | 9.47º | 0.45% | 0.49% | - |
| XYZ | 12.4 | 10.31 | 6.97 | - |
| YUV | 91.33 | 115.4 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 78 | 69 | 0 | 0.38 | 0.45 | 0.51 | 9.47 | 0.29 | 0.38 |
| Hex | 7E | 4E | 45 | 0 | 26 | 2D | 33 | 9 | 1D | 26 |
| Octal | 176 | 116 | 105 | 0 | 46 | 55 | 63 | 11 | 35 | 46 |
| Binary | 1111110 | 1001110 | 1000101 | 0 | 100110 | 101101 | 110011 | 1001 | 11101 | 100110 |
Color Harmonies of #7E4E45
Complementary color
Monochromatic Colors of #7E4E45
Black with #7E4E45
Text Example
Text Example
White with #7E4E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4E45; }
p { color: rgb(126,78,69); }
H1.HeaderClassName
{
color: #7E4E45;
}
.AnyTagClassName
{
color: #7E4E45;
}
</style>
background-color css
<style>
a { background-color: #7E4E45; }
a { background-color: rgb(126,78,69); }
div.DivClassName
{
background-color: #7E4E45;
}
.BgClassName
{
background-color: #7E4E45;
}
</style>
border-color css
<style>
span { border-color: #7E4E45; }
span { border-color: rgb(126,78,69); }
td.TdClassName
{
border-color: #7E4E45;
}
.TagClassName
{
border-color: #7E4E45;
}
</style>