Shades of Blue Smoke #778478
Tints of Blue Smoke #778478
RGB
CMYK
RGB Variations
Color information
#778478 (or 0x778478) is known color: Blue Smoke. HEX triplet: 77, 84 and 78. RGB value is (119,132,120). Sum of RGB (Red+Green+Blue) = 119+132+120=371 (49% of max value = 765). Red value is 119 (46.88% from 255 or 32.08% from 371); Green value is 132 (51.95% from 255 or 35.58% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 132 - color contains mainly: green. Hex color #778478 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778478 is #887B87. Grayscale: #7E7E7E. Windows color (decimal): -8944520 or 7898231. OLE color: 7898231.
HSL color Cylindrical-coordinate representation of color #778478: hue angle of 124.62º degrees, saturation: 0.05, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #778478 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 119 | 132 | 120 | - |
| CMYK | 0.10 | 0 | 0.09 | 0.48 |
| HSL | 124.62º | 0.05% | 0.49% | - |
| HSV(B) | 124.62º | 0.1% | 0.52% | - |
| XYZ | 19.25 | 21.78 | 20.96 | - |
| YUV | 126.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 132 | 120 | 0.10 | 0 | 0.09 | 0.48 | 124.62 | 0.05 | 0.49 |
| Hex | 77 | 84 | 78 | A | 0 | 9 | 30 | 7D | 5 | 31 |
| Octal | 167 | 204 | 170 | 12 | 0 | 11 | 60 | 175 | 5 | 61 |
| Binary | 1110111 | 10000100 | 1111000 | 1010 | 0 | 1001 | 110000 | 1111101 | 101 | 110001 |
Color Harmonies of #778478
Complementary color
Monochromatic Colors of #778478
Black with #778478
Text Example
Text Example
White with #778478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778478; }
p { color: rgb(119,132,120); }
H1.HeaderClassName
{
color: #778478;
}
.AnyTagClassName
{
color: #778478;
}
</style>
background-color css
<style>
a { background-color: #778478; }
a { background-color: rgb(119,132,120); }
div.DivClassName
{
background-color: #778478;
}
.BgClassName
{
background-color: #778478;
}
</style>
border-color css
<style>
span { border-color: #778478; }
span { border-color: rgb(119,132,120); }
td.TdClassName
{
border-color: #778478;
}
.TagClassName
{
border-color: #778478;
}
</style>