Shades of Ironside Grey #726F65
Tints of Ironside Grey #726F65
RGB
CMYK
RGB Variations
Color information
#726F65 (or 0x726F65) is known color: Ironside Grey. HEX triplet: 72, 6F and 65. RGB value is (114,111,101). Sum of RGB (Red+Green+Blue) = 114+111+101=326 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.97% from 326); Green value is 111 (43.75% from 255 or 34.05% from 326); Blue value is 101 (39.84% from 255 or 30.98% from 326); Max value from RGB is 114 - color contains mainly: red. Hex color #726F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726F65 is #8D909A. Grayscale: #6E6E6E. Windows color (decimal): -9277595 or 6647666. OLE color: 6647666.
HSL color Cylindrical-coordinate representation of color #726F65: hue angle of 46.15º 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 #726F65 is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 111 | 101 | - |
| CMYK | 0 | 0.03 | 0.11 | 0.55 |
| HSL | 46.15º | 0.06% | 0.42% | - |
| HSV(B) | 46.15º | 0.11% | 0.45% | - |
| XYZ | 14.97 | 15.89 | 14.59 | - |
| YUV | 110.76 | 122.49 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 111 | 101 | 0 | 0.03 | 0.11 | 0.55 | 46.15 | 0.06 | 0.42 |
| Hex | 72 | 6F | 65 | 0 | 3 | B | 37 | 2E | 6 | 2A |
| Octal | 162 | 157 | 145 | 0 | 3 | 13 | 67 | 56 | 6 | 52 |
| Binary | 1110010 | 1101111 | 1100101 | 0 | 11 | 1011 | 110111 | 101110 | 110 | 101010 |
Color Harmonies of #726F65
Complementary color
Monochromatic Colors of #726F65
Black with #726F65
Text Example
Text Example
White with #726F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726F65; }
p { color: rgb(114,111,101); }
H1.HeaderClassName
{
color: #726F65;
}
.AnyTagClassName
{
color: #726F65;
}
</style>
background-color css
<style>
a { background-color: #726F65; }
a { background-color: rgb(114,111,101); }
div.DivClassName
{
background-color: #726F65;
}
.BgClassName
{
background-color: #726F65;
}
</style>
border-color css
<style>
span { border-color: #726F65; }
span { border-color: rgb(114,111,101); }
td.TdClassName
{
border-color: #726F65;
}
.TagClassName
{
border-color: #726F65;
}
</style>