Shades of Blue Smoke #778F7E
Tints of Blue Smoke #778F7E
RGB
CMYK
RGB Variations
Color information
#778F7E (or 0x778F7E) is known color: Blue Smoke. HEX triplet: 77, 8F and 7E. RGB value is (119,143,126). Sum of RGB (Red+Green+Blue) = 119+143+126=388 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.67% from 388); Green value is 143 (56.25% from 255 or 36.86% from 388); Blue value is 126 (49.61% from 255 or 32.47% from 388); Max value from RGB is 143 - color contains mainly: green. Hex color #778F7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778F7E is #887081. Grayscale: #858585. Windows color (decimal): -8941698 or 8294263. OLE color: 8294263.
HSL color Cylindrical-coordinate representation of color #778F7E: hue angle of 137.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #778F7E is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 143 | 126 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.44 |
| HSL | 137.5º | 0.1% | 0.51% | - |
| HSV(B) | 137.5º | 0.17% | 0.56% | - |
| XYZ | 21.2 | 25.07 | 23.46 | - |
| YUV | 133.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 126 | 0.17 | 0 | 0.12 | 0.44 | 137.5 | 0.1 | 0.51 |
| Hex | 77 | 8F | 7E | 11 | 0 | C | 2C | 8A | A | 33 |
| Octal | 167 | 217 | 176 | 21 | 0 | 14 | 54 | 212 | 12 | 63 |
| Binary | 1110111 | 10001111 | 1111110 | 10001 | 0 | 1100 | 101100 | 10001010 | 1010 | 110011 |
Color Harmonies of #778F7E
Complementary color
Monochromatic Colors of #778F7E
Black with #778F7E
Text Example
Text Example
White with #778F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F7E; }
p { color: rgb(119,143,126); }
H1.HeaderClassName
{
color: #778F7E;
}
.AnyTagClassName
{
color: #778F7E;
}
</style>
background-color css
<style>
a { background-color: #778F7E; }
a { background-color: rgb(119,143,126); }
div.DivClassName
{
background-color: #778F7E;
}
.BgClassName
{
background-color: #778F7E;
}
</style>
border-color css
<style>
span { border-color: #778F7E; }
span { border-color: rgb(119,143,126); }
td.TdClassName
{
border-color: #778F7E;
}
.TagClassName
{
border-color: #778F7E;
}
</style>