Shades of Blue Smoke #717772
Tints of Blue Smoke #717772
RGB
CMYK
RGB Variations
Color information
#717772 (or 0x717772) is known color: Blue Smoke. HEX triplet: 71, 77 and 72. RGB value is (113,119,114). Sum of RGB (Red+Green+Blue) = 113+119+114=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 119 - color contains mainly: green. Hex color #717772 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #717772 is #8E888D. Grayscale: #747474. Windows color (decimal): -9341070 or 7501681. OLE color: 7501681.
HSL color Cylindrical-coordinate representation of color #717772: hue angle of 130º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #717772 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 119 | 114 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.53 |
| HSL | 130º | 0.03% | 0.45% | - |
| HSV(B) | 130º | 0.05% | 0.47% | - |
| XYZ | 16.44 | 17.92 | 18.51 | - |
| YUV | 116.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 114 | 0.05 | 0 | 0.04 | 0.53 | 130 | 0.03 | 0.45 |
| Hex | 71 | 77 | 72 | 5 | 0 | 4 | 35 | 82 | 3 | 2D |
| Octal | 161 | 167 | 162 | 5 | 0 | 4 | 65 | 202 | 3 | 55 |
| Binary | 1110001 | 1110111 | 1110010 | 101 | 0 | 100 | 110101 | 10000010 | 11 | 101101 |
Color Harmonies of #717772
Complementary color
Monochromatic Colors of #717772
Black with #717772
Text Example
Text Example
White with #717772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #717772; }
p { color: rgb(113,119,114); }
H1.HeaderClassName
{
color: #717772;
}
.AnyTagClassName
{
color: #717772;
}
</style>
background-color css
<style>
a { background-color: #717772; }
a { background-color: rgb(113,119,114); }
div.DivClassName
{
background-color: #717772;
}
.BgClassName
{
background-color: #717772;
}
</style>
border-color css
<style>
span { border-color: #717772; }
span { border-color: rgb(113,119,114); }
td.TdClassName
{
border-color: #717772;
}
.TagClassName
{
border-color: #717772;
}
</style>