Shades of Ironside Grey #73716C
Tints of Ironside Grey #73716C
RGB
CMYK
RGB Variations
Color information
#73716C (or 0x73716C) is known color: Ironside Grey. HEX triplet: 73, 71 and 6C. RGB value is (115,113,108). Sum of RGB (Red+Green+Blue) = 115+113+108=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 115 - color contains mainly: red. Hex color #73716C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73716C is #8C8E93. Grayscale: #717171. Windows color (decimal): -9211540 or 7106931. OLE color: 7106931.
HSL color Cylindrical-coordinate representation of color #73716C: hue angle of 42.86º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #73716C is Cyan = 0, Magento = 0.02, Yellow = 0.06 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 113 | 108 | - |
| CMYK | 0 | 0.02 | 0.06 | 0.55 |
| HSL | 42.86º | 0.03% | 0.44% | - |
| HSV(B) | 42.86º | 0.06% | 0.45% | - |
| XYZ | 15.68 | 16.54 | 16.55 | - |
| YUV | 113.03 | 125.16 | 129.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 108 | 0 | 0.02 | 0.06 | 0.55 | 42.86 | 0.03 | 0.44 |
| Hex | 73 | 71 | 6C | 0 | 2 | 6 | 37 | 2B | 3 | 2C |
| Octal | 163 | 161 | 154 | 0 | 2 | 6 | 67 | 53 | 3 | 54 |
| Binary | 1110011 | 1110001 | 1101100 | 0 | 10 | 110 | 110111 | 101011 | 11 | 101100 |
Color Harmonies of #73716C
Complementary color
Monochromatic Colors of #73716C
Black with #73716C
Text Example
Text Example
White with #73716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73716C; }
p { color: rgb(115,113,108); }
H1.HeaderClassName
{
color: #73716C;
}
.AnyTagClassName
{
color: #73716C;
}
</style>
background-color css
<style>
a { background-color: #73716C; }
a { background-color: rgb(115,113,108); }
div.DivClassName
{
background-color: #73716C;
}
.BgClassName
{
background-color: #73716C;
}
</style>
border-color css
<style>
span { border-color: #73716C; }
span { border-color: rgb(115,113,108); }
td.TdClassName
{
border-color: #73716C;
}
.TagClassName
{
border-color: #73716C;
}
</style>