Shades of Blue Smoke #7C9382
Tints of Blue Smoke #7C9382
RGB
CMYK
RGB Variations
Color information
#7C9382 (or 0x7C9382) is known color: Blue Smoke. HEX triplet: 7C, 93 and 82. RGB value is (124,147,130). Sum of RGB (Red+Green+Blue) = 124+147+130=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 147 - color contains mainly: green. Hex color #7C9382 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9382 is #836C7D. Grayscale: #8A8A8A. Windows color (decimal): -8612990 or 8557436. OLE color: 8557436.
HSL color Cylindrical-coordinate representation of color #7C9382: hue angle of 135.65º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #7C9382 is Cyan = 0.16, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 147 | 130 | - |
| CMYK | 0.16 | 0 | 0.12 | 0.42 |
| HSL | 135.65º | 0.1% | 0.53% | - |
| HSV(B) | 135.65º | 0.16% | 0.58% | - |
| XYZ | 22.78 | 26.76 | 25.08 | - |
| YUV | 138.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 130 | 0.16 | 0 | 0.12 | 0.42 | 135.65 | 0.1 | 0.53 |
| Hex | 7C | 93 | 82 | 10 | 0 | C | 2A | 88 | A | 35 |
| Octal | 174 | 223 | 202 | 20 | 0 | 14 | 52 | 210 | 12 | 65 |
| Binary | 1111100 | 10010011 | 10000010 | 10000 | 0 | 1100 | 101010 | 10001000 | 1010 | 110101 |
Color Harmonies of #7C9382
Complementary color
Monochromatic Colors of #7C9382
Black with #7C9382
Text Example
Text Example
White with #7C9382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9382; }
p { color: rgb(124,147,130); }
H1.HeaderClassName
{
color: #7C9382;
}
.AnyTagClassName
{
color: #7C9382;
}
</style>
background-color css
<style>
a { background-color: #7C9382; }
a { background-color: rgb(124,147,130); }
div.DivClassName
{
background-color: #7C9382;
}
.BgClassName
{
background-color: #7C9382;
}
</style>
border-color css
<style>
span { border-color: #7C9382; }
span { border-color: rgb(124,147,130); }
td.TdClassName
{
border-color: #7C9382;
}
.TagClassName
{
border-color: #7C9382;
}
</style>