Shades of Ironstone #7E564D
Tints of Ironstone #7E564D
RGB
CMYK
RGB Variations
Color information
#7E564D (or 0x7E564D) is known color: Ironstone. HEX triplet: 7E, 56 and 4D. RGB value is (126,86,77). Sum of RGB (Red+Green+Blue) = 126+86+77=289 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.60% from 289); Green value is 86 (33.98% from 255 or 29.76% from 289); Blue value is 77 (30.47% from 255 or 26.64% from 289); Max value from RGB is 126 - color contains mainly: red. Hex color #7E564D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7E564D is #81A9B2. Grayscale: #616161. Windows color (decimal): -8497587 or 5068414. OLE color: 5068414.
HSL color Cylindrical-coordinate representation of color #7E564D: hue angle of 11.02º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E564D is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 86 | 77 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.51 |
| HSL | 11.02º | 0.24% | 0.4% | - |
| HSV(B) | 11.02º | 0.39% | 0.49% | - |
| XYZ | 13.27 | 11.63 | 8.57 | - |
| YUV | 96.93 | 116.75 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 86 | 77 | 0 | 0.32 | 0.39 | 0.51 | 11.02 | 0.24 | 0.4 |
| Hex | 7E | 56 | 4D | 0 | 20 | 27 | 33 | B | 18 | 28 |
| Octal | 176 | 126 | 115 | 0 | 40 | 47 | 63 | 13 | 30 | 50 |
| Binary | 1111110 | 1010110 | 1001101 | 0 | 100000 | 100111 | 110011 | 1011 | 11000 | 101000 |
Color Harmonies of #7E564D
Complementary color
Monochromatic Colors of #7E564D
Black with #7E564D
Text Example
Text Example
White with #7E564D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E564D; }
p { color: rgb(126,86,77); }
H1.HeaderClassName
{
color: #7E564D;
}
.AnyTagClassName
{
color: #7E564D;
}
</style>
background-color css
<style>
a { background-color: #7E564D; }
a { background-color: rgb(126,86,77); }
div.DivClassName
{
background-color: #7E564D;
}
.BgClassName
{
background-color: #7E564D;
}
</style>
border-color css
<style>
span { border-color: #7E564D; }
span { border-color: rgb(126,86,77); }
td.TdClassName
{
border-color: #7E564D;
}
.TagClassName
{
border-color: #7E564D;
}
</style>