Shades of Ironstone #7E4E44
Tints of Ironstone #7E4E44
RGB
CMYK
RGB Variations
Color information
#7E4E44 (or 0x7E4E44) is known color: Ironstone. HEX triplet: 7E, 4E and 44. RGB value is (126,78,68). Sum of RGB (Red+Green+Blue) = 126+78+68=272 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.32% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E4E44 is #81B1BB. Grayscale: #5B5B5B. Windows color (decimal): -8499644 or 4476542. OLE color: 4476542.
HSL color Cylindrical-coordinate representation of color #7E4E44: hue angle of 10.34º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7E4E44 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 78 | 68 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.51 |
| HSL | 10.34º | 0.3% | 0.38% | - |
| HSV(B) | 10.34º | 0.46% | 0.49% | - |
| XYZ | 12.37 | 10.3 | 6.81 | - |
| YUV | 91.21 | 114.9 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 78 | 68 | 0 | 0.38 | 0.46 | 0.51 | 10.34 | 0.3 | 0.38 |
| Hex | 7E | 4E | 44 | 0 | 26 | 2E | 33 | A | 1E | 26 |
| Octal | 176 | 116 | 104 | 0 | 46 | 56 | 63 | 12 | 36 | 46 |
| Binary | 1111110 | 1001110 | 1000100 | 0 | 100110 | 101110 | 110011 | 1010 | 11110 | 100110 |
Color Harmonies of #7E4E44
Complementary color
Monochromatic Colors of #7E4E44
Black with #7E4E44
Text Example
Text Example
White with #7E4E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E4E44; }
p { color: rgb(126,78,68); }
H1.HeaderClassName
{
color: #7E4E44;
}
.AnyTagClassName
{
color: #7E4E44;
}
</style>
background-color css
<style>
a { background-color: #7E4E44; }
a { background-color: rgb(126,78,68); }
div.DivClassName
{
background-color: #7E4E44;
}
.BgClassName
{
background-color: #7E4E44;
}
</style>
border-color css
<style>
span { border-color: #7E4E44; }
span { border-color: rgb(126,78,68); }
td.TdClassName
{
border-color: #7E4E44;
}
.TagClassName
{
border-color: #7E4E44;
}
</style>