Shades of Blue Smoke #768A79
Tints of Blue Smoke #768A79
RGB
CMYK
RGB Variations
Color information
#768A79 (or 0x768A79) is known color: Blue Smoke. HEX triplet: 76, 8A and 79. RGB value is (118,138,121). Sum of RGB (Red+Green+Blue) = 118+138+121=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 138 - color contains mainly: green. Hex color #768A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768A79 is #897586. Grayscale: #828282. Windows color (decimal): -9008519 or 7965302. OLE color: 7965302.
HSL color Cylindrical-coordinate representation of color #768A79: hue angle of 129º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #768A79 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 118 | 138 | 121 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.46 |
| HSL | 129º | 0.08% | 0.5% | - |
| HSV(B) | 129º | 0.14% | 0.54% | - |
| XYZ | 20.01 | 23.41 | 21.55 | - |
| YUV | 130.08 | 122.87 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 138 | 121 | 0.14 | 0 | 0.12 | 0.46 | 129 | 0.08 | 0.5 |
| Hex | 76 | 8A | 79 | E | 0 | C | 2E | 81 | 8 | 32 |
| Octal | 166 | 212 | 171 | 16 | 0 | 14 | 56 | 201 | 10 | 62 |
| Binary | 1110110 | 10001010 | 1111001 | 1110 | 0 | 1100 | 101110 | 10000001 | 1000 | 110010 |
Color Harmonies of #768A79
Complementary color
Monochromatic Colors of #768A79
Black with #768A79
Text Example
Text Example
White with #768A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768A79; }
p { color: rgb(118,138,121); }
H1.HeaderClassName
{
color: #768A79;
}
.AnyTagClassName
{
color: #768A79;
}
</style>
background-color css
<style>
a { background-color: #768A79; }
a { background-color: rgb(118,138,121); }
div.DivClassName
{
background-color: #768A79;
}
.BgClassName
{
background-color: #768A79;
}
</style>
border-color css
<style>
span { border-color: #768A79; }
span { border-color: rgb(118,138,121); }
td.TdClassName
{
border-color: #768A79;
}
.TagClassName
{
border-color: #768A79;
}
</style>