Shades of Ironstone #7A574C
Tints of Ironstone #7A574C
RGB
CMYK
RGB Variations
Color information
#7A574C (or 0x7A574C) is known color: Ironstone. HEX triplet: 7A, 57 and 4C. RGB value is (122,87,76). Sum of RGB (Red+Green+Blue) = 122+87+76=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 87 (34.38% from 255 or 30.53% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 122 - color contains mainly: red. Hex color #7A574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A574C is #85A8B3. Grayscale: #606060. Windows color (decimal): -8759476 or 5003130. OLE color: 5003130.
HSL color Cylindrical-coordinate representation of color #7A574C: hue angle of 14.35º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A574C is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 87 | 76 | - |
| CMYK | 0 | 0.29 | 0.38 | 0.52 |
| HSL | 14.35º | 0.23% | 0.39% | - |
| HSV(B) | 14.35º | 0.38% | 0.48% | - |
| XYZ | 12.74 | 11.48 | 8.38 | - |
| YUV | 96.21 | 116.6 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 76 | 0 | 0.29 | 0.38 | 0.52 | 14.35 | 0.23 | 0.39 |
| Hex | 7A | 57 | 4C | 0 | 1D | 26 | 34 | E | 17 | 27 |
| Octal | 172 | 127 | 114 | 0 | 35 | 46 | 64 | 16 | 27 | 47 |
| Binary | 1111010 | 1010111 | 1001100 | 0 | 11101 | 100110 | 110100 | 1110 | 10111 | 100111 |
Color Harmonies of #7A574C
Complementary color
Monochromatic Colors of #7A574C
Black with #7A574C
Text Example
Text Example
White with #7A574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A574C; }
p { color: rgb(122,87,76); }
H1.HeaderClassName
{
color: #7A574C;
}
.AnyTagClassName
{
color: #7A574C;
}
</style>
background-color css
<style>
a { background-color: #7A574C; }
a { background-color: rgb(122,87,76); }
div.DivClassName
{
background-color: #7A574C;
}
.BgClassName
{
background-color: #7A574C;
}
</style>
border-color css
<style>
span { border-color: #7A574C; }
span { border-color: rgb(122,87,76); }
td.TdClassName
{
border-color: #7A574C;
}
.TagClassName
{
border-color: #7A574C;
}
</style>