Shades of Ironstone #7B5146
Tints of Ironstone #7B5146
RGB
CMYK
RGB Variations
Color information
#7B5146 (or 0x7B5146) is known color: Ironstone. HEX triplet: 7B, 51 and 46. RGB value is (123,81,70). Sum of RGB (Red+Green+Blue) = 123+81+70=274 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.89% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B5146 is #84AEB9. Grayscale: #5C5C5C. Windows color (decimal): -8695482 or 4608379. OLE color: 4608379.
HSL color Cylindrical-coordinate representation of color #7B5146: hue angle of 12.45º 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 #7B5146 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 81 | 70 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.52 |
| HSL | 12.45º | 0.27% | 0.38% | - |
| HSV(B) | 12.45º | 0.43% | 0.48% | - |
| XYZ | 12.22 | 10.54 | 7.18 | - |
| YUV | 92.3 | 115.41 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 70 | 0 | 0.34 | 0.43 | 0.52 | 12.45 | 0.27 | 0.38 |
| Hex | 7B | 51 | 46 | 0 | 22 | 2B | 34 | C | 1B | 26 |
| Octal | 173 | 121 | 106 | 0 | 42 | 53 | 64 | 14 | 33 | 46 |
| Binary | 1111011 | 1010001 | 1000110 | 0 | 100010 | 101011 | 110100 | 1100 | 11011 | 100110 |
Color Harmonies of #7B5146
Complementary color
Monochromatic Colors of #7B5146
Black with #7B5146
Text Example
Text Example
White with #7B5146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5146; }
p { color: rgb(123,81,70); }
H1.HeaderClassName
{
color: #7B5146;
}
.AnyTagClassName
{
color: #7B5146;
}
</style>
background-color css
<style>
a { background-color: #7B5146; }
a { background-color: rgb(123,81,70); }
div.DivClassName
{
background-color: #7B5146;
}
.BgClassName
{
background-color: #7B5146;
}
</style>
border-color css
<style>
span { border-color: #7B5146; }
span { border-color: rgb(123,81,70); }
td.TdClassName
{
border-color: #7B5146;
}
.TagClassName
{
border-color: #7B5146;
}
</style>