Shades of Ironstone #7E5047
Tints of Ironstone #7E5047
RGB
CMYK
RGB Variations
Color information
#7E5047 (or 0x7E5047) is known color: Ironstone. HEX triplet: 7E, 50 and 47. RGB value is (126,80,71). Sum of RGB (Red+Green+Blue) = 126+80+71=277 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.49% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 71 (28.12% from 255 or 25.63% from 277); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5047 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5047 is #81AFB8. Grayscale: #5C5C5C. Windows color (decimal): -8499129 or 4673662. OLE color: 4673662.
HSL color Cylindrical-coordinate representation of color #7E5047: hue angle of 9.82º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E5047 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 80 | 71 | - |
| CMYK | 0 | 0.37 | 0.44 | 0.51 |
| HSL | 9.82º | 0.28% | 0.39% | - |
| HSV(B) | 9.82º | 0.44% | 0.49% | - |
| XYZ | 12.61 | 10.63 | 7.35 | - |
| YUV | 92.73 | 115.74 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 80 | 71 | 0 | 0.37 | 0.44 | 0.51 | 9.82 | 0.28 | 0.39 |
| Hex | 7E | 50 | 47 | 0 | 25 | 2C | 33 | A | 1C | 27 |
| Octal | 176 | 120 | 107 | 0 | 45 | 54 | 63 | 12 | 34 | 47 |
| Binary | 1111110 | 1010000 | 1000111 | 0 | 100101 | 101100 | 110011 | 1010 | 11100 | 100111 |
Color Harmonies of #7E5047
Complementary color
Monochromatic Colors of #7E5047
Black with #7E5047
Text Example
Text Example
White with #7E5047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E5047; }
p { color: rgb(126,80,71); }
H1.HeaderClassName
{
color: #7E5047;
}
.AnyTagClassName
{
color: #7E5047;
}
</style>
background-color css
<style>
a { background-color: #7E5047; }
a { background-color: rgb(126,80,71); }
div.DivClassName
{
background-color: #7E5047;
}
.BgClassName
{
background-color: #7E5047;
}
</style>
border-color css
<style>
span { border-color: #7E5047; }
span { border-color: rgb(126,80,71); }
td.TdClassName
{
border-color: #7E5047;
}
.TagClassName
{
border-color: #7E5047;
}
</style>