Shades of Ironside Grey #757167
Tints of Ironside Grey #757167
RGB
CMYK
RGB Variations
Color information
#757167 (or 0x757167) is known color: Ironside Grey. HEX triplet: 75, 71 and 67. RGB value is (117,113,103). Sum of RGB (Red+Green+Blue) = 117+113+103=333 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.14% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 117 - color contains mainly: red. Hex color #757167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757167 is #8A8E98. Grayscale: #717171. Windows color (decimal): -9080473 or 6779253. OLE color: 6779253.
HSL color Cylindrical-coordinate representation of color #757167: hue angle of 42.86º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #757167 is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 113 | 103 | - |
| CMYK | 0 | 0.03 | 0.12 | 0.54 |
| HSL | 42.86º | 0.06% | 0.43% | - |
| HSV(B) | 42.86º | 0.12% | 0.46% | - |
| XYZ | 15.69 | 16.57 | 15.2 | - |
| YUV | 113.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 113 | 103 | 0 | 0.03 | 0.12 | 0.54 | 42.86 | 0.06 | 0.43 |
| Hex | 75 | 71 | 67 | 0 | 3 | C | 36 | 2B | 6 | 2B |
| Octal | 165 | 161 | 147 | 0 | 3 | 14 | 66 | 53 | 6 | 53 |
| Binary | 1110101 | 1110001 | 1100111 | 0 | 11 | 1100 | 110110 | 101011 | 110 | 101011 |
Color Harmonies of #757167
Complementary color
Monochromatic Colors of #757167
Black with #757167
Text Example
Text Example
White with #757167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757167; }
p { color: rgb(117,113,103); }
H1.HeaderClassName
{
color: #757167;
}
.AnyTagClassName
{
color: #757167;
}
</style>
background-color css
<style>
a { background-color: #757167; }
a { background-color: rgb(117,113,103); }
div.DivClassName
{
background-color: #757167;
}
.BgClassName
{
background-color: #757167;
}
</style>
border-color css
<style>
span { border-color: #757167; }
span { border-color: rgb(117,113,103); }
td.TdClassName
{
border-color: #757167;
}
.TagClassName
{
border-color: #757167;
}
</style>