Shades of Blue Smoke #7C9080
Tints of Blue Smoke #7C9080
RGB
CMYK
RGB Variations
Color information
#7C9080 (or 0x7C9080) is known color: Blue Smoke. HEX triplet: 7C, 90 and 80. RGB value is (124,144,128). Sum of RGB (Red+Green+Blue) = 124+144+128=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 144 (56.64% from 255 or 36.36% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 144 - color contains mainly: green. Hex color #7C9080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9080 is #836F7F. Grayscale: #888888. Windows color (decimal): -8613760 or 8425596. OLE color: 8425596.
HSL color Cylindrical-coordinate representation of color #7C9080: hue angle of 132º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #7C9080 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 124 | 144 | 128 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.44 |
| HSL | 132º | 0.08% | 0.53% | - |
| HSV(B) | 132º | 0.14% | 0.56% | - |
| XYZ | 22.18 | 25.79 | 24.23 | - |
| YUV | 136.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 144 | 128 | 0.14 | 0 | 0.11 | 0.44 | 132 | 0.08 | 0.53 |
| Hex | 7C | 90 | 80 | E | 0 | B | 2C | 84 | 8 | 35 |
| Octal | 174 | 220 | 200 | 16 | 0 | 13 | 54 | 204 | 10 | 65 |
| Binary | 1111100 | 10010000 | 10000000 | 1110 | 0 | 1011 | 101100 | 10000100 | 1000 | 110101 |
Color Harmonies of #7C9080
Complementary color
Monochromatic Colors of #7C9080
Black with #7C9080
Text Example
Text Example
White with #7C9080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9080; }
p { color: rgb(124,144,128); }
H1.HeaderClassName
{
color: #7C9080;
}
.AnyTagClassName
{
color: #7C9080;
}
</style>
background-color css
<style>
a { background-color: #7C9080; }
a { background-color: rgb(124,144,128); }
div.DivClassName
{
background-color: #7C9080;
}
.BgClassName
{
background-color: #7C9080;
}
</style>
border-color css
<style>
span { border-color: #7C9080; }
span { border-color: rgb(124,144,128); }
td.TdClassName
{
border-color: #7C9080;
}
.TagClassName
{
border-color: #7C9080;
}
</style>