Shades of Blue Smoke #717B72
Tints of Blue Smoke #717B72
RGB
CMYK
RGB Variations
Color information
#717B72 (or 0x717B72) is known color: Blue Smoke. HEX triplet: 71, 7B and 72. RGB value is (113,123,114). Sum of RGB (Red+Green+Blue) = 113+123+114=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 123 (48.44% from 255 or 35.14% from 350); Blue value is 114 (44.92% from 255 or 32.57% from 350); Max value from RGB is 123 - color contains mainly: green. Hex color #717B72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717B72 is #8E848D. Grayscale: #777777. Windows color (decimal): -9340046 or 7502705. OLE color: 7502705.
HSL color Cylindrical-coordinate representation of color #717B72: hue angle of 126º 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 #717B72 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 113 | 123 | 114 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.52 |
| HSL | 126º | 0.04% | 0.46% | - |
| HSV(B) | 126º | 0.08% | 0.48% | - |
| XYZ | 16.93 | 18.89 | 18.67 | - |
| YUV | 118.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 123 | 114 | 0.08 | 0 | 0.07 | 0.52 | 126 | 0.04 | 0.46 |
| Hex | 71 | 7B | 72 | 8 | 0 | 7 | 34 | 7E | 4 | 2E |
| Octal | 161 | 173 | 162 | 10 | 0 | 7 | 64 | 176 | 4 | 56 |
| Binary | 1110001 | 1111011 | 1110010 | 1000 | 0 | 111 | 110100 | 1111110 | 100 | 101110 |
Color Harmonies of #717B72
Complementary color
Monochromatic Colors of #717B72
Black with #717B72
Text Example
Text Example
White with #717B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717B72; }
p { color: rgb(113,123,114); }
H1.HeaderClassName
{
color: #717B72;
}
.AnyTagClassName
{
color: #717B72;
}
</style>
background-color css
<style>
a { background-color: #717B72; }
a { background-color: rgb(113,123,114); }
div.DivClassName
{
background-color: #717B72;
}
.BgClassName
{
background-color: #717B72;
}
</style>
border-color css
<style>
span { border-color: #717B72; }
span { border-color: rgb(113,123,114); }
td.TdClassName
{
border-color: #717B72;
}
.TagClassName
{
border-color: #717B72;
}
</style>