Shades of Blue Smoke #7B947F
Tints of Blue Smoke #7B947F
RGB
CMYK
RGB Variations
Color information
#7B947F (or 0x7B947F) is known color: Blue Smoke. HEX triplet: 7B, 94 and 7F. RGB value is (123,148,127). Sum of RGB (Red+Green+Blue) = 123+148+127=398 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.90% from 398); Green value is 148 (58.20% from 255 or 37.19% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 148 - color contains mainly: green. Hex color #7B947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B947F is #846B80. Grayscale: #8A8A8A. Windows color (decimal): -8678273 or 8361083. OLE color: 8361083.
HSL color Cylindrical-coordinate representation of color #7B947F: hue angle of 129.6º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B947F is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 123 | 148 | 127 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.42 |
| HSL | 129.6º | 0.1% | 0.53% | - |
| HSV(B) | 129.6º | 0.17% | 0.58% | - |
| XYZ | 22.59 | 26.92 | 24.08 | - |
| YUV | 138.13 | 121.72 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 148 | 127 | 0.17 | 0 | 0.14 | 0.42 | 129.6 | 0.1 | 0.53 |
| Hex | 7B | 94 | 7F | 11 | 0 | E | 2A | 82 | A | 35 |
| Octal | 173 | 224 | 177 | 21 | 0 | 16 | 52 | 202 | 12 | 65 |
| Binary | 1111011 | 10010100 | 1111111 | 10001 | 0 | 1110 | 101010 | 10000010 | 1010 | 110101 |
Color Harmonies of #7B947F
Complementary color
Monochromatic Colors of #7B947F
Black with #7B947F
Text Example
Text Example
White with #7B947F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B947F; }
p { color: rgb(123,148,127); }
H1.HeaderClassName
{
color: #7B947F;
}
.AnyTagClassName
{
color: #7B947F;
}
</style>
background-color css
<style>
a { background-color: #7B947F; }
a { background-color: rgb(123,148,127); }
div.DivClassName
{
background-color: #7B947F;
}
.BgClassName
{
background-color: #7B947F;
}
</style>
border-color css
<style>
span { border-color: #7B947F; }
span { border-color: rgb(123,148,127); }
td.TdClassName
{
border-color: #7B947F;
}
.TagClassName
{
border-color: #7B947F;
}
</style>