Shades of Ironside Grey #706F66
Tints of Ironside Grey #706F66
RGB
CMYK
RGB Variations
Color information
#706F66 (or 0x706F66) is known color: Ironside Grey. HEX triplet: 70, 6F and 66. RGB value is (112,111,102). Sum of RGB (Red+Green+Blue) = 112+111+102=325 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.46% from 325); Green value is 111 (43.75% from 255 or 34.15% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 112 - color contains mainly: red. Hex color #706F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F66 is #8F9099. Grayscale: #6E6E6E. Windows color (decimal): -9408666 or 6713200. OLE color: 6713200.
HSL color Cylindrical-coordinate representation of color #706F66: hue angle of 54º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #706F66 is Cyan = 0, Magento = 0.01, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 102 | - |
| CMYK | 0 | 0.01 | 0.09 | 0.56 |
| HSL | 54º | 0.05% | 0.42% | - |
| HSV(B) | 54º | 0.09% | 0.44% | - |
| XYZ | 14.76 | 15.77 | 14.84 | - |
| YUV | 110.27 | 123.33 | 129.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 102 | 0 | 0.01 | 0.09 | 0.56 | 54 | 0.05 | 0.42 |
| Hex | 70 | 6F | 66 | 0 | 1 | 9 | 38 | 36 | 5 | 2A |
| Octal | 160 | 157 | 146 | 0 | 1 | 11 | 70 | 66 | 5 | 52 |
| Binary | 1110000 | 1101111 | 1100110 | 0 | 1 | 1001 | 111000 | 110110 | 101 | 101010 |
Color Harmonies of #706F66
Complementary color
Monochromatic Colors of #706F66
Black with #706F66
Text Example
Text Example
White with #706F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F66; }
p { color: rgb(112,111,102); }
H1.HeaderClassName
{
color: #706F66;
}
.AnyTagClassName
{
color: #706F66;
}
</style>
background-color css
<style>
a { background-color: #706F66; }
a { background-color: rgb(112,111,102); }
div.DivClassName
{
background-color: #706F66;
}
.BgClassName
{
background-color: #706F66;
}
</style>
border-color css
<style>
span { border-color: #706F66; }
span { border-color: rgb(112,111,102); }
td.TdClassName
{
border-color: #706F66;
}
.TagClassName
{
border-color: #706F66;
}
</style>