Shades of Ironside Grey #716F6A
Tints of Ironside Grey #716F6A
RGB
CMYK
RGB Variations
Color information
#716F6A (or 0x716F6A) is known color: Ironside Grey. HEX triplet: 71, 6F and 6A. RGB value is (113,111,106). Sum of RGB (Red+Green+Blue) = 113+111+106=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 113 - color contains mainly: red. Hex color #716F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #716F6A is #8E9095. Grayscale: #6F6F6F. Windows color (decimal): -9343126 or 6975345. OLE color: 6975345.
HSL color Cylindrical-coordinate representation of color #716F6A: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #716F6A is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 111 | 106 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.56 |
| HSL | 42.86º | 0.03% | 0.43% | - |
| HSV(B) | 42.86º | 0.06% | 0.44% | - |
| XYZ | 15.1 | 15.92 | 15.91 | - |
| YUV | 111.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 111 | 106 | 0 | 0.02 | 0.06 | 0.56 | 42.86 | 0.03 | 0.43 |
| Hex | 71 | 6F | 6A | 0 | 2 | 6 | 38 | 2B | 3 | 2B |
| Octal | 161 | 157 | 152 | 0 | 2 | 6 | 70 | 53 | 3 | 53 |
| Binary | 1110001 | 1101111 | 1101010 | 0 | 10 | 110 | 111000 | 101011 | 11 | 101011 |
Color Harmonies of #716F6A
Complementary color
Monochromatic Colors of #716F6A
Black with #716F6A
Text Example
Text Example
White with #716F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #716F6A; }
p { color: rgb(113,111,106); }
H1.HeaderClassName
{
color: #716F6A;
}
.AnyTagClassName
{
color: #716F6A;
}
</style>
background-color css
<style>
a { background-color: #716F6A; }
a { background-color: rgb(113,111,106); }
div.DivClassName
{
background-color: #716F6A;
}
.BgClassName
{
background-color: #716F6A;
}
</style>
border-color css
<style>
span { border-color: #716F6A; }
span { border-color: rgb(113,111,106); }
td.TdClassName
{
border-color: #716F6A;
}
.TagClassName
{
border-color: #716F6A;
}
</style>