Shades of Ironside Grey #716E67
Tints of Ironside Grey #716E67
RGB
CMYK
RGB Variations
Color information
#716E67 (or 0x716E67) is known color: Ironside Grey. HEX triplet: 71, 6E and 67. RGB value is (113,110,103). Sum of RGB (Red+Green+Blue) = 113+110+103=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 110 (43.36% from 255 or 33.74% from 326); Blue value is 103 (40.62% from 255 or 31.60% from 326); Max value from RGB is 113 - color contains mainly: red. Hex color #716E67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716E67 is #8E9198. Grayscale: #6E6E6E. Windows color (decimal): -9343385 or 6778481. OLE color: 6778481.
HSL color Cylindrical-coordinate representation of color #716E67: hue angle of 42º 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 #716E67 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 110 | 103 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.56 |
| HSL | 42º | 0.05% | 0.42% | - |
| HSV(B) | 42º | 0.09% | 0.44% | - |
| XYZ | 14.83 | 15.64 | 15.07 | - |
| YUV | 110.1 | 123.99 | 130.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 110 | 103 | 0 | 0.03 | 0.09 | 0.56 | 42 | 0.05 | 0.42 |
| Hex | 71 | 6E | 67 | 0 | 3 | 9 | 38 | 2A | 5 | 2A |
| Octal | 161 | 156 | 147 | 0 | 3 | 11 | 70 | 52 | 5 | 52 |
| Binary | 1110001 | 1101110 | 1100111 | 0 | 11 | 1001 | 111000 | 101010 | 101 | 101010 |
Color Harmonies of #716E67
Complementary color
Monochromatic Colors of #716E67
Black with #716E67
Text Example
Text Example
White with #716E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716E67; }
p { color: rgb(113,110,103); }
H1.HeaderClassName
{
color: #716E67;
}
.AnyTagClassName
{
color: #716E67;
}
</style>
background-color css
<style>
a { background-color: #716E67; }
a { background-color: rgb(113,110,103); }
div.DivClassName
{
background-color: #716E67;
}
.BgClassName
{
background-color: #716E67;
}
</style>
border-color css
<style>
span { border-color: #716E67; }
span { border-color: rgb(113,110,103); }
td.TdClassName
{
border-color: #716E67;
}
.TagClassName
{
border-color: #716E67;
}
</style>