Shades of Blue Smoke #7B837E
Tints of Blue Smoke #7B837E
RGB
CMYK
RGB Variations
Color information
#7B837E (or 0x7B837E) is known color: Blue Smoke. HEX triplet: 7B, 83 and 7E. RGB value is (123,131,126). Sum of RGB (Red+Green+Blue) = 123+131+126=380 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.37% from 380); Green value is 131 (51.56% from 255 or 34.47% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 131 - color contains mainly: green. Hex color #7B837E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B837E is #847C81. Grayscale: #808080. Windows color (decimal): -8682626 or 8291195. OLE color: 8291195.
HSL color Cylindrical-coordinate representation of color #7B837E: hue angle of 142.5º degrees, saturation: 0.03, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7B837E is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 131 | 126 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.49 |
| HSL | 142.5º | 0.03% | 0.5% | - |
| HSV(B) | 142.5º | 0.06% | 0.51% | - |
| XYZ | 20.05 | 21.95 | 22.92 | - |
| YUV | 128.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 131 | 126 | 0.06 | 0 | 0.04 | 0.49 | 142.5 | 0.03 | 0.5 |
| Hex | 7B | 83 | 7E | 6 | 0 | 4 | 31 | 8E | 3 | 32 |
| Octal | 173 | 203 | 176 | 6 | 0 | 4 | 61 | 216 | 3 | 62 |
| Binary | 1111011 | 10000011 | 1111110 | 110 | 0 | 100 | 110001 | 10001110 | 11 | 110010 |
Color Harmonies of #7B837E
Complementary color
Monochromatic Colors of #7B837E
Black with #7B837E
Text Example
Text Example
White with #7B837E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B837E; }
p { color: rgb(123,131,126); }
H1.HeaderClassName
{
color: #7B837E;
}
.AnyTagClassName
{
color: #7B837E;
}
</style>
background-color css
<style>
a { background-color: #7B837E; }
a { background-color: rgb(123,131,126); }
div.DivClassName
{
background-color: #7B837E;
}
.BgClassName
{
background-color: #7B837E;
}
</style>
border-color css
<style>
span { border-color: #7B837E; }
span { border-color: rgb(123,131,126); }
td.TdClassName
{
border-color: #7B837E;
}
.TagClassName
{
border-color: #7B837E;
}
</style>