Shades of Ironside Grey #747269
Tints of Ironside Grey #747269
RGB
CMYK
RGB Variations
Color information
#747269 (or 0x747269) is known color: Ironside Grey. HEX triplet: 74, 72 and 69. RGB value is (116,114,105). Sum of RGB (Red+Green+Blue) = 116+114+105=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 116 - color contains mainly: red. Hex color #747269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747269 is #8B8D96. Grayscale: #717171. Windows color (decimal): -9145751 or 6910580. OLE color: 6910580.
HSL color Cylindrical-coordinate representation of color #747269: hue angle of 49.09º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #747269 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 105 | - |
| CMYK | 0 | 0.02 | 0.09 | 0.55 |
| HSL | 49.09º | 0.05% | 0.43% | - |
| HSV(B) | 49.09º | 0.09% | 0.45% | - |
| XYZ | 15.77 | 16.77 | 15.77 | - |
| YUV | 113.57 | 123.16 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 105 | 0 | 0.02 | 0.09 | 0.55 | 49.09 | 0.05 | 0.43 |
| Hex | 74 | 72 | 69 | 0 | 2 | 9 | 37 | 31 | 5 | 2B |
| Octal | 164 | 162 | 151 | 0 | 2 | 11 | 67 | 61 | 5 | 53 |
| Binary | 1110100 | 1110010 | 1101001 | 0 | 10 | 1001 | 110111 | 110001 | 101 | 101011 |
Color Harmonies of #747269
Complementary color
Monochromatic Colors of #747269
Black with #747269
Text Example
Text Example
White with #747269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747269; }
p { color: rgb(116,114,105); }
H1.HeaderClassName
{
color: #747269;
}
.AnyTagClassName
{
color: #747269;
}
</style>
background-color css
<style>
a { background-color: #747269; }
a { background-color: rgb(116,114,105); }
div.DivClassName
{
background-color: #747269;
}
.BgClassName
{
background-color: #747269;
}
</style>
border-color css
<style>
span { border-color: #747269; }
span { border-color: rgb(116,114,105); }
td.TdClassName
{
border-color: #747269;
}
.TagClassName
{
border-color: #747269;
}
</style>