Shades of Blue Smoke #718878
Tints of Blue Smoke #718878
RGB
CMYK
RGB Variations
Color information
#718878 (or 0x718878) is known color: Blue Smoke. HEX triplet: 71, 88 and 78. RGB value is (113,136,120). Sum of RGB (Red+Green+Blue) = 113+136+120=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #718878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718878 is #8E7787. Grayscale: #7F7F7F. Windows color (decimal): -9336712 or 7899249. OLE color: 7899249.
HSL color Cylindrical-coordinate representation of color #718878: hue angle of 138.26º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #718878 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 120 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.47 |
| HSL | 138.26º | 0.09% | 0.49% | - |
| HSV(B) | 138.26º | 0.17% | 0.53% | - |
| XYZ | 19 | 22.48 | 21.11 | - |
| YUV | 127.3 | 123.88 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 120 | 0.17 | 0 | 0.12 | 0.47 | 138.26 | 0.09 | 0.49 |
| Hex | 71 | 88 | 78 | 11 | 0 | C | 2F | 8A | 9 | 31 |
| Octal | 161 | 210 | 170 | 21 | 0 | 14 | 57 | 212 | 11 | 61 |
| Binary | 1110001 | 10001000 | 1111000 | 10001 | 0 | 1100 | 101111 | 10001010 | 1001 | 110001 |
Color Harmonies of #718878
Complementary color
Monochromatic Colors of #718878
Black with #718878
Text Example
Text Example
White with #718878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718878; }
p { color: rgb(113,136,120); }
H1.HeaderClassName
{
color: #718878;
}
.AnyTagClassName
{
color: #718878;
}
</style>
background-color css
<style>
a { background-color: #718878; }
a { background-color: rgb(113,136,120); }
div.DivClassName
{
background-color: #718878;
}
.BgClassName
{
background-color: #718878;
}
</style>
border-color css
<style>
span { border-color: #718878; }
span { border-color: rgb(113,136,120); }
td.TdClassName
{
border-color: #718878;
}
.TagClassName
{
border-color: #718878;
}
</style>