Shades of Ironstone #7A574D
Tints of Ironstone #7A574D
RGB
CMYK
RGB Variations
Color information
#7A574D (or 0x7A574D) is known color: Ironstone. HEX triplet: 7A, 57 and 4D. RGB value is (122,87,77). Sum of RGB (Red+Green+Blue) = 122+87+77=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 77 (30.47% from 255 or 26.92% from 286); Max value from RGB is 122 - color contains mainly: red. Hex color #7A574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A574D is #85A8B2. Grayscale: #606060. Windows color (decimal): -8759475 or 5068666. OLE color: 5068666.
HSL color Cylindrical-coordinate representation of color #7A574D: hue angle of 13.33º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7A574D is Cyan = 0, Magento = 0.29, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 87 | 77 | - |
| CMYK | 0 | 0.29 | 0.37 | 0.52 |
| HSL | 13.33º | 0.23% | 0.39% | - |
| HSV(B) | 13.33º | 0.37% | 0.48% | - |
| XYZ | 12.77 | 11.49 | 8.57 | - |
| YUV | 96.33 | 117.1 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 87 | 77 | 0 | 0.29 | 0.37 | 0.52 | 13.33 | 0.23 | 0.39 |
| Hex | 7A | 57 | 4D | 0 | 1D | 25 | 34 | D | 17 | 27 |
| Octal | 172 | 127 | 115 | 0 | 35 | 45 | 64 | 15 | 27 | 47 |
| Binary | 1111010 | 1010111 | 1001101 | 0 | 11101 | 100101 | 110100 | 1101 | 10111 | 100111 |
Color Harmonies of #7A574D
Complementary color
Monochromatic Colors of #7A574D
Black with #7A574D
Text Example
Text Example
White with #7A574D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A574D; }
p { color: rgb(122,87,77); }
H1.HeaderClassName
{
color: #7A574D;
}
.AnyTagClassName
{
color: #7A574D;
}
</style>
background-color css
<style>
a { background-color: #7A574D; }
a { background-color: rgb(122,87,77); }
div.DivClassName
{
background-color: #7A574D;
}
.BgClassName
{
background-color: #7A574D;
}
</style>
border-color css
<style>
span { border-color: #7A574D; }
span { border-color: rgb(122,87,77); }
td.TdClassName
{
border-color: #7A574D;
}
.TagClassName
{
border-color: #7A574D;
}
</style>