Shades of Ironside Grey #727065
Tints of Ironside Grey #727065
RGB
CMYK
RGB Variations
Color information
#727065 (or 0x727065) is known color: Ironside Grey. HEX triplet: 72, 70 and 65. RGB value is (114,112,101). Sum of RGB (Red+Green+Blue) = 114+112+101=327 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.86% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 101 (39.84% from 255 or 30.89% from 327); Max value from RGB is 114 - color contains mainly: red. Hex color #727065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #727065 is #8D8F9A. Grayscale: #6F6F6F. Windows color (decimal): -9277339 or 6647922. OLE color: 6647922.
HSL color Cylindrical-coordinate representation of color #727065: hue angle of 50.77º 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 #727065 is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 112 | 101 | - |
| CMYK | 0 | 0.02 | 0.11 | 0.55 |
| HSL | 50.77º | 0.06% | 0.42% | - |
| HSV(B) | 50.77º | 0.11% | 0.45% | - |
| XYZ | 15.08 | 16.11 | 14.63 | - |
| YUV | 111.34 | 122.16 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 101 | 0 | 0.02 | 0.11 | 0.55 | 50.77 | 0.06 | 0.42 |
| Hex | 72 | 70 | 65 | 0 | 2 | B | 37 | 33 | 6 | 2A |
| Octal | 162 | 160 | 145 | 0 | 2 | 13 | 67 | 63 | 6 | 52 |
| Binary | 1110010 | 1110000 | 1100101 | 0 | 10 | 1011 | 110111 | 110011 | 110 | 101010 |
Color Harmonies of #727065
Complementary color
Monochromatic Colors of #727065
Black with #727065
Text Example
Text Example
White with #727065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #727065; }
p { color: rgb(114,112,101); }
H1.HeaderClassName
{
color: #727065;
}
.AnyTagClassName
{
color: #727065;
}
</style>
background-color css
<style>
a { background-color: #727065; }
a { background-color: rgb(114,112,101); }
div.DivClassName
{
background-color: #727065;
}
.BgClassName
{
background-color: #727065;
}
</style>
border-color css
<style>
span { border-color: #727065; }
span { border-color: rgb(114,112,101); }
td.TdClassName
{
border-color: #727065;
}
.TagClassName
{
border-color: #727065;
}
</style>