Shades of Ironside Grey #726E65
Tints of Ironside Grey #726E65
RGB
CMYK
RGB Variations
Color information
#726E65 (or 0x726E65) is known color: Ironside Grey. HEX triplet: 72, 6E and 65. RGB value is (114,110,101). Sum of RGB (Red+Green+Blue) = 114+110+101=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 110 (43.36% from 255 or 33.85% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 114 - color contains mainly: red. Hex color #726E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E65 is #8D919A. Grayscale: #6E6E6E. Windows color (decimal): -9277851 or 6647410. OLE color: 6647410.
HSL color Cylindrical-coordinate representation of color #726E65: hue angle of 41.54º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #726E65 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 101 | - |
| CMYK | 0 | 0.04 | 0.11 | 0.55 |
| HSL | 41.54º | 0.06% | 0.42% | - |
| HSV(B) | 41.54º | 0.11% | 0.45% | - |
| XYZ | 14.86 | 15.67 | 14.55 | - |
| YUV | 110.17 | 122.83 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 101 | 0 | 0.04 | 0.11 | 0.55 | 41.54 | 0.06 | 0.42 |
| Hex | 72 | 6E | 65 | 0 | 4 | B | 37 | 2A | 6 | 2A |
| Octal | 162 | 156 | 145 | 0 | 4 | 13 | 67 | 52 | 6 | 52 |
| Binary | 1110010 | 1101110 | 1100101 | 0 | 100 | 1011 | 110111 | 101010 | 110 | 101010 |
Color Harmonies of #726E65
Complementary color
Monochromatic Colors of #726E65
Black with #726E65
Text Example
Text Example
White with #726E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E65; }
p { color: rgb(114,110,101); }
H1.HeaderClassName
{
color: #726E65;
}
.AnyTagClassName
{
color: #726E65;
}
</style>
background-color css
<style>
a { background-color: #726E65; }
a { background-color: rgb(114,110,101); }
div.DivClassName
{
background-color: #726E65;
}
.BgClassName
{
background-color: #726E65;
}
</style>
border-color css
<style>
span { border-color: #726E65; }
span { border-color: rgb(114,110,101); }
td.TdClassName
{
border-color: #726E65;
}
.TagClassName
{
border-color: #726E65;
}
</style>