Shades of Ironstone #7C4F48
Tints of Ironstone #7C4F48
RGB
CMYK
RGB Variations
Color information
#7C4F48 (or 0x7C4F48) is known color: Ironstone. HEX triplet: 7C, 4F and 48. RGB value is (124,79,72). Sum of RGB (Red+Green+Blue) = 124+79+72=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C4F48 is #83B0B7. Grayscale: #5B5B5B. Windows color (decimal): -8630456 or 4738940. OLE color: 4738940.
HSL color Cylindrical-coordinate representation of color #7C4F48: hue angle of 8.08º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C4F48 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 79 | 72 | - |
| CMYK | 0 | 0.36 | 0.42 | 0.51 |
| HSL | 8.08º | 0.27% | 0.38% | - |
| HSV(B) | 8.08º | 0.42% | 0.49% | - |
| XYZ | 12.28 | 10.34 | 7.48 | - |
| YUV | 91.66 | 116.91 | 151.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 79 | 72 | 0 | 0.36 | 0.42 | 0.51 | 8.08 | 0.27 | 0.38 |
| Hex | 7C | 4F | 48 | 0 | 24 | 2A | 33 | 8 | 1B | 26 |
| Octal | 174 | 117 | 110 | 0 | 44 | 52 | 63 | 10 | 33 | 46 |
| Binary | 1111100 | 1001111 | 1001000 | 0 | 100100 | 101010 | 110011 | 1000 | 11011 | 100110 |
Color Harmonies of #7C4F48
Complementary color
Monochromatic Colors of #7C4F48
Black with #7C4F48
Text Example
Text Example
White with #7C4F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C4F48; }
p { color: rgb(124,79,72); }
H1.HeaderClassName
{
color: #7C4F48;
}
.AnyTagClassName
{
color: #7C4F48;
}
</style>
background-color css
<style>
a { background-color: #7C4F48; }
a { background-color: rgb(124,79,72); }
div.DivClassName
{
background-color: #7C4F48;
}
.BgClassName
{
background-color: #7C4F48;
}
</style>
border-color css
<style>
span { border-color: #7C4F48; }
span { border-color: rgb(124,79,72); }
td.TdClassName
{
border-color: #7C4F48;
}
.TagClassName
{
border-color: #7C4F48;
}
</style>