Shades of Ironside Grey #72706C
Tints of Ironside Grey #72706C
RGB
CMYK
RGB Variations
Color information
#72706C (or 0x72706C) is known color: Ironside Grey. HEX triplet: 72, 70 and 6C. RGB value is (114,112,108). Sum of RGB (Red+Green+Blue) = 114+112+108=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 112 (44.14% from 255 or 33.53% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 114 - color contains mainly: red. Hex color #72706C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72706C is #8D8F93. Grayscale: #707070. Windows color (decimal): -9277332 or 7106674. OLE color: 7106674.
HSL color Cylindrical-coordinate representation of color #72706C: hue angle of 40º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #72706C is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 112 | 108 | - |
| CMYK | 0 | 0.02 | 0.05 | 0.55 |
| HSL | 40º | 0.03% | 0.44% | - |
| HSV(B) | 40º | 0.05% | 0.45% | - |
| XYZ | 15.44 | 16.25 | 16.51 | - |
| YUV | 112.14 | 125.66 | 129.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 108 | 0 | 0.02 | 0.05 | 0.55 | 40 | 0.03 | 0.44 |
| Hex | 72 | 70 | 6C | 0 | 2 | 5 | 37 | 28 | 3 | 2C |
| Octal | 162 | 160 | 154 | 0 | 2 | 5 | 67 | 50 | 3 | 54 |
| Binary | 1110010 | 1110000 | 1101100 | 0 | 10 | 101 | 110111 | 101000 | 11 | 101100 |
Color Harmonies of #72706C
Complementary color
Monochromatic Colors of #72706C
Black with #72706C
Text Example
Text Example
White with #72706C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72706C; }
p { color: rgb(114,112,108); }
H1.HeaderClassName
{
color: #72706C;
}
.AnyTagClassName
{
color: #72706C;
}
</style>
background-color css
<style>
a { background-color: #72706C; }
a { background-color: rgb(114,112,108); }
div.DivClassName
{
background-color: #72706C;
}
.BgClassName
{
background-color: #72706C;
}
</style>
border-color css
<style>
span { border-color: #72706C; }
span { border-color: rgb(114,112,108); }
td.TdClassName
{
border-color: #72706C;
}
.TagClassName
{
border-color: #72706C;
}
</style>