Shades of Blue Smoke #778779
Tints of Blue Smoke #778779
RGB
CMYK
RGB Variations
Color information
#778779 (or 0x778779) is known color: Blue Smoke. HEX triplet: 77, 87 and 79. RGB value is (119,135,121). Sum of RGB (Red+Green+Blue) = 119+135+121=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 135 - color contains mainly: green. Hex color #778779 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778779 is #887886. Grayscale: #808080. Windows color (decimal): -8943751 or 7964535. OLE color: 7964535.
HSL color Cylindrical-coordinate representation of color #778779: hue angle of 127.5º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #778779 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 121 | - |
| CMYK | 0.12 | 0 | 0.10 | 0.47 |
| HSL | 127.5º | 0.06% | 0.5% | - |
| HSV(B) | 127.5º | 0.12% | 0.53% | - |
| XYZ | 19.72 | 22.63 | 21.42 | - |
| YUV | 128.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 121 | 0.12 | 0 | 0.10 | 0.47 | 127.5 | 0.06 | 0.5 |
| Hex | 77 | 87 | 79 | C | 0 | A | 2F | 80 | 6 | 32 |
| Octal | 167 | 207 | 171 | 14 | 0 | 12 | 57 | 200 | 6 | 62 |
| Binary | 1110111 | 10000111 | 1111001 | 1100 | 0 | 1010 | 101111 | 10000000 | 110 | 110010 |
Color Harmonies of #778779
Complementary color
Monochromatic Colors of #778779
Black with #778779
Text Example
Text Example
White with #778779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778779; }
p { color: rgb(119,135,121); }
H1.HeaderClassName
{
color: #778779;
}
.AnyTagClassName
{
color: #778779;
}
</style>
background-color css
<style>
a { background-color: #778779; }
a { background-color: rgb(119,135,121); }
div.DivClassName
{
background-color: #778779;
}
.BgClassName
{
background-color: #778779;
}
</style>
border-color css
<style>
span { border-color: #778779; }
span { border-color: rgb(119,135,121); }
td.TdClassName
{
border-color: #778779;
}
.TagClassName
{
border-color: #778779;
}
</style>