Shades of Ironstone #7B564C
Tints of Ironstone #7B564C
RGB
CMYK
RGB Variations
Color information
#7B564C (or 0x7B564C) is known color: Ironstone. HEX triplet: 7B, 56 and 4C. RGB value is (123,86,76). Sum of RGB (Red+Green+Blue) = 123+86+76=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 86 (33.98% from 255 or 30.18% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B564C is #84A9B3. Grayscale: #5F5F5F. Windows color (decimal): -8694196 or 5002875. OLE color: 5002875.
HSL color Cylindrical-coordinate representation of color #7B564C: hue angle of 12.77º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B564C is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 86 | 76 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.52 |
| HSL | 12.77º | 0.24% | 0.39% | - |
| HSV(B) | 12.77º | 0.38% | 0.48% | - |
| XYZ | 12.8 | 11.39 | 8.36 | - |
| YUV | 95.92 | 116.76 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 76 | 0 | 0.30 | 0.38 | 0.52 | 12.77 | 0.24 | 0.39 |
| Hex | 7B | 56 | 4C | 0 | 1E | 26 | 34 | D | 18 | 27 |
| Octal | 173 | 126 | 114 | 0 | 36 | 46 | 64 | 15 | 30 | 47 |
| Binary | 1111011 | 1010110 | 1001100 | 0 | 11110 | 100110 | 110100 | 1101 | 11000 | 100111 |
Color Harmonies of #7B564C
Complementary color
Monochromatic Colors of #7B564C
Black with #7B564C
Text Example
Text Example
White with #7B564C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B564C; }
p { color: rgb(123,86,76); }
H1.HeaderClassName
{
color: #7B564C;
}
.AnyTagClassName
{
color: #7B564C;
}
</style>
background-color css
<style>
a { background-color: #7B564C; }
a { background-color: rgb(123,86,76); }
div.DivClassName
{
background-color: #7B564C;
}
.BgClassName
{
background-color: #7B564C;
}
</style>
border-color css
<style>
span { border-color: #7B564C; }
span { border-color: rgb(123,86,76); }
td.TdClassName
{
border-color: #7B564C;
}
.TagClassName
{
border-color: #7B564C;
}
</style>