Shades of Ironside Grey #716F6B
Tints of Ironside Grey #716F6B
RGB
CMYK
RGB Variations
Color information
#716F6B (or 0x716F6B) is known color: Ironside Grey. HEX triplet: 71, 6F and 6B. RGB value is (113,111,107). Sum of RGB (Red+Green+Blue) = 113+111+107=331 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.14% from 331); Green value is 111 (43.75% from 255 or 33.53% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 113 - color contains mainly: red. Hex color #716F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F6B is #8E9094. Grayscale: #6F6F6F. Windows color (decimal): -9343125 or 7040881. OLE color: 7040881.
HSL color Cylindrical-coordinate representation of color #716F6B: hue angle of 40º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #716F6B is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 107 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.56 |
| HSL | 40º | 0.03% | 0.43% | - |
| HSV(B) | 40º | 0.05% | 0.44% | - |
| XYZ | 15.15 | 15.94 | 16.19 | - |
| YUV | 111.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 107 | 0 | 0.02 | 0.05 | 0.56 | 40 | 0.03 | 0.43 |
| Hex | 71 | 6F | 6B | 0 | 2 | 5 | 38 | 28 | 3 | 2B |
| Octal | 161 | 157 | 153 | 0 | 2 | 5 | 70 | 50 | 3 | 53 |
| Binary | 1110001 | 1101111 | 1101011 | 0 | 10 | 101 | 111000 | 101000 | 11 | 101011 |
Color Harmonies of #716F6B
Complementary color
Monochromatic Colors of #716F6B
Black with #716F6B
Text Example
Text Example
White with #716F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F6B; }
p { color: rgb(113,111,107); }
H1.HeaderClassName
{
color: #716F6B;
}
.AnyTagClassName
{
color: #716F6B;
}
</style>
background-color css
<style>
a { background-color: #716F6B; }
a { background-color: rgb(113,111,107); }
div.DivClassName
{
background-color: #716F6B;
}
.BgClassName
{
background-color: #716F6B;
}
</style>
border-color css
<style>
span { border-color: #716F6B; }
span { border-color: rgb(113,111,107); }
td.TdClassName
{
border-color: #716F6B;
}
.TagClassName
{
border-color: #716F6B;
}
</style>