Shades of Blue Smoke #707D73
Tints of Blue Smoke #707D73
RGB
CMYK
RGB Variations
Color information
#707D73 (or 0x707D73) is known color: Blue Smoke. HEX triplet: 70, 7D and 73. RGB value is (112,125,115). Sum of RGB (Red+Green+Blue) = 112+125+115=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 125 (49.22% from 255 or 35.51% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 125 - color contains mainly: green. Hex color #707D73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707D73 is #8F828C. Grayscale: #787878. Windows color (decimal): -9405069 or 7568752. OLE color: 7568752.
HSL color Cylindrical-coordinate representation of color #707D73: hue angle of 133.85º degrees, saturation: 0.05, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #707D73 is Cyan = 0.10, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 125 | 115 | - |
| CMYK | 0.10 | 0 | 0.08 | 0.51 |
| HSL | 133.85º | 0.05% | 0.46% | - |
| HSV(B) | 133.85º | 0.1% | 0.49% | - |
| XYZ | 17.11 | 19.35 | 19.05 | - |
| YUV | 119.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 125 | 115 | 0.10 | 0 | 0.08 | 0.51 | 133.85 | 0.05 | 0.46 |
| Hex | 70 | 7D | 73 | A | 0 | 8 | 33 | 86 | 5 | 2E |
| Octal | 160 | 175 | 163 | 12 | 0 | 10 | 63 | 206 | 5 | 56 |
| Binary | 1110000 | 1111101 | 1110011 | 1010 | 0 | 1000 | 110011 | 10000110 | 101 | 101110 |
Color Harmonies of #707D73
Complementary color
Monochromatic Colors of #707D73
Black with #707D73
Text Example
Text Example
White with #707D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707D73; }
p { color: rgb(112,125,115); }
H1.HeaderClassName
{
color: #707D73;
}
.AnyTagClassName
{
color: #707D73;
}
</style>
background-color css
<style>
a { background-color: #707D73; }
a { background-color: rgb(112,125,115); }
div.DivClassName
{
background-color: #707D73;
}
.BgClassName
{
background-color: #707D73;
}
</style>
border-color css
<style>
span { border-color: #707D73; }
span { border-color: rgb(112,125,115); }
td.TdClassName
{
border-color: #707D73;
}
.TagClassName
{
border-color: #707D73;
}
</style>