Shades of Ironside Grey #757269
Tints of Ironside Grey #757269
RGB
CMYK
RGB Variations
Color information
#757269 (or 0x757269) is known color: Ironside Grey. HEX triplet: 75, 72 and 69. RGB value is (117,114,105). Sum of RGB (Red+Green+Blue) = 117+114+105=336 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.82% from 336); Green value is 114 (44.92% from 255 or 33.93% from 336); Blue value is 105 (41.41% from 255 or 31.25% from 336); Max value from RGB is 117 - color contains mainly: red. Hex color #757269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757269 is #8A8D96. Grayscale: #717171. Windows color (decimal): -9080215 or 6910581. OLE color: 6910581.
HSL color Cylindrical-coordinate representation of color #757269: hue angle of 45º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #757269 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 114 | 105 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.54 |
| HSL | 45º | 0.05% | 0.44% | - |
| HSV(B) | 45º | 0.1% | 0.46% | - |
| XYZ | 15.9 | 16.84 | 15.78 | - |
| YUV | 113.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 114 | 105 | 0 | 0.03 | 0.10 | 0.54 | 45 | 0.05 | 0.44 |
| Hex | 75 | 72 | 69 | 0 | 3 | A | 36 | 2D | 5 | 2C |
| Octal | 165 | 162 | 151 | 0 | 3 | 12 | 66 | 55 | 5 | 54 |
| Binary | 1110101 | 1110010 | 1101001 | 0 | 11 | 1010 | 110110 | 101101 | 101 | 101100 |
Color Harmonies of #757269
Complementary color
Monochromatic Colors of #757269
Black with #757269
Text Example
Text Example
White with #757269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757269; }
p { color: rgb(117,114,105); }
H1.HeaderClassName
{
color: #757269;
}
.AnyTagClassName
{
color: #757269;
}
</style>
background-color css
<style>
a { background-color: #757269; }
a { background-color: rgb(117,114,105); }
div.DivClassName
{
background-color: #757269;
}
.BgClassName
{
background-color: #757269;
}
</style>
border-color css
<style>
span { border-color: #757269; }
span { border-color: rgb(117,114,105); }
td.TdClassName
{
border-color: #757269;
}
.TagClassName
{
border-color: #757269;
}
</style>