Shades of Blue Smoke #768E7B
Tints of Blue Smoke #768E7B
RGB
CMYK
RGB Variations
Color information
#768E7B (or 0x768E7B) is known color: Blue Smoke. HEX triplet: 76, 8E and 7B. RGB value is (118,142,123). Sum of RGB (Red+Green+Blue) = 118+142+123=383 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.81% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 142 - color contains mainly: green. Hex color #768E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768E7B is #897184. Grayscale: #848484. Windows color (decimal): -9007493 or 8097398. OLE color: 8097398.
HSL color Cylindrical-coordinate representation of color #768E7B: hue angle of 132.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #768E7B is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 142 | 123 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.44 |
| HSL | 132.5º | 0.1% | 0.51% | - |
| HSV(B) | 132.5º | 0.17% | 0.56% | - |
| XYZ | 20.72 | 24.63 | 22.4 | - |
| YUV | 132.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 142 | 123 | 0.17 | 0 | 0.13 | 0.44 | 132.5 | 0.1 | 0.51 |
| Hex | 76 | 8E | 7B | 11 | 0 | D | 2C | 84 | A | 33 |
| Octal | 166 | 216 | 173 | 21 | 0 | 15 | 54 | 204 | 12 | 63 |
| Binary | 1110110 | 10001110 | 1111011 | 10001 | 0 | 1101 | 101100 | 10000100 | 1010 | 110011 |
Color Harmonies of #768E7B
Complementary color
Monochromatic Colors of #768E7B
Black with #768E7B
Text Example
Text Example
White with #768E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768E7B; }
p { color: rgb(118,142,123); }
H1.HeaderClassName
{
color: #768E7B;
}
.AnyTagClassName
{
color: #768E7B;
}
</style>
background-color css
<style>
a { background-color: #768E7B; }
a { background-color: rgb(118,142,123); }
div.DivClassName
{
background-color: #768E7B;
}
.BgClassName
{
background-color: #768E7B;
}
</style>
border-color css
<style>
span { border-color: #768E7B; }
span { border-color: rgb(118,142,123); }
td.TdClassName
{
border-color: #768E7B;
}
.TagClassName
{
border-color: #768E7B;
}
</style>