Shades of Ironside Grey #747268
Tints of Ironside Grey #747268
RGB
CMYK
RGB Variations
Color information
#747268 (or 0x747268) is known color: Ironside Grey. HEX triplet: 74, 72 and 68. RGB value is (116,114,104). Sum of RGB (Red+Green+Blue) = 116+114+104=334 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.73% from 334); Green value is 114 (44.92% from 255 or 34.13% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 116 - color contains mainly: red. Hex color #747268 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747268 is #8B8D97. Grayscale: #717171. Windows color (decimal): -9145752 or 6845044. OLE color: 6845044.
HSL color Cylindrical-coordinate representation of color #747268: hue angle of 50º 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 #747268 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 116 | 114 | 104 | - |
| CMYK | 0 | 0.02 | 0.10 | 0.55 |
| HSL | 50º | 0.05% | 0.43% | - |
| HSV(B) | 50º | 0.1% | 0.45% | - |
| XYZ | 15.72 | 16.75 | 15.5 | - |
| YUV | 113.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 114 | 104 | 0 | 0.02 | 0.10 | 0.55 | 50 | 0.05 | 0.43 |
| Hex | 74 | 72 | 68 | 0 | 2 | A | 37 | 32 | 5 | 2B |
| Octal | 164 | 162 | 150 | 0 | 2 | 12 | 67 | 62 | 5 | 53 |
| Binary | 1110100 | 1110010 | 1101000 | 0 | 10 | 1010 | 110111 | 110010 | 101 | 101011 |
Color Harmonies of #747268
Complementary color
Monochromatic Colors of #747268
Black with #747268
Text Example
Text Example
White with #747268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747268; }
p { color: rgb(116,114,104); }
H1.HeaderClassName
{
color: #747268;
}
.AnyTagClassName
{
color: #747268;
}
</style>
background-color css
<style>
a { background-color: #747268; }
a { background-color: rgb(116,114,104); }
div.DivClassName
{
background-color: #747268;
}
.BgClassName
{
background-color: #747268;
}
</style>
border-color css
<style>
span { border-color: #747268; }
span { border-color: rgb(116,114,104); }
td.TdClassName
{
border-color: #747268;
}
.TagClassName
{
border-color: #747268;
}
</style>