Shades of Blue Smoke #707E73
Tints of Blue Smoke #707E73
RGB
CMYK
RGB Variations
Color information
#707E73 (or 0x707E73) is known color: Blue Smoke. HEX triplet: 70, 7E and 73. RGB value is (112,126,115). Sum of RGB (Red+Green+Blue) = 112+126+115=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 126 - color contains mainly: green. Hex color #707E73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707E73 is #8F818C. Grayscale: #787878. Windows color (decimal): -9404813 or 7569008. OLE color: 7569008.
HSL color Cylindrical-coordinate representation of color #707E73: hue angle of 132.86º degrees, saturation: 0.06, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #707E73 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 126 | 115 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.51 |
| HSL | 132.86º | 0.06% | 0.47% | - |
| HSV(B) | 132.86º | 0.11% | 0.49% | - |
| XYZ | 17.24 | 19.6 | 19.1 | - |
| YUV | 120.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 126 | 115 | 0.11 | 0 | 0.09 | 0.51 | 132.86 | 0.06 | 0.47 |
| Hex | 70 | 7E | 73 | B | 0 | 9 | 33 | 85 | 6 | 2F |
| Octal | 160 | 176 | 163 | 13 | 0 | 11 | 63 | 205 | 6 | 57 |
| Binary | 1110000 | 1111110 | 1110011 | 1011 | 0 | 1001 | 110011 | 10000101 | 110 | 101111 |
Color Harmonies of #707E73
Complementary color
Monochromatic Colors of #707E73
Black with #707E73
Text Example
Text Example
White with #707E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707E73; }
p { color: rgb(112,126,115); }
H1.HeaderClassName
{
color: #707E73;
}
.AnyTagClassName
{
color: #707E73;
}
</style>
background-color css
<style>
a { background-color: #707E73; }
a { background-color: rgb(112,126,115); }
div.DivClassName
{
background-color: #707E73;
}
.BgClassName
{
background-color: #707E73;
}
</style>
border-color css
<style>
span { border-color: #707E73; }
span { border-color: rgb(112,126,115); }
td.TdClassName
{
border-color: #707E73;
}
.TagClassName
{
border-color: #707E73;
}
</style>