Shades of Blue Smoke #7B847C
Tints of Blue Smoke #7B847C
RGB
CMYK
RGB Variations
Color information
#7B847C (or 0x7B847C) is known color: Blue Smoke. HEX triplet: 7B, 84 and 7C. RGB value is (123,132,124). Sum of RGB (Red+Green+Blue) = 123+132+124=379 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.45% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 132 - color contains mainly: green. Hex color #7B847C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B847C is #847B83. Grayscale: #808080. Windows color (decimal): -8682372 or 8160379. OLE color: 8160379.
HSL color Cylindrical-coordinate representation of color #7B847C: hue angle of 126.67º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #7B847C is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 132 | 124 | - |
| CMYK | 0.07 | 0 | 0.06 | 0.48 |
| HSL | 126.67º | 0.04% | 0.5% | - |
| HSV(B) | 126.67º | 0.07% | 0.52% | - |
| XYZ | 20.06 | 22.17 | 22.29 | - |
| YUV | 128.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 124 | 0.07 | 0 | 0.06 | 0.48 | 126.67 | 0.04 | 0.5 |
| Hex | 7B | 84 | 7C | 7 | 0 | 6 | 30 | 7F | 4 | 32 |
| Octal | 173 | 204 | 174 | 7 | 0 | 6 | 60 | 177 | 4 | 62 |
| Binary | 1111011 | 10000100 | 1111100 | 111 | 0 | 110 | 110000 | 1111111 | 100 | 110010 |
Color Harmonies of #7B847C
Complementary color
Monochromatic Colors of #7B847C
Black with #7B847C
Text Example
Text Example
White with #7B847C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B847C; }
p { color: rgb(123,132,124); }
H1.HeaderClassName
{
color: #7B847C;
}
.AnyTagClassName
{
color: #7B847C;
}
</style>
background-color css
<style>
a { background-color: #7B847C; }
a { background-color: rgb(123,132,124); }
div.DivClassName
{
background-color: #7B847C;
}
.BgClassName
{
background-color: #7B847C;
}
</style>
border-color css
<style>
span { border-color: #7B847C; }
span { border-color: rgb(123,132,124); }
td.TdClassName
{
border-color: #7B847C;
}
.TagClassName
{
border-color: #7B847C;
}
</style>