Shades of Ironside Grey #757166
Tints of Ironside Grey #757166
RGB
CMYK
RGB Variations
Color information
#757166 (or 0x757166) is known color: Ironside Grey. HEX triplet: 75, 71 and 66. RGB value is (117,113,102). Sum of RGB (Red+Green+Blue) = 117+113+102=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 113 (44.53% from 255 or 34.04% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 117 - color contains mainly: red. Hex color #757166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757166 is #8A8E99. Grayscale: #707070. Windows color (decimal): -9080474 or 6713717. OLE color: 6713717.
HSL color Cylindrical-coordinate representation of color #757166: hue angle of 44º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #757166 is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 102 | - |
| CMYK | 0 | 0.03 | 0.13 | 0.54 |
| HSL | 44º | 0.07% | 0.43% | - |
| HSV(B) | 44º | 0.13% | 0.46% | - |
| XYZ | 15.64 | 16.55 | 14.94 | - |
| YUV | 112.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 102 | 0 | 0.03 | 0.13 | 0.54 | 44 | 0.07 | 0.43 |
| Hex | 75 | 71 | 66 | 0 | 3 | D | 36 | 2C | 7 | 2B |
| Octal | 165 | 161 | 146 | 0 | 3 | 15 | 66 | 54 | 7 | 53 |
| Binary | 1110101 | 1110001 | 1100110 | 0 | 11 | 1101 | 110110 | 101100 | 111 | 101011 |
Color Harmonies of #757166
Complementary color
Monochromatic Colors of #757166
Black with #757166
Text Example
Text Example
White with #757166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757166; }
p { color: rgb(117,113,102); }
H1.HeaderClassName
{
color: #757166;
}
.AnyTagClassName
{
color: #757166;
}
</style>
background-color css
<style>
a { background-color: #757166; }
a { background-color: rgb(117,113,102); }
div.DivClassName
{
background-color: #757166;
}
.BgClassName
{
background-color: #757166;
}
</style>
border-color css
<style>
span { border-color: #757166; }
span { border-color: rgb(117,113,102); }
td.TdClassName
{
border-color: #757166;
}
.TagClassName
{
border-color: #757166;
}
</style>