Shades of Ironside Grey #716F67
Tints of Ironside Grey #716F67
RGB
CMYK
RGB Variations
Color information
#716F67 (or 0x716F67) is known color: Ironside Grey. HEX triplet: 71, 6F and 67. RGB value is (113,111,103). Sum of RGB (Red+Green+Blue) = 113+111+103=327 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.56% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 113 - color contains mainly: red. Hex color #716F67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F67 is #8E9098. Grayscale: #6E6E6E. Windows color (decimal): -9343129 or 6778737. OLE color: 6778737.
HSL color Cylindrical-coordinate representation of color #716F67: hue angle of 48º 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 #716F67 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 103 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.56 |
| HSL | 48º | 0.05% | 0.42% | - |
| HSV(B) | 48º | 0.09% | 0.44% | - |
| XYZ | 14.94 | 15.86 | 15.11 | - |
| YUV | 110.69 | 123.66 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 103 | 0 | 0.02 | 0.09 | 0.56 | 48 | 0.05 | 0.42 |
| Hex | 71 | 6F | 67 | 0 | 2 | 9 | 38 | 30 | 5 | 2A |
| Octal | 161 | 157 | 147 | 0 | 2 | 11 | 70 | 60 | 5 | 52 |
| Binary | 1110001 | 1101111 | 1100111 | 0 | 10 | 1001 | 111000 | 110000 | 101 | 101010 |
Color Harmonies of #716F67
Complementary color
Monochromatic Colors of #716F67
Black with #716F67
Text Example
Text Example
White with #716F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F67; }
p { color: rgb(113,111,103); }
H1.HeaderClassName
{
color: #716F67;
}
.AnyTagClassName
{
color: #716F67;
}
</style>
background-color css
<style>
a { background-color: #716F67; }
a { background-color: rgb(113,111,103); }
div.DivClassName
{
background-color: #716F67;
}
.BgClassName
{
background-color: #716F67;
}
</style>
border-color css
<style>
span { border-color: #716F67; }
span { border-color: rgb(113,111,103); }
td.TdClassName
{
border-color: #716F67;
}
.TagClassName
{
border-color: #716F67;
}
</style>