Shades of Blue Smoke #717973
Tints of Blue Smoke #717973
RGB
CMYK
RGB Variations
Color information
#717973 (or 0x717973) is known color: Blue Smoke. HEX triplet: 71, 79 and 73. RGB value is (113,121,115). Sum of RGB (Red+Green+Blue) = 113+121+115=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 121 - color contains mainly: green. Hex color #717973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717973 is #8E868C. Grayscale: #757575. Windows color (decimal): -9340557 or 7567729. OLE color: 7567729.
HSL color Cylindrical-coordinate representation of color #717973: hue angle of 135º degrees, saturation: 0.03, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #717973 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 121 | 115 | - |
| CMYK | 0.07 | 0 | 0.05 | 0.53 |
| HSL | 135º | 0.03% | 0.46% | - |
| HSV(B) | 135º | 0.07% | 0.47% | - |
| XYZ | 16.74 | 18.42 | 18.89 | - |
| YUV | 117.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 115 | 0.07 | 0 | 0.05 | 0.53 | 135 | 0.03 | 0.46 |
| Hex | 71 | 79 | 73 | 7 | 0 | 5 | 35 | 87 | 3 | 2E |
| Octal | 161 | 171 | 163 | 7 | 0 | 5 | 65 | 207 | 3 | 56 |
| Binary | 1110001 | 1111001 | 1110011 | 111 | 0 | 101 | 110101 | 10000111 | 11 | 101110 |
Color Harmonies of #717973
Complementary color
Monochromatic Colors of #717973
Black with #717973
Text Example
Text Example
White with #717973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717973; }
p { color: rgb(113,121,115); }
H1.HeaderClassName
{
color: #717973;
}
.AnyTagClassName
{
color: #717973;
}
</style>
background-color css
<style>
a { background-color: #717973; }
a { background-color: rgb(113,121,115); }
div.DivClassName
{
background-color: #717973;
}
.BgClassName
{
background-color: #717973;
}
</style>
border-color css
<style>
span { border-color: #717973; }
span { border-color: rgb(113,121,115); }
td.TdClassName
{
border-color: #717973;
}
.TagClassName
{
border-color: #717973;
}
</style>