Shades of Ironside Grey #747067
Tints of Ironside Grey #747067
RGB
CMYK
RGB Variations
Color information
#747067 (or 0x747067) is known color: Ironside Grey. HEX triplet: 74, 70 and 67. RGB value is (116,112,103). Sum of RGB (Red+Green+Blue) = 116+112+103=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 116 - color contains mainly: red. Hex color #747067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747067 is #8B8F98. Grayscale: #707070. Windows color (decimal): -9146265 or 6778996. OLE color: 6778996.
HSL color Cylindrical-coordinate representation of color #747067: hue angle of 41.54º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #747067 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 112 | 103 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.55 |
| HSL | 41.54º | 0.06% | 0.43% | - |
| HSV(B) | 41.54º | 0.11% | 0.45% | - |
| XYZ | 15.44 | 16.28 | 15.16 | - |
| YUV | 112.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 112 | 103 | 0 | 0.03 | 0.11 | 0.55 | 41.54 | 0.06 | 0.43 |
| Hex | 74 | 70 | 67 | 0 | 3 | B | 37 | 2A | 6 | 2B |
| Octal | 164 | 160 | 147 | 0 | 3 | 13 | 67 | 52 | 6 | 53 |
| Binary | 1110100 | 1110000 | 1100111 | 0 | 11 | 1011 | 110111 | 101010 | 110 | 101011 |
Color Harmonies of #747067
Complementary color
Monochromatic Colors of #747067
Black with #747067
Text Example
Text Example
White with #747067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747067; }
p { color: rgb(116,112,103); }
H1.HeaderClassName
{
color: #747067;
}
.AnyTagClassName
{
color: #747067;
}
</style>
background-color css
<style>
a { background-color: #747067; }
a { background-color: rgb(116,112,103); }
div.DivClassName
{
background-color: #747067;
}
.BgClassName
{
background-color: #747067;
}
</style>
border-color css
<style>
span { border-color: #747067; }
span { border-color: rgb(116,112,103); }
td.TdClassName
{
border-color: #747067;
}
.TagClassName
{
border-color: #747067;
}
</style>