Shades of Blue Smoke #778C7D
Tints of Blue Smoke #778C7D
RGB
CMYK
RGB Variations
Color information
#778C7D (or 0x778C7D) is known color: Blue Smoke. HEX triplet: 77, 8C and 7D. RGB value is (119,140,125). Sum of RGB (Red+Green+Blue) = 119+140+125=384 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.99% from 384); Green value is 140 (55.08% from 255 or 36.46% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 140 - color contains mainly: green. Hex color #778C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778C7D is #887382. Grayscale: #848484. Windows color (decimal): -8942467 or 8227959. OLE color: 8227959.
HSL color Cylindrical-coordinate representation of color #778C7D: hue angle of 137.14º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #778C7D is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 140 | 125 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.45 |
| HSL | 137.14º | 0.08% | 0.51% | - |
| HSV(B) | 137.14º | 0.15% | 0.55% | - |
| XYZ | 20.69 | 24.16 | 22.97 | - |
| YUV | 132.01 | 124.04 | 118.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 125 | 0.15 | 0 | 0.11 | 0.45 | 137.14 | 0.08 | 0.51 |
| Hex | 77 | 8C | 7D | F | 0 | B | 2D | 89 | 8 | 33 |
| Octal | 167 | 214 | 175 | 17 | 0 | 13 | 55 | 211 | 10 | 63 |
| Binary | 1110111 | 10001100 | 1111101 | 1111 | 0 | 1011 | 101101 | 10001001 | 1000 | 110011 |
Color Harmonies of #778C7D
Complementary color
Monochromatic Colors of #778C7D
Black with #778C7D
Text Example
Text Example
White with #778C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778C7D; }
p { color: rgb(119,140,125); }
H1.HeaderClassName
{
color: #778C7D;
}
.AnyTagClassName
{
color: #778C7D;
}
</style>
background-color css
<style>
a { background-color: #778C7D; }
a { background-color: rgb(119,140,125); }
div.DivClassName
{
background-color: #778C7D;
}
.BgClassName
{
background-color: #778C7D;
}
</style>
border-color css
<style>
span { border-color: #778C7D; }
span { border-color: rgb(119,140,125); }
td.TdClassName
{
border-color: #778C7D;
}
.TagClassName
{
border-color: #778C7D;
}
</style>