Shades of Blue Smoke #707C73
Tints of Blue Smoke #707C73
RGB
CMYK
RGB Variations
Color information
#707C73 (or 0x707C73) is known color: Blue Smoke. HEX triplet: 70, 7C and 73. RGB value is (112,124,115). Sum of RGB (Red+Green+Blue) = 112+124+115=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 124 - color contains mainly: green. Hex color #707C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #707C73 is #8F838C. Grayscale: #777777. Windows color (decimal): -9405325 or 7568496. OLE color: 7568496.
HSL color Cylindrical-coordinate representation of color #707C73: hue angle of 135º 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 #707C73 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 112 | 124 | 115 | - |
| CMYK | 0.10 | 0 | 0.07 | 0.51 |
| HSL | 135º | 0.05% | 0.46% | - |
| HSV(B) | 135º | 0.1% | 0.49% | - |
| XYZ | 16.98 | 19.1 | 19.01 | - |
| YUV | 119.39 | 125.52 | 122.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 124 | 115 | 0.10 | 0 | 0.07 | 0.51 | 135 | 0.05 | 0.46 |
| Hex | 70 | 7C | 73 | A | 0 | 7 | 33 | 87 | 5 | 2E |
| Octal | 160 | 174 | 163 | 12 | 0 | 7 | 63 | 207 | 5 | 56 |
| Binary | 1110000 | 1111100 | 1110011 | 1010 | 0 | 111 | 110011 | 10000111 | 101 | 101110 |
Color Harmonies of #707C73
Complementary color
Monochromatic Colors of #707C73
Black with #707C73
Text Example
Text Example
White with #707C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707C73; }
p { color: rgb(112,124,115); }
H1.HeaderClassName
{
color: #707C73;
}
.AnyTagClassName
{
color: #707C73;
}
</style>
background-color css
<style>
a { background-color: #707C73; }
a { background-color: rgb(112,124,115); }
div.DivClassName
{
background-color: #707C73;
}
.BgClassName
{
background-color: #707C73;
}
</style>
border-color css
<style>
span { border-color: #707C73; }
span { border-color: rgb(112,124,115); }
td.TdClassName
{
border-color: #707C73;
}
.TagClassName
{
border-color: #707C73;
}
</style>