Shades of Ironstone #7C4F47
Tints of Ironstone #7C4F47
RGB
CMYK
RGB Variations
Color information
#7C4F47 (or 0x7C4F47) is known color: Ironstone. HEX triplet: 7C, 4F and 47. RGB value is (124,79,71). Sum of RGB (Red+Green+Blue) = 124+79+71=274 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.26% from 274); Green value is 79 (31.25% from 255 or 28.83% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4F47 is #83B0B8. Grayscale: #5B5B5B. Windows color (decimal): -8630457 or 4673404. OLE color: 4673404.
HSL color Cylindrical-coordinate representation of color #7C4F47: hue angle of 9.06º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C4F47 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 79 | 71 | - |
| CMYK | 0 | 0.36 | 0.43 | 0.51 |
| HSL | 9.06º | 0.27% | 0.38% | - |
| HSV(B) | 9.06º | 0.43% | 0.49% | - |
| XYZ | 12.25 | 10.33 | 7.31 | - |
| YUV | 91.54 | 116.41 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 71 | 0 | 0.36 | 0.43 | 0.51 | 9.06 | 0.27 | 0.38 |
| Hex | 7C | 4F | 47 | 0 | 24 | 2B | 33 | 9 | 1B | 26 |
| Octal | 174 | 117 | 107 | 0 | 44 | 53 | 63 | 11 | 33 | 46 |
| Binary | 1111100 | 1001111 | 1000111 | 0 | 100100 | 101011 | 110011 | 1001 | 11011 | 100110 |
Color Harmonies of #7C4F47
Complementary color
Monochromatic Colors of #7C4F47
Black with #7C4F47
Text Example
Text Example
White with #7C4F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4F47; }
p { color: rgb(124,79,71); }
H1.HeaderClassName
{
color: #7C4F47;
}
.AnyTagClassName
{
color: #7C4F47;
}
</style>
background-color css
<style>
a { background-color: #7C4F47; }
a { background-color: rgb(124,79,71); }
div.DivClassName
{
background-color: #7C4F47;
}
.BgClassName
{
background-color: #7C4F47;
}
</style>
border-color css
<style>
span { border-color: #7C4F47; }
span { border-color: rgb(124,79,71); }
td.TdClassName
{
border-color: #7C4F47;
}
.TagClassName
{
border-color: #7C4F47;
}
</style>