Shades of Blue Smoke #768F7B
Tints of Blue Smoke #768F7B
RGB
CMYK
RGB Variations
Color information
#768F7B (or 0x768F7B) is known color: Blue Smoke. HEX triplet: 76, 8F and 7B. RGB value is (118,143,123). Sum of RGB (Red+Green+Blue) = 118+143+123=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 143 - color contains mainly: green. Hex color #768F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768F7B is #897084. Grayscale: #858585. Windows color (decimal): -9007237 or 8097654. OLE color: 8097654.
HSL color Cylindrical-coordinate representation of color #768F7B: hue angle of 132º 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 #768F7B is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 118 | 143 | 123 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.44 |
| HSL | 132º | 0.1% | 0.51% | - |
| HSV(B) | 132º | 0.17% | 0.56% | - |
| XYZ | 20.87 | 24.93 | 22.45 | - |
| YUV | 133.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 143 | 123 | 0.17 | 0 | 0.14 | 0.44 | 132 | 0.1 | 0.51 |
| Hex | 76 | 8F | 7B | 11 | 0 | E | 2C | 84 | A | 33 |
| Octal | 166 | 217 | 173 | 21 | 0 | 16 | 54 | 204 | 12 | 63 |
| Binary | 1110110 | 10001111 | 1111011 | 10001 | 0 | 1110 | 101100 | 10000100 | 1010 | 110011 |
Color Harmonies of #768F7B
Complementary color
Monochromatic Colors of #768F7B
Black with #768F7B
Text Example
Text Example
White with #768F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768F7B; }
p { color: rgb(118,143,123); }
H1.HeaderClassName
{
color: #768F7B;
}
.AnyTagClassName
{
color: #768F7B;
}
</style>
background-color css
<style>
a { background-color: #768F7B; }
a { background-color: rgb(118,143,123); }
div.DivClassName
{
background-color: #768F7B;
}
.BgClassName
{
background-color: #768F7B;
}
</style>
border-color css
<style>
span { border-color: #768F7B; }
span { border-color: rgb(118,143,123); }
td.TdClassName
{
border-color: #768F7B;
}
.TagClassName
{
border-color: #768F7B;
}
</style>