Shades of Ironside Grey #717168
Tints of Ironside Grey #717168
RGB
CMYK
RGB Variations
Color information
#717168 (or 0x717168) is known color: Ironside Grey. HEX triplet: 71, 71 and 68. RGB value is (113,113,104). Sum of RGB (Red+Green+Blue) = 113+113+104=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 113 - color contains mainly: red, green. Hex color #717168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717168 is #8E8E97. Grayscale: #707070. Windows color (decimal): -9342616 or 6844785. OLE color: 6844785.
HSL color Cylindrical-coordinate representation of color #717168: hue angle of 60º 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 #717168 is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.
Color convert
RGB | 113 | 113 | 104 | - |
CMYK | 0 | 0 | 0.08 | 0.56 |
HSL | 60º | 0.04% | 0.43% | - |
HSV(B) | 60º | 0.08% | 0.44% | - |
XYZ | 15.21 | 16.32 | 15.45 | - |
YUV | 111.97 | 123.5 | 128.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 113 | 104 | 0 | 0 | 0.08 | 0.56 | 60 | 0.04 | 0.43 |
Hex | 71 | 71 | 68 | 0 | 0 | 8 | 38 | 3C | 4 | 2B |
Octal | 161 | 161 | 150 | 0 | 0 | 10 | 70 | 74 | 4 | 53 |
Binary | 1110001 | 1110001 | 1101000 | 0 | 0 | 1000 | 111000 | 111100 | 100 | 101011 |
Color Harmonies of #717168
Complementary color
Monochromatic Colors of #717168
Black with #717168
Text Example
Text Example
White with #717168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717168; }
p { color: rgb(113,113,104); }
H1.HeaderClassName
{
color: #717168;
}
.AnyTagClassName
{
color: #717168;
}
</style>
background-color css
<style>
a { background-color: #717168; }
a { background-color: rgb(113,113,104); }
div.DivClassName
{
background-color: #717168;
}
.BgClassName
{
background-color: #717168;
}
</style>
border-color css
<style>
span { border-color: #717168; }
span { border-color: rgb(113,113,104); }
td.TdClassName
{
border-color: #717168;
}
.TagClassName
{
border-color: #717168;
}
</style>