Shades of Ironstone #7A5048
Tints of Ironstone #7A5048
RGB
CMYK
RGB Variations
Color information
#7A5048 (or 0x7A5048) is known color: Ironstone. HEX triplet: 7A, 50 and 48. RGB value is (122,80,72). Sum of RGB (Red+Green+Blue) = 122+80+72=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 80 (31.64% from 255 or 29.20% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A5048 is #85AFB7. Grayscale: #5B5B5B. Windows color (decimal): -8761272 or 4739194. OLE color: 4739194.
HSL color Cylindrical-coordinate representation of color #7A5048: hue angle of 9.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A5048 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 80 | 72 | - |
| CMYK | 0 | 0.34 | 0.41 | 0.52 |
| HSL | 9.6º | 0.26% | 0.38% | - |
| HSV(B) | 9.6º | 0.41% | 0.48% | - |
| XYZ | 12.06 | 10.34 | 7.49 | - |
| YUV | 91.65 | 116.91 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 72 | 0 | 0.34 | 0.41 | 0.52 | 9.6 | 0.26 | 0.38 |
| Hex | 7A | 50 | 48 | 0 | 22 | 29 | 34 | A | 1A | 26 |
| Octal | 172 | 120 | 110 | 0 | 42 | 51 | 64 | 12 | 32 | 46 |
| Binary | 1111010 | 1010000 | 1001000 | 0 | 100010 | 101001 | 110100 | 1010 | 11010 | 100110 |
Color Harmonies of #7A5048
Complementary color
Monochromatic Colors of #7A5048
Black with #7A5048
Text Example
Text Example
White with #7A5048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5048; }
p { color: rgb(122,80,72); }
H1.HeaderClassName
{
color: #7A5048;
}
.AnyTagClassName
{
color: #7A5048;
}
</style>
background-color css
<style>
a { background-color: #7A5048; }
a { background-color: rgb(122,80,72); }
div.DivClassName
{
background-color: #7A5048;
}
.BgClassName
{
background-color: #7A5048;
}
</style>
border-color css
<style>
span { border-color: #7A5048; }
span { border-color: rgb(122,80,72); }
td.TdClassName
{
border-color: #7A5048;
}
.TagClassName
{
border-color: #7A5048;
}
</style>