Shades of Ironstone #7B5448
Tints of Ironstone #7B5448
RGB
CMYK
RGB Variations
Color information
#7B5448 (or 0x7B5448) is known color: Ironstone. HEX triplet: 7B, 54 and 48. RGB value is (123,84,72). Sum of RGB (Red+Green+Blue) = 123+84+72=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5448 is #84ABB7. Grayscale: #5E5E5E. Windows color (decimal): -8694712 or 4740219. OLE color: 4740219.
HSL color Cylindrical-coordinate representation of color #7B5448: hue angle of 14.12º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B5448 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 84 | 72 | - |
| CMYK | 0 | 0.32 | 0.41 | 0.52 |
| HSL | 14.12º | 0.26% | 0.38% | - |
| HSV(B) | 14.12º | 0.41% | 0.48% | - |
| XYZ | 12.51 | 11.02 | 7.6 | - |
| YUV | 94.29 | 115.42 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 72 | 0 | 0.32 | 0.41 | 0.52 | 14.12 | 0.26 | 0.38 |
| Hex | 7B | 54 | 48 | 0 | 20 | 29 | 34 | E | 1A | 26 |
| Octal | 173 | 124 | 110 | 0 | 40 | 51 | 64 | 16 | 32 | 46 |
| Binary | 1111011 | 1010100 | 1001000 | 0 | 100000 | 101001 | 110100 | 1110 | 11010 | 100110 |
Color Harmonies of #7B5448
Complementary color
Monochromatic Colors of #7B5448
Black with #7B5448
Text Example
Text Example
White with #7B5448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5448; }
p { color: rgb(123,84,72); }
H1.HeaderClassName
{
color: #7B5448;
}
.AnyTagClassName
{
color: #7B5448;
}
</style>
background-color css
<style>
a { background-color: #7B5448; }
a { background-color: rgb(123,84,72); }
div.DivClassName
{
background-color: #7B5448;
}
.BgClassName
{
background-color: #7B5448;
}
</style>
border-color css
<style>
span { border-color: #7B5448; }
span { border-color: rgb(123,84,72); }
td.TdClassName
{
border-color: #7B5448;
}
.TagClassName
{
border-color: #7B5448;
}
</style>