Shades of Ironside Grey #707067
Tints of Ironside Grey #707067
RGB
CMYK
RGB Variations
Color information
#707067 (or 0x707067) is known color: Ironside Grey. HEX triplet: 70, 70 and 67. RGB value is (112,112,103). Sum of RGB (Red+Green+Blue) = 112+112+103=327 (43% of max value = 765). Red value is 112 (44.14% from 255 or 34.25% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 112 - color contains mainly: red, green. Hex color #707067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707067 is #8F8F98. Grayscale: #6F6F6F. Windows color (decimal): -9408409 or 6778992. OLE color: 6778992.
HSL color Cylindrical-coordinate representation of color #707067: hue angle of 60º 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 #707067 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 112 | 112 | 103 | - |
| CMYK | 0 | 0 | 0.08 | 0.56 |
| HSL | 60º | 0.04% | 0.42% | - |
| HSV(B) | 60º | 0.08% | 0.44% | - |
| XYZ | 14.92 | 16.01 | 15.14 | - |
| YUV | 110.97 | 123.5 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 103 | 0 | 0 | 0.08 | 0.56 | 60 | 0.04 | 0.42 |
| Hex | 70 | 70 | 67 | 0 | 0 | 8 | 38 | 3C | 4 | 2A |
| Octal | 160 | 160 | 147 | 0 | 0 | 10 | 70 | 74 | 4 | 52 |
| Binary | 1110000 | 1110000 | 1100111 | 0 | 0 | 1000 | 111000 | 111100 | 100 | 101010 |
Color Harmonies of #707067
Complementary color
Monochromatic Colors of #707067
Black with #707067
Text Example
Text Example
White with #707067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707067; }
p { color: rgb(112,112,103); }
H1.HeaderClassName
{
color: #707067;
}
.AnyTagClassName
{
color: #707067;
}
</style>
background-color css
<style>
a { background-color: #707067; }
a { background-color: rgb(112,112,103); }
div.DivClassName
{
background-color: #707067;
}
.BgClassName
{
background-color: #707067;
}
</style>
border-color css
<style>
span { border-color: #707067; }
span { border-color: rgb(112,112,103); }
td.TdClassName
{
border-color: #707067;
}
.TagClassName
{
border-color: #707067;
}
</style>