Shades of Blue Smoke #778A79
Tints of Blue Smoke #778A79
RGB
CMYK
RGB Variations
Color information
#778A79 (or 0x778A79) is known color: Blue Smoke. HEX triplet: 77, 8A and 79. RGB value is (119,138,121). Sum of RGB (Red+Green+Blue) = 119+138+121=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 138 - color contains mainly: green. Hex color #778A79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778A79 is #887586. Grayscale: #828282. Windows color (decimal): -8942983 or 7965303. OLE color: 7965303.
HSL color Cylindrical-coordinate representation of color #778A79: hue angle of 126.32º 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 #778A79 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 121 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.46 |
| HSL | 126.32º | 0.08% | 0.5% | - |
| HSV(B) | 126.32º | 0.14% | 0.54% | - |
| XYZ | 20.15 | 23.48 | 21.56 | - |
| YUV | 130.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 121 | 0.14 | 0 | 0.12 | 0.46 | 126.32 | 0.08 | 0.5 |
| Hex | 77 | 8A | 79 | E | 0 | C | 2E | 7E | 8 | 32 |
| Octal | 167 | 212 | 171 | 16 | 0 | 14 | 56 | 176 | 10 | 62 |
| Binary | 1110111 | 10001010 | 1111001 | 1110 | 0 | 1100 | 101110 | 1111110 | 1000 | 110010 |
Color Harmonies of #778A79
Complementary color
Monochromatic Colors of #778A79
Black with #778A79
Text Example
Text Example
White with #778A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A79; }
p { color: rgb(119,138,121); }
H1.HeaderClassName
{
color: #778A79;
}
.AnyTagClassName
{
color: #778A79;
}
</style>
background-color css
<style>
a { background-color: #778A79; }
a { background-color: rgb(119,138,121); }
div.DivClassName
{
background-color: #778A79;
}
.BgClassName
{
background-color: #778A79;
}
</style>
border-color css
<style>
span { border-color: #778A79; }
span { border-color: rgb(119,138,121); }
td.TdClassName
{
border-color: #778A79;
}
.TagClassName
{
border-color: #778A79;
}
</style>