Shades of Ironstone #78564A
Tints of Ironstone #78564A
RGB
CMYK
RGB Variations
Color information
#78564A (or 0x78564A) is known color: Ironstone. HEX triplet: 78, 56 and 4A. RGB value is (120,86,74). Sum of RGB (Red+Green+Blue) = 120+86+74=280 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.86% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 120 - color contains mainly: red. Hex color #78564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78564A is #87A9B5. Grayscale: #5E5E5E. Windows color (decimal): -8890806 or 4871800. OLE color: 4871800.
HSL color Cylindrical-coordinate representation of color #78564A: hue angle of 15.65º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78564A is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 120 | 86 | 74 | - |
| CMYK | 0 | 0.28 | 0.38 | 0.53 |
| HSL | 15.65º | 0.24% | 0.38% | - |
| HSV(B) | 15.65º | 0.38% | 0.47% | - |
| XYZ | 12.31 | 11.14 | 7.98 | - |
| YUV | 94.8 | 116.26 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 86 | 74 | 0 | 0.28 | 0.38 | 0.53 | 15.65 | 0.24 | 0.38 |
| Hex | 78 | 56 | 4A | 0 | 1C | 26 | 35 | 10 | 18 | 26 |
| Octal | 170 | 126 | 112 | 0 | 34 | 46 | 65 | 20 | 30 | 46 |
| Binary | 1111000 | 1010110 | 1001010 | 0 | 11100 | 100110 | 110101 | 10000 | 11000 | 100110 |
Color Harmonies of #78564A
Complementary color
Monochromatic Colors of #78564A
Black with #78564A
Text Example
Text Example
White with #78564A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78564A; }
p { color: rgb(120,86,74); }
H1.HeaderClassName
{
color: #78564A;
}
.AnyTagClassName
{
color: #78564A;
}
</style>
background-color css
<style>
a { background-color: #78564A; }
a { background-color: rgb(120,86,74); }
div.DivClassName
{
background-color: #78564A;
}
.BgClassName
{
background-color: #78564A;
}
</style>
border-color css
<style>
span { border-color: #78564A; }
span { border-color: rgb(120,86,74); }
td.TdClassName
{
border-color: #78564A;
}
.TagClassName
{
border-color: #78564A;
}
</style>