Shades of Ironside Grey #747166
Tints of Ironside Grey #747166
RGB
CMYK
RGB Variations
Color information
#747166 (or 0x747166) is known color: Ironside Grey. HEX triplet: 74, 71 and 66. RGB value is (116,113,102). Sum of RGB (Red+Green+Blue) = 116+113+102=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 116 - color contains mainly: red. Hex color #747166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747166 is #8B8E99. Grayscale: #707070. Windows color (decimal): -9146010 or 6713716. OLE color: 6713716.
HSL color Cylindrical-coordinate representation of color #747166: hue angle of 47.14º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #747166 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 102 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.55 |
| HSL | 47.14º | 0.06% | 0.43% | - |
| HSV(B) | 47.14º | 0.12% | 0.45% | - |
| XYZ | 15.51 | 16.48 | 14.93 | - |
| YUV | 112.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 102 | 0 | 0.03 | 0.12 | 0.55 | 47.14 | 0.06 | 0.43 |
| Hex | 74 | 71 | 66 | 0 | 3 | C | 37 | 2F | 6 | 2B |
| Octal | 164 | 161 | 146 | 0 | 3 | 14 | 67 | 57 | 6 | 53 |
| Binary | 1110100 | 1110001 | 1100110 | 0 | 11 | 1100 | 110111 | 101111 | 110 | 101011 |
Color Harmonies of #747166
Complementary color
Monochromatic Colors of #747166
Black with #747166
Text Example
Text Example
White with #747166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747166; }
p { color: rgb(116,113,102); }
H1.HeaderClassName
{
color: #747166;
}
.AnyTagClassName
{
color: #747166;
}
</style>
background-color css
<style>
a { background-color: #747166; }
a { background-color: rgb(116,113,102); }
div.DivClassName
{
background-color: #747166;
}
.BgClassName
{
background-color: #747166;
}
</style>
border-color css
<style>
span { border-color: #747166; }
span { border-color: rgb(116,113,102); }
td.TdClassName
{
border-color: #747166;
}
.TagClassName
{
border-color: #747166;
}
</style>