Shades of Ironstone #7C5045
Tints of Ironstone #7C5045
RGB
CMYK
RGB Variations
Color information
#7C5045 (or 0x7C5045) is known color: Ironstone. HEX triplet: 7C, 50 and 45. RGB value is (124,80,69). Sum of RGB (Red+Green+Blue) = 124+80+69=273 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.42% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5045 is #83AFBA. Grayscale: #5B5B5B. Windows color (decimal): -8630203 or 4542588. OLE color: 4542588.
HSL color Cylindrical-coordinate representation of color #7C5045: hue angle of 12º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7C5045 is Cyan = 0, Magento = 0.35, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 69 | - |
| CMYK | 0 | 0.35 | 0.44 | 0.51 |
| HSL | 12º | 0.28% | 0.38% | - |
| HSV(B) | 12º | 0.44% | 0.49% | - |
| XYZ | 12.26 | 10.45 | 7 | - |
| YUV | 91.9 | 115.08 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 69 | 0 | 0.35 | 0.44 | 0.51 | 12 | 0.28 | 0.38 |
| Hex | 7C | 50 | 45 | 0 | 23 | 2C | 33 | C | 1C | 26 |
| Octal | 174 | 120 | 105 | 0 | 43 | 54 | 63 | 14 | 34 | 46 |
| Binary | 1111100 | 1010000 | 1000101 | 0 | 100011 | 101100 | 110011 | 1100 | 11100 | 100110 |
Color Harmonies of #7C5045
Complementary color
Monochromatic Colors of #7C5045
Black with #7C5045
Text Example
Text Example
White with #7C5045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5045; }
p { color: rgb(124,80,69); }
H1.HeaderClassName
{
color: #7C5045;
}
.AnyTagClassName
{
color: #7C5045;
}
</style>
background-color css
<style>
a { background-color: #7C5045; }
a { background-color: rgb(124,80,69); }
div.DivClassName
{
background-color: #7C5045;
}
.BgClassName
{
background-color: #7C5045;
}
</style>
border-color css
<style>
span { border-color: #7C5045; }
span { border-color: rgb(124,80,69); }
td.TdClassName
{
border-color: #7C5045;
}
.TagClassName
{
border-color: #7C5045;
}
</style>