Shades of Ironside Grey #747267
Tints of Ironside Grey #747267
RGB
CMYK
RGB Variations
Color information
#747267 (or 0x747267) is known color: Ironside Grey. HEX triplet: 74, 72 and 67. RGB value is (116,114,103). Sum of RGB (Red+Green+Blue) = 116+114+103=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 114 (44.92% from 255 or 34.23% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 116 - color contains mainly: red. Hex color #747267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747267 is #8B8D98. Grayscale: #717171. Windows color (decimal): -9145753 or 6779508. OLE color: 6779508.
HSL color Cylindrical-coordinate representation of color #747267: hue angle of 50.77º 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 #747267 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 103 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.55 |
| HSL | 50.77º | 0.06% | 0.43% | - |
| HSV(B) | 50.77º | 0.11% | 0.45% | - |
| XYZ | 15.67 | 16.73 | 15.23 | - |
| YUV | 113.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 103 | 0 | 0.02 | 0.11 | 0.55 | 50.77 | 0.06 | 0.43 |
| Hex | 74 | 72 | 67 | 0 | 2 | B | 37 | 33 | 6 | 2B |
| Octal | 164 | 162 | 147 | 0 | 2 | 13 | 67 | 63 | 6 | 53 |
| Binary | 1110100 | 1110010 | 1100111 | 0 | 10 | 1011 | 110111 | 110011 | 110 | 101011 |
Color Harmonies of #747267
Complementary color
Monochromatic Colors of #747267
Black with #747267
Text Example
Text Example
White with #747267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747267; }
p { color: rgb(116,114,103); }
H1.HeaderClassName
{
color: #747267;
}
.AnyTagClassName
{
color: #747267;
}
</style>
background-color css
<style>
a { background-color: #747267; }
a { background-color: rgb(116,114,103); }
div.DivClassName
{
background-color: #747267;
}
.BgClassName
{
background-color: #747267;
}
</style>
border-color css
<style>
span { border-color: #747267; }
span { border-color: rgb(116,114,103); }
td.TdClassName
{
border-color: #747267;
}
.TagClassName
{
border-color: #747267;
}
</style>