Shades of Blue Smoke #778378
Tints of Blue Smoke #778378
RGB
CMYK
RGB Variations
Color information
#778378 (or 0x778378) is known color: Blue Smoke. HEX triplet: 77, 83 and 78. RGB value is (119,131,120). Sum of RGB (Red+Green+Blue) = 119+131+120=370 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.16% from 370); Green value is 131 (51.56% from 255 or 35.41% from 370); Blue value is 120 (47.27% from 255 or 32.43% from 370); Max value from RGB is 131 - color contains mainly: green. Hex color #778378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778378 is #887C87. Grayscale: #7E7E7E. Windows color (decimal): -8944776 or 7897975. OLE color: 7897975.
HSL color Cylindrical-coordinate representation of color #778378: hue angle of 125º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #778378 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 119 | 131 | 120 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.49 |
| HSL | 125º | 0.05% | 0.49% | - |
| HSV(B) | 125º | 0.09% | 0.51% | - |
| XYZ | 19.11 | 21.51 | 20.91 | - |
| YUV | 126.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 131 | 120 | 0.09 | 0 | 0.08 | 0.49 | 125 | 0.05 | 0.49 |
| Hex | 77 | 83 | 78 | 9 | 0 | 8 | 31 | 7D | 5 | 31 |
| Octal | 167 | 203 | 170 | 11 | 0 | 10 | 61 | 175 | 5 | 61 |
| Binary | 1110111 | 10000011 | 1111000 | 1001 | 0 | 1000 | 110001 | 1111101 | 101 | 110001 |
Color Harmonies of #778378
Complementary color
Monochromatic Colors of #778378
Black with #778378
Text Example
Text Example
White with #778378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778378; }
p { color: rgb(119,131,120); }
H1.HeaderClassName
{
color: #778378;
}
.AnyTagClassName
{
color: #778378;
}
</style>
background-color css
<style>
a { background-color: #778378; }
a { background-color: rgb(119,131,120); }
div.DivClassName
{
background-color: #778378;
}
.BgClassName
{
background-color: #778378;
}
</style>
border-color css
<style>
span { border-color: #778378; }
span { border-color: rgb(119,131,120); }
td.TdClassName
{
border-color: #778378;
}
.TagClassName
{
border-color: #778378;
}
</style>