Shades of Ironside Grey #757268
Tints of Ironside Grey #757268
RGB
CMYK
RGB Variations
Color information
#757268 (or 0x757268) is known color: Ironside Grey. HEX triplet: 75, 72 and 68. RGB value is (117,114,104). Sum of RGB (Red+Green+Blue) = 117+114+104=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 117 - color contains mainly: red. Hex color #757268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757268 is #8A8D97. Grayscale: #717171. Windows color (decimal): -9080216 or 6845045. OLE color: 6845045.
HSL color Cylindrical-coordinate representation of color #757268: hue angle of 46.15º 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 #757268 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 104 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.54 |
| HSL | 46.15º | 0.06% | 0.43% | - |
| HSV(B) | 46.15º | 0.11% | 0.46% | - |
| XYZ | 15.85 | 16.82 | 15.51 | - |
| YUV | 113.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 104 | 0 | 0.03 | 0.11 | 0.54 | 46.15 | 0.06 | 0.43 |
| Hex | 75 | 72 | 68 | 0 | 3 | B | 36 | 2E | 6 | 2B |
| Octal | 165 | 162 | 150 | 0 | 3 | 13 | 66 | 56 | 6 | 53 |
| Binary | 1110101 | 1110010 | 1101000 | 0 | 11 | 1011 | 110110 | 101110 | 110 | 101011 |
Color Harmonies of #757268
Complementary color
Monochromatic Colors of #757268
Black with #757268
Text Example
Text Example
White with #757268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757268; }
p { color: rgb(117,114,104); }
H1.HeaderClassName
{
color: #757268;
}
.AnyTagClassName
{
color: #757268;
}
</style>
background-color css
<style>
a { background-color: #757268; }
a { background-color: rgb(117,114,104); }
div.DivClassName
{
background-color: #757268;
}
.BgClassName
{
background-color: #757268;
}
</style>
border-color css
<style>
span { border-color: #757268; }
span { border-color: rgb(117,114,104); }
td.TdClassName
{
border-color: #757268;
}
.TagClassName
{
border-color: #757268;
}
</style>