Shades of Blue Smoke #768D7B
Tints of Blue Smoke #768D7B
RGB
CMYK
RGB Variations
Color information
#768D7B (or 0x768D7B) is known color: Blue Smoke. HEX triplet: 76, 8D and 7B. RGB value is (118,141,123). Sum of RGB (Red+Green+Blue) = 118+141+123=382 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.89% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 141 - color contains mainly: green. Hex color #768D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768D7B is #897284. Grayscale: #848484. Windows color (decimal): -9007749 or 8097142. OLE color: 8097142.
HSL color Cylindrical-coordinate representation of color #768D7B: hue angle of 133.04º degrees, saturation: 0.09, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #768D7B is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 118 | 141 | 123 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.45 |
| HSL | 133.04º | 0.09% | 0.51% | - |
| HSV(B) | 133.04º | 0.16% | 0.55% | - |
| XYZ | 20.57 | 24.33 | 22.35 | - |
| YUV | 132.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 141 | 123 | 0.16 | 0 | 0.13 | 0.45 | 133.04 | 0.09 | 0.51 |
| Hex | 76 | 8D | 7B | 10 | 0 | D | 2D | 85 | 9 | 33 |
| Octal | 166 | 215 | 173 | 20 | 0 | 15 | 55 | 205 | 11 | 63 |
| Binary | 1110110 | 10001101 | 1111011 | 10000 | 0 | 1101 | 101101 | 10000101 | 1001 | 110011 |
Color Harmonies of #768D7B
Complementary color
Monochromatic Colors of #768D7B
Black with #768D7B
Text Example
Text Example
White with #768D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768D7B; }
p { color: rgb(118,141,123); }
H1.HeaderClassName
{
color: #768D7B;
}
.AnyTagClassName
{
color: #768D7B;
}
</style>
background-color css
<style>
a { background-color: #768D7B; }
a { background-color: rgb(118,141,123); }
div.DivClassName
{
background-color: #768D7B;
}
.BgClassName
{
background-color: #768D7B;
}
</style>
border-color css
<style>
span { border-color: #768D7B; }
span { border-color: rgb(118,141,123); }
td.TdClassName
{
border-color: #768D7B;
}
.TagClassName
{
border-color: #768D7B;
}
</style>