Shades of Blue Smoke #7B967F
Tints of Blue Smoke #7B967F
RGB
CMYK
RGB Variations
Color information
#7B967F (or 0x7B967F) is known color: Blue Smoke. HEX triplet: 7B, 96 and 7F. RGB value is (123,150,127). Sum of RGB (Red+Green+Blue) = 123+150+127=400 (52% of max value = 765). Red value is 123 (48.44% from 255 or 30.75% from 400); Green value is 150 (58.98% from 255 or 37.5% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 150 - color contains mainly: green. Hex color #7B967F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B967F is #846980. Grayscale: #8B8B8B. Windows color (decimal): -8677761 or 8361595. OLE color: 8361595.
HSL color Cylindrical-coordinate representation of color #7B967F: hue angle of 128.89º degrees, saturation: 0.11, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B967F is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 123 | 150 | 127 | - |
| CMYK | 0.18 | 0 | 0.15 | 0.41 |
| HSL | 128.89º | 0.11% | 0.54% | - |
| HSV(B) | 128.89º | 0.18% | 0.59% | - |
| XYZ | 22.91 | 27.56 | 24.19 | - |
| YUV | 139.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 150 | 127 | 0.18 | 0 | 0.15 | 0.41 | 128.89 | 0.11 | 0.54 |
| Hex | 7B | 96 | 7F | 12 | 0 | F | 29 | 81 | B | 36 |
| Octal | 173 | 226 | 177 | 22 | 0 | 17 | 51 | 201 | 13 | 66 |
| Binary | 1111011 | 10010110 | 1111111 | 10010 | 0 | 1111 | 101001 | 10000001 | 1011 | 110110 |
Color Harmonies of #7B967F
Complementary color
Monochromatic Colors of #7B967F
Black with #7B967F
Text Example
Text Example
White with #7B967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B967F; }
p { color: rgb(123,150,127); }
H1.HeaderClassName
{
color: #7B967F;
}
.AnyTagClassName
{
color: #7B967F;
}
</style>
background-color css
<style>
a { background-color: #7B967F; }
a { background-color: rgb(123,150,127); }
div.DivClassName
{
background-color: #7B967F;
}
.BgClassName
{
background-color: #7B967F;
}
</style>
border-color css
<style>
span { border-color: #7B967F; }
span { border-color: rgb(123,150,127); }
td.TdClassName
{
border-color: #7B967F;
}
.TagClassName
{
border-color: #7B967F;
}
</style>