Shades of Blue Smoke #718777
Tints of Blue Smoke #718777
RGB
CMYK
RGB Variations
Color information
#718777 (or 0x718777) is known color: Blue Smoke. HEX triplet: 71, 87 and 77. RGB value is (113,135,119). Sum of RGB (Red+Green+Blue) = 113+135+119=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 135 (53.12% from 255 or 36.78% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 135 - color contains mainly: green. Hex color #718777 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718777 is #8E7888. Grayscale: #7E7E7E. Windows color (decimal): -9336969 or 7833457. OLE color: 7833457.
HSL color Cylindrical-coordinate representation of color #718777: hue angle of 136.36º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #718777 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 135 | 119 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.47 |
| HSL | 136.36º | 0.09% | 0.49% | - |
| HSV(B) | 136.36º | 0.16% | 0.53% | - |
| XYZ | 18.8 | 22.17 | 20.74 | - |
| YUV | 126.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 135 | 119 | 0.16 | 0 | 0.12 | 0.47 | 136.36 | 0.09 | 0.49 |
| Hex | 71 | 87 | 77 | 10 | 0 | C | 2F | 88 | 9 | 31 |
| Octal | 161 | 207 | 167 | 20 | 0 | 14 | 57 | 210 | 11 | 61 |
| Binary | 1110001 | 10000111 | 1110111 | 10000 | 0 | 1100 | 101111 | 10001000 | 1001 | 110001 |
Color Harmonies of #718777
Complementary color
Monochromatic Colors of #718777
Black with #718777
Text Example
Text Example
White with #718777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718777; }
p { color: rgb(113,135,119); }
H1.HeaderClassName
{
color: #718777;
}
.AnyTagClassName
{
color: #718777;
}
</style>
background-color css
<style>
a { background-color: #718777; }
a { background-color: rgb(113,135,119); }
div.DivClassName
{
background-color: #718777;
}
.BgClassName
{
background-color: #718777;
}
</style>
border-color css
<style>
span { border-color: #718777; }
span { border-color: rgb(113,135,119); }
td.TdClassName
{
border-color: #718777;
}
.TagClassName
{
border-color: #718777;
}
</style>