Shades of Blue Smoke #708374
Tints of Blue Smoke #708374
RGB
CMYK
RGB Variations
Color information
#708374 (or 0x708374) is known color: Blue Smoke. HEX triplet: 70, 83 and 74. RGB value is (112,131,116). Sum of RGB (Red+Green+Blue) = 112+131+116=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 131 - color contains mainly: green. Hex color #708374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708374 is #8F7C8B. Grayscale: #7B7B7B. Windows color (decimal): -9403532 or 7635824. OLE color: 7635824.
HSL color Cylindrical-coordinate representation of color #708374: hue angle of 132.63º degrees, saturation: 0.08, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #708374 is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 112 | 131 | 116 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.49 |
| HSL | 132.63º | 0.08% | 0.48% | - |
| HSV(B) | 132.63º | 0.15% | 0.51% | - |
| XYZ | 17.95 | 20.94 | 19.62 | - |
| YUV | 123.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 131 | 116 | 0.15 | 0 | 0.11 | 0.49 | 132.63 | 0.08 | 0.48 |
| Hex | 70 | 83 | 74 | F | 0 | B | 31 | 85 | 8 | 30 |
| Octal | 160 | 203 | 164 | 17 | 0 | 13 | 61 | 205 | 10 | 60 |
| Binary | 1110000 | 10000011 | 1110100 | 1111 | 0 | 1011 | 110001 | 10000101 | 1000 | 110000 |
Color Harmonies of #708374
Complementary color
Monochromatic Colors of #708374
Black with #708374
Text Example
Text Example
White with #708374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #708374; }
p { color: rgb(112,131,116); }
H1.HeaderClassName
{
color: #708374;
}
.AnyTagClassName
{
color: #708374;
}
</style>
background-color css
<style>
a { background-color: #708374; }
a { background-color: rgb(112,131,116); }
div.DivClassName
{
background-color: #708374;
}
.BgClassName
{
background-color: #708374;
}
</style>
border-color css
<style>
span { border-color: #708374; }
span { border-color: rgb(112,131,116); }
td.TdClassName
{
border-color: #708374;
}
.TagClassName
{
border-color: #708374;
}
</style>