Shades of Blue Smoke #718875
Tints of Blue Smoke #718875
RGB
CMYK
RGB Variations
Color information
#718875 (or 0x718875) is known color: Blue Smoke. HEX triplet: 71, 88 and 75. RGB value is (113,136,117). Sum of RGB (Red+Green+Blue) = 113+136+117=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 136 - color contains mainly: green. Hex color #718875 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718875 is #8E778A. Grayscale: #7F7F7F. Windows color (decimal): -9336715 or 7702641. OLE color: 7702641.
HSL color Cylindrical-coordinate representation of color #718875: hue angle of 130.43º 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 #718875 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 113 | 136 | 117 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.47 |
| HSL | 130.43º | 0.09% | 0.49% | - |
| HSV(B) | 130.43º | 0.17% | 0.53% | - |
| XYZ | 18.83 | 22.4 | 20.16 | - |
| YUV | 126.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 136 | 117 | 0.17 | 0 | 0.14 | 0.47 | 130.43 | 0.09 | 0.49 |
| Hex | 71 | 88 | 75 | 11 | 0 | E | 2F | 82 | 9 | 31 |
| Octal | 161 | 210 | 165 | 21 | 0 | 16 | 57 | 202 | 11 | 61 |
| Binary | 1110001 | 10001000 | 1110101 | 10001 | 0 | 1110 | 101111 | 10000010 | 1001 | 110001 |
Color Harmonies of #718875
Complementary color
Monochromatic Colors of #718875
Black with #718875
Text Example
Text Example
White with #718875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #718875; }
p { color: rgb(113,136,117); }
H1.HeaderClassName
{
color: #718875;
}
.AnyTagClassName
{
color: #718875;
}
</style>
background-color css
<style>
a { background-color: #718875; }
a { background-color: rgb(113,136,117); }
div.DivClassName
{
background-color: #718875;
}
.BgClassName
{
background-color: #718875;
}
</style>
border-color css
<style>
span { border-color: #718875; }
span { border-color: rgb(113,136,117); }
td.TdClassName
{
border-color: #718875;
}
.TagClassName
{
border-color: #718875;
}
</style>