Shades of Ironside Grey #717068
Tints of Ironside Grey #717068
RGB
CMYK
RGB Variations
Color information
#717068 (or 0x717068) is known color: Ironside Grey. HEX triplet: 71, 70 and 68. RGB value is (113,112,104). Sum of RGB (Red+Green+Blue) = 113+112+104=329 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.35% from 329); Green value is 112 (44.14% from 255 or 34.04% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 113 - color contains mainly: red. Hex color #717068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717068 is #8E8F97. Grayscale: #6F6F6F. Windows color (decimal): -9342872 or 6844529. OLE color: 6844529.
HSL color Cylindrical-coordinate representation of color #717068: hue angle of 53.33º degrees, saturation: 0.04, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #717068 is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 112 | 104 | - |
| CMYK | 0 | 0.01 | 0.08 | 0.56 |
| HSL | 53.33º | 0.04% | 0.43% | - |
| HSV(B) | 53.33º | 0.08% | 0.44% | - |
| XYZ | 15.1 | 16.1 | 15.41 | - |
| YUV | 111.39 | 123.83 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 112 | 104 | 0 | 0.01 | 0.08 | 0.56 | 53.33 | 0.04 | 0.43 |
| Hex | 71 | 70 | 68 | 0 | 1 | 8 | 38 | 35 | 4 | 2B |
| Octal | 161 | 160 | 150 | 0 | 1 | 10 | 70 | 65 | 4 | 53 |
| Binary | 1110001 | 1110000 | 1101000 | 0 | 1 | 1000 | 111000 | 110101 | 100 | 101011 |
Color Harmonies of #717068
Complementary color
Monochromatic Colors of #717068
Black with #717068
Text Example
Text Example
White with #717068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717068; }
p { color: rgb(113,112,104); }
H1.HeaderClassName
{
color: #717068;
}
.AnyTagClassName
{
color: #717068;
}
</style>
background-color css
<style>
a { background-color: #717068; }
a { background-color: rgb(113,112,104); }
div.DivClassName
{
background-color: #717068;
}
.BgClassName
{
background-color: #717068;
}
</style>
border-color css
<style>
span { border-color: #717068; }
span { border-color: rgb(113,112,104); }
td.TdClassName
{
border-color: #717068;
}
.TagClassName
{
border-color: #717068;
}
</style>