Shades of Blue Smoke #778A7B
Tints of Blue Smoke #778A7B
RGB
CMYK
RGB Variations
Color information
#778A7B (or 0x778A7B) is known color: Blue Smoke. HEX triplet: 77, 8A and 7B. RGB value is (119,138,123). Sum of RGB (Red+Green+Blue) = 119+138+123=380 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.32% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 138 - color contains mainly: green. Hex color #778A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778A7B is #887584. Grayscale: #828282. Windows color (decimal): -8942981 or 8096375. OLE color: 8096375.
HSL color Cylindrical-coordinate representation of color #778A7B: hue angle of 132.63º 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 #778A7B is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 138 | 123 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.46 |
| HSL | 132.63º | 0.08% | 0.5% | - |
| HSV(B) | 132.63º | 0.14% | 0.54% | - |
| XYZ | 20.27 | 23.53 | 22.21 | - |
| YUV | 130.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 138 | 123 | 0.14 | 0 | 0.11 | 0.46 | 132.63 | 0.08 | 0.5 |
| Hex | 77 | 8A | 7B | E | 0 | B | 2E | 85 | 8 | 32 |
| Octal | 167 | 212 | 173 | 16 | 0 | 13 | 56 | 205 | 10 | 62 |
| Binary | 1110111 | 10001010 | 1111011 | 1110 | 0 | 1011 | 101110 | 10000101 | 1000 | 110010 |
Color Harmonies of #778A7B
Complementary color
Monochromatic Colors of #778A7B
Black with #778A7B
Text Example
Text Example
White with #778A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778A7B; }
p { color: rgb(119,138,123); }
H1.HeaderClassName
{
color: #778A7B;
}
.AnyTagClassName
{
color: #778A7B;
}
</style>
background-color css
<style>
a { background-color: #778A7B; }
a { background-color: rgb(119,138,123); }
div.DivClassName
{
background-color: #778A7B;
}
.BgClassName
{
background-color: #778A7B;
}
</style>
border-color css
<style>
span { border-color: #778A7B; }
span { border-color: rgb(119,138,123); }
td.TdClassName
{
border-color: #778A7B;
}
.TagClassName
{
border-color: #778A7B;
}
</style>