Shades of Ironside Grey #757368
Tints of Ironside Grey #757368
RGB
CMYK
RGB Variations
Color information
#757368 (or 0x757368) is known color: Ironside Grey. HEX triplet: 75, 73 and 68. RGB value is (117,115,104). Sum of RGB (Red+Green+Blue) = 117+115+104=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 115 (45.31% from 255 or 34.23% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 117 - color contains mainly: red. Hex color #757368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757368 is #8A8C97. Grayscale: #727272. Windows color (decimal): -9079960 or 6845301. OLE color: 6845301.
HSL color Cylindrical-coordinate representation of color #757368: hue angle of 50.77º 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 #757368 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 115 | 104 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.54 |
| HSL | 50.77º | 0.06% | 0.43% | - |
| HSV(B) | 50.77º | 0.11% | 0.46% | - |
| XYZ | 15.97 | 17.04 | 15.54 | - |
| YUV | 114.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 115 | 104 | 0 | 0.02 | 0.11 | 0.54 | 50.77 | 0.06 | 0.43 |
| Hex | 75 | 73 | 68 | 0 | 2 | B | 36 | 33 | 6 | 2B |
| Octal | 165 | 163 | 150 | 0 | 2 | 13 | 66 | 63 | 6 | 53 |
| Binary | 1110101 | 1110011 | 1101000 | 0 | 10 | 1011 | 110110 | 110011 | 110 | 101011 |
Color Harmonies of #757368
Complementary color
Monochromatic Colors of #757368
Black with #757368
Text Example
Text Example
White with #757368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757368; }
p { color: rgb(117,115,104); }
H1.HeaderClassName
{
color: #757368;
}
.AnyTagClassName
{
color: #757368;
}
</style>
background-color css
<style>
a { background-color: #757368; }
a { background-color: rgb(117,115,104); }
div.DivClassName
{
background-color: #757368;
}
.BgClassName
{
background-color: #757368;
}
</style>
border-color css
<style>
span { border-color: #757368; }
span { border-color: rgb(117,115,104); }
td.TdClassName
{
border-color: #757368;
}
.TagClassName
{
border-color: #757368;
}
</style>