Shades of Ironside Grey #726E63
Tints of Ironside Grey #726E63
RGB
CMYK
RGB Variations
Color information
#726E63 (or 0x726E63) is known color: Ironside Grey. HEX triplet: 72, 6E and 63. RGB value is (114,110,99). Sum of RGB (Red+Green+Blue) = 114+110+99=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 110 (43.36% from 255 or 34.06% from 323); Blue value is 99 (39.06% from 255 or 30.65% from 323); Max value from RGB is 114 - color contains mainly: red. Hex color #726E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726E63 is #8D919C. Grayscale: #6D6D6D. Windows color (decimal): -9277853 or 6516338. OLE color: 6516338.
HSL color Cylindrical-coordinate representation of color #726E63: hue angle of 44º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #726E63 is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 110 | 99 | - |
| CMYK | 0 | 0.04 | 0.13 | 0.55 |
| HSL | 44º | 0.07% | 0.42% | - |
| HSV(B) | 44º | 0.13% | 0.45% | - |
| XYZ | 14.77 | 15.63 | 14.04 | - |
| YUV | 109.94 | 121.83 | 130.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 110 | 99 | 0 | 0.04 | 0.13 | 0.55 | 44 | 0.07 | 0.42 |
| Hex | 72 | 6E | 63 | 0 | 4 | D | 37 | 2C | 7 | 2A |
| Octal | 162 | 156 | 143 | 0 | 4 | 15 | 67 | 54 | 7 | 52 |
| Binary | 1110010 | 1101110 | 1100011 | 0 | 100 | 1101 | 110111 | 101100 | 111 | 101010 |
Color Harmonies of #726E63
Complementary color
Monochromatic Colors of #726E63
Black with #726E63
Text Example
Text Example
White with #726E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726E63; }
p { color: rgb(114,110,99); }
H1.HeaderClassName
{
color: #726E63;
}
.AnyTagClassName
{
color: #726E63;
}
</style>
background-color css
<style>
a { background-color: #726E63; }
a { background-color: rgb(114,110,99); }
div.DivClassName
{
background-color: #726E63;
}
.BgClassName
{
background-color: #726E63;
}
</style>
border-color css
<style>
span { border-color: #726E63; }
span { border-color: rgb(114,110,99); }
td.TdClassName
{
border-color: #726E63;
}
.TagClassName
{
border-color: #726E63;
}
</style>