Shades of Blue Smoke #707F73
Tints of Blue Smoke #707F73
RGB
CMYK
RGB Variations
Color information
#707F73 (or 0x707F73) is known color: Blue Smoke. HEX triplet: 70, 7F and 73. RGB value is (112,127,115). Sum of RGB (Red+Green+Blue) = 112+127+115=354 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.64% from 354); Green value is 127 (50% from 255 or 35.88% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 127 - color contains mainly: green. Hex color #707F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707F73 is #8F808C. Grayscale: #797979. Windows color (decimal): -9404557 or 7569264. OLE color: 7569264.
HSL color Cylindrical-coordinate representation of color #707F73: hue angle of 132º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #707F73 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 112 | 127 | 115 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.50 |
| HSL | 132º | 0.06% | 0.47% | - |
| HSV(B) | 132º | 0.12% | 0.5% | - |
| XYZ | 17.37 | 19.86 | 19.14 | - |
| YUV | 121.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 127 | 115 | 0.12 | 0 | 0.09 | 0.50 | 132 | 0.06 | 0.47 |
| Hex | 70 | 7F | 73 | C | 0 | 9 | 32 | 84 | 6 | 2F |
| Octal | 160 | 177 | 163 | 14 | 0 | 11 | 62 | 204 | 6 | 57 |
| Binary | 1110000 | 1111111 | 1110011 | 1100 | 0 | 1001 | 110010 | 10000100 | 110 | 101111 |
Color Harmonies of #707F73
Complementary color
Monochromatic Colors of #707F73
Black with #707F73
Text Example
Text Example
White with #707F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707F73; }
p { color: rgb(112,127,115); }
H1.HeaderClassName
{
color: #707F73;
}
.AnyTagClassName
{
color: #707F73;
}
</style>
background-color css
<style>
a { background-color: #707F73; }
a { background-color: rgb(112,127,115); }
div.DivClassName
{
background-color: #707F73;
}
.BgClassName
{
background-color: #707F73;
}
</style>
border-color css
<style>
span { border-color: #707F73; }
span { border-color: rgb(112,127,115); }
td.TdClassName
{
border-color: #707F73;
}
.TagClassName
{
border-color: #707F73;
}
</style>