Shades of Blue Smoke #717B73
Tints of Blue Smoke #717B73
RGB
CMYK
RGB Variations
Color information
#717B73 (or 0x717B73) is known color: Blue Smoke. HEX triplet: 71, 7B and 73. RGB value is (113,123,115). Sum of RGB (Red+Green+Blue) = 113+123+115=351 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.19% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 123 - color contains mainly: green. Hex color #717B73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B73 is #8E848C. Grayscale: #777777. Windows color (decimal): -9340045 or 7568241. OLE color: 7568241.
HSL color Cylindrical-coordinate representation of color #717B73: hue angle of 132º degrees, saturation: 0.04, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #717B73 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 123 | 115 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.52 |
| HSL | 132º | 0.04% | 0.46% | - |
| HSV(B) | 132º | 0.08% | 0.48% | - |
| XYZ | 16.99 | 18.91 | 18.98 | - |
| YUV | 119.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 115 | 0.08 | 0 | 0.07 | 0.52 | 132 | 0.04 | 0.46 |
| Hex | 71 | 7B | 73 | 8 | 0 | 7 | 34 | 84 | 4 | 2E |
| Octal | 161 | 173 | 163 | 10 | 0 | 7 | 64 | 204 | 4 | 56 |
| Binary | 1110001 | 1111011 | 1110011 | 1000 | 0 | 111 | 110100 | 10000100 | 100 | 101110 |
Color Harmonies of #717B73
Complementary color
Monochromatic Colors of #717B73
Black with #717B73
Text Example
Text Example
White with #717B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B73; }
p { color: rgb(113,123,115); }
H1.HeaderClassName
{
color: #717B73;
}
.AnyTagClassName
{
color: #717B73;
}
</style>
background-color css
<style>
a { background-color: #717B73; }
a { background-color: rgb(113,123,115); }
div.DivClassName
{
background-color: #717B73;
}
.BgClassName
{
background-color: #717B73;
}
</style>
border-color css
<style>
span { border-color: #717B73; }
span { border-color: rgb(113,123,115); }
td.TdClassName
{
border-color: #717B73;
}
.TagClassName
{
border-color: #717B73;
}
</style>