Shades of Blue Smoke #7C9380
Tints of Blue Smoke #7C9380
RGB
CMYK
RGB Variations
Color information
#7C9380 (or 0x7C9380) is known color: Blue Smoke. HEX triplet: 7C, 93 and 80. RGB value is (124,147,128). Sum of RGB (Red+Green+Blue) = 124+147+128=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 147 (57.81% from 255 or 36.84% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 147 - color contains mainly: green. Hex color #7C9380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9380 is #836C7F. Grayscale: #8A8A8A. Windows color (decimal): -8612992 or 8426364. OLE color: 8426364.
HSL color Cylindrical-coordinate representation of color #7C9380: hue angle of 130.43º 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 #7C9380 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 124 | 147 | 128 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.42 |
| HSL | 130.43º | 0.1% | 0.53% | - |
| HSV(B) | 130.43º | 0.16% | 0.58% | - |
| XYZ | 22.64 | 26.71 | 24.38 | - |
| YUV | 137.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 147 | 128 | 0.16 | 0 | 0.13 | 0.42 | 130.43 | 0.1 | 0.53 |
| Hex | 7C | 93 | 80 | 10 | 0 | D | 2A | 82 | A | 35 |
| Octal | 174 | 223 | 200 | 20 | 0 | 15 | 52 | 202 | 12 | 65 |
| Binary | 1111100 | 10010011 | 10000000 | 10000 | 0 | 1101 | 101010 | 10000010 | 1010 | 110101 |
Color Harmonies of #7C9380
Complementary color
Monochromatic Colors of #7C9380
Black with #7C9380
Text Example
Text Example
White with #7C9380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9380; }
p { color: rgb(124,147,128); }
H1.HeaderClassName
{
color: #7C9380;
}
.AnyTagClassName
{
color: #7C9380;
}
</style>
background-color css
<style>
a { background-color: #7C9380; }
a { background-color: rgb(124,147,128); }
div.DivClassName
{
background-color: #7C9380;
}
.BgClassName
{
background-color: #7C9380;
}
</style>
border-color css
<style>
span { border-color: #7C9380; }
span { border-color: rgb(124,147,128); }
td.TdClassName
{
border-color: #7C9380;
}
.TagClassName
{
border-color: #7C9380;
}
</style>