Shades of Blue Smoke #708779
Tints of Blue Smoke #708779
RGB
CMYK
RGB Variations
Color information
#708779 (or 0x708779) is known color: Blue Smoke. HEX triplet: 70, 87 and 79. RGB value is (112,135,121). Sum of RGB (Red+Green+Blue) = 112+135+121=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #708779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708779 is #8F7886. Grayscale: #7E7E7E. Windows color (decimal): -9402503 or 7964528. OLE color: 7964528.
HSL color Cylindrical-coordinate representation of color #708779: hue angle of 143.48º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #708779 is Cyan = 0.17, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 112 | 135 | 121 | - |
| CMYK | 0.17 | 0 | 0.10 | 0.47 |
| HSL | 143.48º | 0.09% | 0.48% | - |
| HSV(B) | 143.48º | 0.17% | 0.53% | - |
| XYZ | 18.8 | 22.15 | 21.37 | - |
| YUV | 126.53 | 124.88 | 117.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 135 | 121 | 0.17 | 0 | 0.10 | 0.47 | 143.48 | 0.09 | 0.48 |
| Hex | 70 | 87 | 79 | 11 | 0 | A | 2F | 8F | 9 | 30 |
| Octal | 160 | 207 | 171 | 21 | 0 | 12 | 57 | 217 | 11 | 60 |
| Binary | 1110000 | 10000111 | 1111001 | 10001 | 0 | 1010 | 101111 | 10001111 | 1001 | 110000 |
Color Harmonies of #708779
Complementary color
Monochromatic Colors of #708779
Black with #708779
Text Example
Text Example
White with #708779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708779; }
p { color: rgb(112,135,121); }
H1.HeaderClassName
{
color: #708779;
}
.AnyTagClassName
{
color: #708779;
}
</style>
background-color css
<style>
a { background-color: #708779; }
a { background-color: rgb(112,135,121); }
div.DivClassName
{
background-color: #708779;
}
.BgClassName
{
background-color: #708779;
}
</style>
border-color css
<style>
span { border-color: #708779; }
span { border-color: rgb(112,135,121); }
td.TdClassName
{
border-color: #708779;
}
.TagClassName
{
border-color: #708779;
}
</style>