Shades of Ironside Grey #706F67
Tints of Ironside Grey #706F67
RGB
CMYK
RGB Variations
Color information
#706F67 (or 0x706F67) is known color: Ironside Grey. HEX triplet: 70, 6F and 67. RGB value is (112,111,103). Sum of RGB (Red+Green+Blue) = 112+111+103=326 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.36% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 112 - color contains mainly: red. Hex color #706F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #706F67 is #8F9098. Grayscale: #6E6E6E. Windows color (decimal): -9408665 or 6778736. OLE color: 6778736.
HSL color Cylindrical-coordinate representation of color #706F67: hue angle of 53.33º degrees, saturation: 0.04, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #706F67 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 111 | 103 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.56 |
| HSL | 53.33º | 0.04% | 0.42% | - |
| HSV(B) | 53.33º | 0.08% | 0.44% | - |
| XYZ | 14.81 | 15.79 | 15.1 | - |
| YUV | 110.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 111 | 103 | 0 | 0.01 | 0.08 | 0.56 | 53.33 | 0.04 | 0.42 |
| Hex | 70 | 6F | 67 | 0 | 1 | 8 | 38 | 35 | 4 | 2A |
| Octal | 160 | 157 | 147 | 0 | 1 | 10 | 70 | 65 | 4 | 52 |
| Binary | 1110000 | 1101111 | 1100111 | 0 | 1 | 1000 | 111000 | 110101 | 100 | 101010 |
Color Harmonies of #706F67
Complementary color
Monochromatic Colors of #706F67
Black with #706F67
Text Example
Text Example
White with #706F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #706F67; }
p { color: rgb(112,111,103); }
H1.HeaderClassName
{
color: #706F67;
}
.AnyTagClassName
{
color: #706F67;
}
</style>
background-color css
<style>
a { background-color: #706F67; }
a { background-color: rgb(112,111,103); }
div.DivClassName
{
background-color: #706F67;
}
.BgClassName
{
background-color: #706F67;
}
</style>
border-color css
<style>
span { border-color: #706F67; }
span { border-color: rgb(112,111,103); }
td.TdClassName
{
border-color: #706F67;
}
.TagClassName
{
border-color: #706F67;
}
</style>