Shades of Ironside Grey #747168
Tints of Ironside Grey #747168
RGB
CMYK
RGB Variations
Color information
#747168 (or 0x747168) is known color: Ironside Grey. HEX triplet: 74, 71 and 68. RGB value is (116,113,104). Sum of RGB (Red+Green+Blue) = 116+113+104=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 104 (41.02% from 255 or 31.23% from 333); Max value from RGB is 116 - color contains mainly: red. Hex color #747168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747168 is #8B8E97. Grayscale: #707070. Windows color (decimal): -9146008 or 6844788. OLE color: 6844788.
HSL color Cylindrical-coordinate representation of color #747168: hue angle of 45º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #747168 is Cyan = 0, Magento = 0.03, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 113 | 104 | - |
| CMYK | 0 | 0.03 | 0.10 | 0.55 |
| HSL | 45º | 0.05% | 0.43% | - |
| HSV(B) | 45º | 0.1% | 0.45% | - |
| XYZ | 15.61 | 16.52 | 15.46 | - |
| YUV | 112.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 113 | 104 | 0 | 0.03 | 0.10 | 0.55 | 45 | 0.05 | 0.43 |
| Hex | 74 | 71 | 68 | 0 | 3 | A | 37 | 2D | 5 | 2B |
| Octal | 164 | 161 | 150 | 0 | 3 | 12 | 67 | 55 | 5 | 53 |
| Binary | 1110100 | 1110001 | 1101000 | 0 | 11 | 1010 | 110111 | 101101 | 101 | 101011 |
Color Harmonies of #747168
Complementary color
Monochromatic Colors of #747168
Black with #747168
Text Example
Text Example
White with #747168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747168; }
p { color: rgb(116,113,104); }
H1.HeaderClassName
{
color: #747168;
}
.AnyTagClassName
{
color: #747168;
}
</style>
background-color css
<style>
a { background-color: #747168; }
a { background-color: rgb(116,113,104); }
div.DivClassName
{
background-color: #747168;
}
.BgClassName
{
background-color: #747168;
}
</style>
border-color css
<style>
span { border-color: #747168; }
span { border-color: rgb(116,113,104); }
td.TdClassName
{
border-color: #747168;
}
.TagClassName
{
border-color: #747168;
}
</style>