Shades of Blue Smoke #768679
Tints of Blue Smoke #768679
RGB
CMYK
RGB Variations
Color information
#768679 (or 0x768679) is known color: Blue Smoke. HEX triplet: 76, 86 and 79. RGB value is (118,134,121). Sum of RGB (Red+Green+Blue) = 118+134+121=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 134 - color contains mainly: green. Hex color #768679 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768679 is #897986. Grayscale: #7F7F7F. Windows color (decimal): -9009543 or 7964278. OLE color: 7964278.
HSL color Cylindrical-coordinate representation of color #768679: hue angle of 131.25º 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 #768679 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 118 | 134 | 121 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.47 |
| HSL | 131.25º | 0.06% | 0.49% | - |
| HSV(B) | 131.25º | 0.12% | 0.53% | - |
| XYZ | 19.45 | 22.28 | 21.37 | - |
| YUV | 127.73 | 124.2 | 121.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 134 | 121 | 0.12 | 0 | 0.10 | 0.47 | 131.25 | 0.06 | 0.49 |
| Hex | 76 | 86 | 79 | C | 0 | A | 2F | 83 | 6 | 31 |
| Octal | 166 | 206 | 171 | 14 | 0 | 12 | 57 | 203 | 6 | 61 |
| Binary | 1110110 | 10000110 | 1111001 | 1100 | 0 | 1010 | 101111 | 10000011 | 110 | 110001 |
Color Harmonies of #768679
Complementary color
Monochromatic Colors of #768679
Black with #768679
Text Example
Text Example
White with #768679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768679; }
p { color: rgb(118,134,121); }
H1.HeaderClassName
{
color: #768679;
}
.AnyTagClassName
{
color: #768679;
}
</style>
background-color css
<style>
a { background-color: #768679; }
a { background-color: rgb(118,134,121); }
div.DivClassName
{
background-color: #768679;
}
.BgClassName
{
background-color: #768679;
}
</style>
border-color css
<style>
span { border-color: #768679; }
span { border-color: rgb(118,134,121); }
td.TdClassName
{
border-color: #768679;
}
.TagClassName
{
border-color: #768679;
}
</style>