Shades of Blue Smoke #76847B
Tints of Blue Smoke #76847B
RGB
CMYK
RGB Variations
Color information
#76847B (or 0x76847B) is known color: Blue Smoke. HEX triplet: 76, 84 and 7B. RGB value is (118,132,123). Sum of RGB (Red+Green+Blue) = 118+132+123=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 132 - color contains mainly: green. Hex color #76847B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76847B is #897B84. Grayscale: #7E7E7E. Windows color (decimal): -9010053 or 8094838. OLE color: 8094838.
HSL color Cylindrical-coordinate representation of color #76847B: hue angle of 141.43º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #76847B is Cyan = 0.11, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 132 | 123 | - |
| CMYK | 0.11 | 0 | 0.07 | 0.48 |
| HSL | 141.43º | 0.06% | 0.49% | - |
| HSV(B) | 141.43º | 0.11% | 0.52% | - |
| XYZ | 19.3 | 21.78 | 21.93 | - |
| YUV | 126.79 | 125.86 | 121.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 132 | 123 | 0.11 | 0 | 0.07 | 0.48 | 141.43 | 0.06 | 0.49 |
| Hex | 76 | 84 | 7B | B | 0 | 7 | 30 | 8D | 6 | 31 |
| Octal | 166 | 204 | 173 | 13 | 0 | 7 | 60 | 215 | 6 | 61 |
| Binary | 1110110 | 10000100 | 1111011 | 1011 | 0 | 111 | 110000 | 10001101 | 110 | 110001 |
Color Harmonies of #76847B
Complementary color
Monochromatic Colors of #76847B
Black with #76847B
Text Example
Text Example
White with #76847B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76847B; }
p { color: rgb(118,132,123); }
H1.HeaderClassName
{
color: #76847B;
}
.AnyTagClassName
{
color: #76847B;
}
</style>
background-color css
<style>
a { background-color: #76847B; }
a { background-color: rgb(118,132,123); }
div.DivClassName
{
background-color: #76847B;
}
.BgClassName
{
background-color: #76847B;
}
</style>
border-color css
<style>
span { border-color: #76847B; }
span { border-color: rgb(118,132,123); }
td.TdClassName
{
border-color: #76847B;
}
.TagClassName
{
border-color: #76847B;
}
</style>