Shades of Blue Smoke #717A73
Tints of Blue Smoke #717A73
RGB
CMYK
RGB Variations
Color information
#717A73 (or 0x717A73) is known color: Blue Smoke. HEX triplet: 71, 7A and 73. RGB value is (113,122,115). Sum of RGB (Red+Green+Blue) = 113+122+115=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 122 (48.05% from 255 or 34.86% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 122 - color contains mainly: green. Hex color #717A73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717A73 is #8E858C. Grayscale: #767676. Windows color (decimal): -9340301 or 7567985. OLE color: 7567985.
HSL color Cylindrical-coordinate representation of color #717A73: hue angle of 133.33º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #717A73 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 122 | 115 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.52 |
| HSL | 133.33º | 0.04% | 0.46% | - |
| HSV(B) | 133.33º | 0.07% | 0.48% | - |
| XYZ | 16.86 | 18.67 | 18.93 | - |
| YUV | 118.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 122 | 115 | 0.07 | 0 | 0.06 | 0.52 | 133.33 | 0.04 | 0.46 |
| Hex | 71 | 7A | 73 | 7 | 0 | 6 | 34 | 85 | 4 | 2E |
| Octal | 161 | 172 | 163 | 7 | 0 | 6 | 64 | 205 | 4 | 56 |
| Binary | 1110001 | 1111010 | 1110011 | 111 | 0 | 110 | 110100 | 10000101 | 100 | 101110 |
Color Harmonies of #717A73
Complementary color
Monochromatic Colors of #717A73
Black with #717A73
Text Example
Text Example
White with #717A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717A73; }
p { color: rgb(113,122,115); }
H1.HeaderClassName
{
color: #717A73;
}
.AnyTagClassName
{
color: #717A73;
}
</style>
background-color css
<style>
a { background-color: #717A73; }
a { background-color: rgb(113,122,115); }
div.DivClassName
{
background-color: #717A73;
}
.BgClassName
{
background-color: #717A73;
}
</style>
border-color css
<style>
span { border-color: #717A73; }
span { border-color: rgb(113,122,115); }
td.TdClassName
{
border-color: #717A73;
}
.TagClassName
{
border-color: #717A73;
}
</style>