Shades of Ironstone #7C574C
Tints of Ironstone #7C574C
RGB
CMYK
RGB Variations
Color information
#7C574C (or 0x7C574C) is known color: Ironstone. HEX triplet: 7C, 57 and 4C. RGB value is (124,87,76). Sum of RGB (Red+Green+Blue) = 124+87+76=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 87 (34.38% from 255 or 30.31% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C574C is #83A8B3. Grayscale: #606060. Windows color (decimal): -8628404 or 5003132. OLE color: 5003132.
HSL color Cylindrical-coordinate representation of color #7C574C: hue angle of 13.75º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7C574C is Cyan = 0, Magento = 0.30, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 87 | 76 | - |
| CMYK | 0 | 0.30 | 0.39 | 0.51 |
| HSL | 13.75º | 0.24% | 0.39% | - |
| HSV(B) | 13.75º | 0.39% | 0.49% | - |
| XYZ | 13.02 | 11.62 | 8.39 | - |
| YUV | 96.81 | 116.26 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 87 | 76 | 0 | 0.30 | 0.39 | 0.51 | 13.75 | 0.24 | 0.39 |
| Hex | 7C | 57 | 4C | 0 | 1E | 27 | 33 | E | 18 | 27 |
| Octal | 174 | 127 | 114 | 0 | 36 | 47 | 63 | 16 | 30 | 47 |
| Binary | 1111100 | 1010111 | 1001100 | 0 | 11110 | 100111 | 110011 | 1110 | 11000 | 100111 |
Color Harmonies of #7C574C
Complementary color
Monochromatic Colors of #7C574C
Black with #7C574C
Text Example
Text Example
White with #7C574C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C574C; }
p { color: rgb(124,87,76); }
H1.HeaderClassName
{
color: #7C574C;
}
.AnyTagClassName
{
color: #7C574C;
}
</style>
background-color css
<style>
a { background-color: #7C574C; }
a { background-color: rgb(124,87,76); }
div.DivClassName
{
background-color: #7C574C;
}
.BgClassName
{
background-color: #7C574C;
}
</style>
border-color css
<style>
span { border-color: #7C574C; }
span { border-color: rgb(124,87,76); }
td.TdClassName
{
border-color: #7C574C;
}
.TagClassName
{
border-color: #7C574C;
}
</style>