Shades of Ironside Grey #747169
Tints of Ironside Grey #747169
RGB
CMYK
RGB Variations
Color information
#747169 (or 0x747169) is known color: Ironside Grey. HEX triplet: 74, 71 and 69. RGB value is (116,113,105). Sum of RGB (Red+Green+Blue) = 116+113+105=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 113 (44.53% from 255 or 33.83% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 116 - color contains mainly: red. Hex color #747169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747169 is #8B8E96. Grayscale: #717171. Windows color (decimal): -9146007 or 6910324. OLE color: 6910324.
HSL color Cylindrical-coordinate representation of color #747169: hue angle of 43.64º 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 #747169 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 105 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.55 |
| HSL | 43.64º | 0.05% | 0.43% | - |
| HSV(B) | 43.64º | 0.09% | 0.45% | - |
| XYZ | 15.66 | 16.54 | 15.73 | - |
| YUV | 112.99 | 123.49 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 105 | 0 | 0.03 | 0.09 | 0.55 | 43.64 | 0.05 | 0.43 |
| Hex | 74 | 71 | 69 | 0 | 3 | 9 | 37 | 2C | 5 | 2B |
| Octal | 164 | 161 | 151 | 0 | 3 | 11 | 67 | 54 | 5 | 53 |
| Binary | 1110100 | 1110001 | 1101001 | 0 | 11 | 1001 | 110111 | 101100 | 101 | 101011 |
Color Harmonies of #747169
Complementary color
Monochromatic Colors of #747169
Black with #747169
Text Example
Text Example
White with #747169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747169; }
p { color: rgb(116,113,105); }
H1.HeaderClassName
{
color: #747169;
}
.AnyTagClassName
{
color: #747169;
}
</style>
background-color css
<style>
a { background-color: #747169; }
a { background-color: rgb(116,113,105); }
div.DivClassName
{
background-color: #747169;
}
.BgClassName
{
background-color: #747169;
}
</style>
border-color css
<style>
span { border-color: #747169; }
span { border-color: rgb(116,113,105); }
td.TdClassName
{
border-color: #747169;
}
.TagClassName
{
border-color: #747169;
}
</style>