Shades of Blue Smoke #7B9380
Tints of Blue Smoke #7B9380
RGB
CMYK
RGB Variations
Color information
#7B9380 (or 0x7B9380) is known color: Blue Smoke. HEX triplet: 7B, 93 and 80. RGB value is (123,147,128). Sum of RGB (Red+Green+Blue) = 123+147+128=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 128 (50.39% from 255 or 32.16% from 398); Max value from RGB is 147 - color contains mainly: green. Hex color #7B9380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9380 is #846C7F. Grayscale: #898989. Windows color (decimal): -8678528 or 8426363. OLE color: 8426363.
HSL color Cylindrical-coordinate representation of color #7B9380: hue angle of 132.5º 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 #7B9380 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 147 | 128 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.42 |
| HSL | 132.5º | 0.1% | 0.53% | - |
| HSV(B) | 132.5º | 0.16% | 0.58% | - |
| XYZ | 22.5 | 26.64 | 24.38 | - |
| YUV | 137.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 147 | 128 | 0.16 | 0 | 0.13 | 0.42 | 132.5 | 0.1 | 0.53 |
| Hex | 7B | 93 | 80 | 10 | 0 | D | 2A | 84 | A | 35 |
| Octal | 173 | 223 | 200 | 20 | 0 | 15 | 52 | 204 | 12 | 65 |
| Binary | 1111011 | 10010011 | 10000000 | 10000 | 0 | 1101 | 101010 | 10000100 | 1010 | 110101 |
Color Harmonies of #7B9380
Complementary color
Monochromatic Colors of #7B9380
Black with #7B9380
Text Example
Text Example
White with #7B9380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9380; }
p { color: rgb(123,147,128); }
H1.HeaderClassName
{
color: #7B9380;
}
.AnyTagClassName
{
color: #7B9380;
}
</style>
background-color css
<style>
a { background-color: #7B9380; }
a { background-color: rgb(123,147,128); }
div.DivClassName
{
background-color: #7B9380;
}
.BgClassName
{
background-color: #7B9380;
}
</style>
border-color css
<style>
span { border-color: #7B9380; }
span { border-color: rgb(123,147,128); }
td.TdClassName
{
border-color: #7B9380;
}
.TagClassName
{
border-color: #7B9380;
}
</style>