Shades of Blue Smoke #76867C
Tints of Blue Smoke #76867C
RGB
CMYK
RGB Variations
Color information
#76867C (or 0x76867C) is known color: Blue Smoke. HEX triplet: 76, 86 and 7C. RGB value is (118,134,124). Sum of RGB (Red+Green+Blue) = 118+134+124=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #76867C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76867C is #897983. Grayscale: #808080. Windows color (decimal): -9009540 or 8160886. OLE color: 8160886.
HSL color Cylindrical-coordinate representation of color #76867C: hue angle of 142.5º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #76867C is Cyan = 0.12, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 124 | - |
| CMYK | 0.12 | 0 | 0.07 | 0.47 |
| HSL | 142.5º | 0.06% | 0.49% | - |
| HSV(B) | 142.5º | 0.12% | 0.53% | - |
| XYZ | 19.63 | 22.36 | 22.35 | - |
| YUV | 128.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 124 | 0.12 | 0 | 0.07 | 0.47 | 142.5 | 0.06 | 0.49 |
| Hex | 76 | 86 | 7C | C | 0 | 7 | 2F | 8E | 6 | 31 |
| Octal | 166 | 206 | 174 | 14 | 0 | 7 | 57 | 216 | 6 | 61 |
| Binary | 1110110 | 10000110 | 1111100 | 1100 | 0 | 111 | 101111 | 10001110 | 110 | 110001 |
Color Harmonies of #76867C
Complementary color
Monochromatic Colors of #76867C
Black with #76867C
Text Example
Text Example
White with #76867C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76867C; }
p { color: rgb(118,134,124); }
H1.HeaderClassName
{
color: #76867C;
}
.AnyTagClassName
{
color: #76867C;
}
</style>
background-color css
<style>
a { background-color: #76867C; }
a { background-color: rgb(118,134,124); }
div.DivClassName
{
background-color: #76867C;
}
.BgClassName
{
background-color: #76867C;
}
</style>
border-color css
<style>
span { border-color: #76867C; }
span { border-color: rgb(118,134,124); }
td.TdClassName
{
border-color: #76867C;
}
.TagClassName
{
border-color: #76867C;
}
</style>