Shades of Ironside Grey #757468
Tints of Ironside Grey #757468
RGB
CMYK
RGB Variations
Color information
#757468 (or 0x757468) is known color: Ironside Grey. HEX triplet: 75, 74 and 68. RGB value is (117,116,104). Sum of RGB (Red+Green+Blue) = 117+116+104=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 117 - color contains mainly: red. Hex color #757468 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757468 is #8A8B97. Grayscale: #727272. Windows color (decimal): -9079704 or 6845557. OLE color: 6845557.
HSL color Cylindrical-coordinate representation of color #757468: hue angle of 55.38º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #757468 is Cyan = 0, Magento = 0.01, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 116 | 104 | - |
| CMYK | 0 | 0.01 | 0.11 | 0.54 |
| HSL | 55.38º | 0.06% | 0.43% | - |
| HSV(B) | 55.38º | 0.11% | 0.46% | - |
| XYZ | 16.08 | 17.27 | 15.58 | - |
| YUV | 114.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 116 | 104 | 0 | 0.01 | 0.11 | 0.54 | 55.38 | 0.06 | 0.43 |
| Hex | 75 | 74 | 68 | 0 | 1 | B | 36 | 37 | 6 | 2B |
| Octal | 165 | 164 | 150 | 0 | 1 | 13 | 66 | 67 | 6 | 53 |
| Binary | 1110101 | 1110100 | 1101000 | 0 | 1 | 1011 | 110110 | 110111 | 110 | 101011 |
Color Harmonies of #757468
Complementary color
Monochromatic Colors of #757468
Black with #757468
Text Example
Text Example
White with #757468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757468; }
p { color: rgb(117,116,104); }
H1.HeaderClassName
{
color: #757468;
}
.AnyTagClassName
{
color: #757468;
}
</style>
background-color css
<style>
a { background-color: #757468; }
a { background-color: rgb(117,116,104); }
div.DivClassName
{
background-color: #757468;
}
.BgClassName
{
background-color: #757468;
}
</style>
border-color css
<style>
span { border-color: #757468; }
span { border-color: rgb(117,116,104); }
td.TdClassName
{
border-color: #757468;
}
.TagClassName
{
border-color: #757468;
}
</style>