Shades of Ironside Grey #726F66
Tints of Ironside Grey #726F66
RGB
CMYK
RGB Variations
Color information
#726F66 (or 0x726F66) is known color: Ironside Grey. HEX triplet: 72, 6F and 66. RGB value is (114,111,102). Sum of RGB (Red+Green+Blue) = 114+111+102=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 111 (43.75% from 255 or 33.94% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 114 - color contains mainly: red. Hex color #726F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F66 is #8D9099. Grayscale: #6E6E6E. Windows color (decimal): -9277594 or 6713202. OLE color: 6713202.
HSL color Cylindrical-coordinate representation of color #726F66: hue angle of 45º 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 #726F66 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 102 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.55 |
| HSL | 45º | 0.06% | 0.42% | - |
| HSV(B) | 45º | 0.11% | 0.45% | - |
| XYZ | 15.02 | 15.91 | 14.85 | - |
| YUV | 110.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 102 | 0 | 0.03 | 0.11 | 0.55 | 45 | 0.06 | 0.42 |
| Hex | 72 | 6F | 66 | 0 | 3 | B | 37 | 2D | 6 | 2A |
| Octal | 162 | 157 | 146 | 0 | 3 | 13 | 67 | 55 | 6 | 52 |
| Binary | 1110010 | 1101111 | 1100110 | 0 | 11 | 1011 | 110111 | 101101 | 110 | 101010 |
Color Harmonies of #726F66
Complementary color
Monochromatic Colors of #726F66
Black with #726F66
Text Example
Text Example
White with #726F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F66; }
p { color: rgb(114,111,102); }
H1.HeaderClassName
{
color: #726F66;
}
.AnyTagClassName
{
color: #726F66;
}
</style>
background-color css
<style>
a { background-color: #726F66; }
a { background-color: rgb(114,111,102); }
div.DivClassName
{
background-color: #726F66;
}
.BgClassName
{
background-color: #726F66;
}
</style>
border-color css
<style>
span { border-color: #726F66; }
span { border-color: rgb(114,111,102); }
td.TdClassName
{
border-color: #726F66;
}
.TagClassName
{
border-color: #726F66;
}
</style>