Shades of Ironstone #7A5647
Tints of Ironstone #7A5647
RGB
CMYK
RGB Variations
Color information
#7A5647 (or 0x7A5647) is known color: Ironstone. HEX triplet: 7A, 56 and 47. RGB value is (122,86,71). Sum of RGB (Red+Green+Blue) = 122+86+71=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5647 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5647 is #85A9B8. Grayscale: #5F5F5F. Windows color (decimal): -8759737 or 4675194. OLE color: 4675194.
HSL color Cylindrical-coordinate representation of color #7A5647: hue angle of 17.65º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A5647 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 86 | 71 | - |
| CMYK | 0 | 0.30 | 0.42 | 0.52 |
| HSL | 17.65º | 0.26% | 0.38% | - |
| HSV(B) | 17.65º | 0.42% | 0.48% | - |
| XYZ | 12.49 | 11.25 | 7.47 | - |
| YUV | 95.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 86 | 71 | 0 | 0.30 | 0.42 | 0.52 | 17.65 | 0.26 | 0.38 |
| Hex | 7A | 56 | 47 | 0 | 1E | 2A | 34 | 12 | 1A | 26 |
| Octal | 172 | 126 | 107 | 0 | 36 | 52 | 64 | 22 | 32 | 46 |
| Binary | 1111010 | 1010110 | 1000111 | 0 | 11110 | 101010 | 110100 | 10010 | 11010 | 100110 |
Color Harmonies of #7A5647
Complementary color
Monochromatic Colors of #7A5647
Black with #7A5647
Text Example
Text Example
White with #7A5647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5647; }
p { color: rgb(122,86,71); }
H1.HeaderClassName
{
color: #7A5647;
}
.AnyTagClassName
{
color: #7A5647;
}
</style>
background-color css
<style>
a { background-color: #7A5647; }
a { background-color: rgb(122,86,71); }
div.DivClassName
{
background-color: #7A5647;
}
.BgClassName
{
background-color: #7A5647;
}
</style>
border-color css
<style>
span { border-color: #7A5647; }
span { border-color: rgb(122,86,71); }
td.TdClassName
{
border-color: #7A5647;
}
.TagClassName
{
border-color: #7A5647;
}
</style>