Shades of Blue Smoke #7B8C7F
Tints of Blue Smoke #7B8C7F
RGB
CMYK
RGB Variations
Color information
#7B8C7F (or 0x7B8C7F) is known color: Blue Smoke. HEX triplet: 7B, 8C and 7F. RGB value is (123,140,127). Sum of RGB (Red+Green+Blue) = 123+140+127=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 140 - color contains mainly: green. Hex color #7B8C7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8C7F is #847380. Grayscale: #858585. Windows color (decimal): -8680321 or 8359035. OLE color: 8359035.
HSL color Cylindrical-coordinate representation of color #7B8C7F: hue angle of 134.12º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7B8C7F is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 123 | 140 | 127 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.45 |
| HSL | 134.12º | 0.07% | 0.52% | - |
| HSV(B) | 134.12º | 0.12% | 0.55% | - |
| XYZ | 21.38 | 24.5 | 23.68 | - |
| YUV | 133.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 140 | 127 | 0.12 | 0 | 0.09 | 0.45 | 134.12 | 0.07 | 0.52 |
| Hex | 7B | 8C | 7F | C | 0 | 9 | 2D | 86 | 7 | 34 |
| Octal | 173 | 214 | 177 | 14 | 0 | 11 | 55 | 206 | 7 | 64 |
| Binary | 1111011 | 10001100 | 1111111 | 1100 | 0 | 1001 | 101101 | 10000110 | 111 | 110100 |
Color Harmonies of #7B8C7F
Complementary color
Monochromatic Colors of #7B8C7F
Black with #7B8C7F
Text Example
Text Example
White with #7B8C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8C7F; }
p { color: rgb(123,140,127); }
H1.HeaderClassName
{
color: #7B8C7F;
}
.AnyTagClassName
{
color: #7B8C7F;
}
</style>
background-color css
<style>
a { background-color: #7B8C7F; }
a { background-color: rgb(123,140,127); }
div.DivClassName
{
background-color: #7B8C7F;
}
.BgClassName
{
background-color: #7B8C7F;
}
</style>
border-color css
<style>
span { border-color: #7B8C7F; }
span { border-color: rgb(123,140,127); }
td.TdClassName
{
border-color: #7B8C7F;
}
.TagClassName
{
border-color: #7B8C7F;
}
</style>