Shades of Blue Smoke #7E837F
Tints of Blue Smoke #7E837F
RGB
CMYK
RGB Variations
Color information
#7E837F (or 0x7E837F) is known color: Blue Smoke. HEX triplet: 7E, 83 and 7F. RGB value is (126,131,127). Sum of RGB (Red+Green+Blue) = 126+131+127=384 (50% of max value = 765). Red value is 126 (49.61% from 255 or 32.81% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 131 - color contains mainly: green. Hex color #7E837F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7E837F is #817C80. Grayscale: #818181. Windows color (decimal): -8486017 or 8356734. OLE color: 8356734.
HSL color Cylindrical-coordinate representation of color #7E837F: hue angle of 132º degrees, saturation: 0.02, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #7E837F is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 126 | 131 | 127 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.49 |
| HSL | 132º | 0.02% | 0.5% | - |
| HSV(B) | 132º | 0.04% | 0.51% | - |
| XYZ | 20.55 | 22.2 | 23.28 | - |
| YUV | 129.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 131 | 127 | 0.04 | 0 | 0.03 | 0.49 | 132 | 0.02 | 0.5 |
| Hex | 7E | 83 | 7F | 4 | 0 | 3 | 31 | 84 | 2 | 32 |
| Octal | 176 | 203 | 177 | 4 | 0 | 3 | 61 | 204 | 2 | 62 |
| Binary | 1111110 | 10000011 | 1111111 | 100 | 0 | 11 | 110001 | 10000100 | 10 | 110010 |
Color Harmonies of #7E837F
Complementary color
Monochromatic Colors of #7E837F
Black with #7E837F
Text Example
Text Example
White with #7E837F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E837F; }
p { color: rgb(126,131,127); }
H1.HeaderClassName
{
color: #7E837F;
}
.AnyTagClassName
{
color: #7E837F;
}
</style>
background-color css
<style>
a { background-color: #7E837F; }
a { background-color: rgb(126,131,127); }
div.DivClassName
{
background-color: #7E837F;
}
.BgClassName
{
background-color: #7E837F;
}
</style>
border-color css
<style>
span { border-color: #7E837F; }
span { border-color: rgb(126,131,127); }
td.TdClassName
{
border-color: #7E837F;
}
.TagClassName
{
border-color: #7E837F;
}
</style>