Shades of Blue Smoke #718B77
Tints of Blue Smoke #718B77
RGB
CMYK
RGB Variations
Color information
#718B77 (or 0x718B77) is known color: Blue Smoke. HEX triplet: 71, 8B and 77. RGB value is (113,139,119). Sum of RGB (Red+Green+Blue) = 113+139+119=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 119 (46.88% from 255 or 32.08% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #718B77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718B77 is #8E7488. Grayscale: #818181. Windows color (decimal): -9335945 or 7834481. OLE color: 7834481.
HSL color Cylindrical-coordinate representation of color #718B77: hue angle of 133.85º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #718B77 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 113 | 139 | 119 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.45 |
| HSL | 133.85º | 0.1% | 0.49% | - |
| HSV(B) | 133.85º | 0.19% | 0.55% | - |
| XYZ | 19.37 | 23.31 | 20.93 | - |
| YUV | 128.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 139 | 119 | 0.19 | 0 | 0.14 | 0.45 | 133.85 | 0.1 | 0.49 |
| Hex | 71 | 8B | 77 | 13 | 0 | E | 2D | 86 | A | 31 |
| Octal | 161 | 213 | 167 | 23 | 0 | 16 | 55 | 206 | 12 | 61 |
| Binary | 1110001 | 10001011 | 1110111 | 10011 | 0 | 1110 | 101101 | 10000110 | 1010 | 110001 |
Color Harmonies of #718B77
Complementary color
Monochromatic Colors of #718B77
Black with #718B77
Text Example
Text Example
White with #718B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718B77; }
p { color: rgb(113,139,119); }
H1.HeaderClassName
{
color: #718B77;
}
.AnyTagClassName
{
color: #718B77;
}
</style>
background-color css
<style>
a { background-color: #718B77; }
a { background-color: rgb(113,139,119); }
div.DivClassName
{
background-color: #718B77;
}
.BgClassName
{
background-color: #718B77;
}
</style>
border-color css
<style>
span { border-color: #718B77; }
span { border-color: rgb(113,139,119); }
td.TdClassName
{
border-color: #718B77;
}
.TagClassName
{
border-color: #718B77;
}
</style>