Shades of Ironstone #7B5046
Tints of Ironstone #7B5046
RGB
CMYK
RGB Variations
Color information
#7B5046 (or 0x7B5046) is known color: Ironstone. HEX triplet: 7B, 50 and 46. RGB value is (123,80,70). Sum of RGB (Red+Green+Blue) = 123+80+70=273 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.05% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5046 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5046 is #84AFB9. Grayscale: #5B5B5B. Windows color (decimal): -8695738 or 4608123. OLE color: 4608123.
HSL color Cylindrical-coordinate representation of color #7B5046: hue angle of 11.32º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B5046 is Cyan = 0, Magento = 0.35, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 80 | 70 | - |
| CMYK | 0 | 0.35 | 0.43 | 0.52 |
| HSL | 11.32º | 0.27% | 0.38% | - |
| HSV(B) | 11.32º | 0.43% | 0.48% | - |
| XYZ | 12.14 | 10.39 | 7.16 | - |
| YUV | 91.72 | 115.75 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 80 | 70 | 0 | 0.35 | 0.43 | 0.52 | 11.32 | 0.27 | 0.38 |
| Hex | 7B | 50 | 46 | 0 | 23 | 2B | 34 | B | 1B | 26 |
| Octal | 173 | 120 | 106 | 0 | 43 | 53 | 64 | 13 | 33 | 46 |
| Binary | 1111011 | 1010000 | 1000110 | 0 | 100011 | 101011 | 110100 | 1011 | 11011 | 100110 |
Color Harmonies of #7B5046
Complementary color
Monochromatic Colors of #7B5046
Black with #7B5046
Text Example
Text Example
White with #7B5046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5046; }
p { color: rgb(123,80,70); }
H1.HeaderClassName
{
color: #7B5046;
}
.AnyTagClassName
{
color: #7B5046;
}
</style>
background-color css
<style>
a { background-color: #7B5046; }
a { background-color: rgb(123,80,70); }
div.DivClassName
{
background-color: #7B5046;
}
.BgClassName
{
background-color: #7B5046;
}
</style>
border-color css
<style>
span { border-color: #7B5046; }
span { border-color: rgb(123,80,70); }
td.TdClassName
{
border-color: #7B5046;
}
.TagClassName
{
border-color: #7B5046;
}
</style>