Shades of Blue Smoke #778C7B
Tints of Blue Smoke #778C7B
RGB
CMYK
RGB Variations
Color information
#778C7B (or 0x778C7B) is known color: Blue Smoke. HEX triplet: 77, 8C and 7B. RGB value is (119,140,123). Sum of RGB (Red+Green+Blue) = 119+140+123=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 140 - color contains mainly: green. Hex color #778C7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778C7B is #887384. Grayscale: #838383. Windows color (decimal): -8942469 or 8096887. OLE color: 8096887.
HSL color Cylindrical-coordinate representation of color #778C7B: hue angle of 131.43º 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 #778C7B is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 119 | 140 | 123 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.45 |
| HSL | 131.43º | 0.08% | 0.51% | - |
| HSV(B) | 131.43º | 0.15% | 0.55% | - |
| XYZ | 20.56 | 24.11 | 22.31 | - |
| YUV | 131.78 | 123.04 | 118.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 140 | 123 | 0.15 | 0 | 0.12 | 0.45 | 131.43 | 0.08 | 0.51 |
| Hex | 77 | 8C | 7B | F | 0 | C | 2D | 83 | 8 | 33 |
| Octal | 167 | 214 | 173 | 17 | 0 | 14 | 55 | 203 | 10 | 63 |
| Binary | 1110111 | 10001100 | 1111011 | 1111 | 0 | 1100 | 101101 | 10000011 | 1000 | 110011 |
Color Harmonies of #778C7B
Complementary color
Monochromatic Colors of #778C7B
Black with #778C7B
Text Example
Text Example
White with #778C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778C7B; }
p { color: rgb(119,140,123); }
H1.HeaderClassName
{
color: #778C7B;
}
.AnyTagClassName
{
color: #778C7B;
}
</style>
background-color css
<style>
a { background-color: #778C7B; }
a { background-color: rgb(119,140,123); }
div.DivClassName
{
background-color: #778C7B;
}
.BgClassName
{
background-color: #778C7B;
}
</style>
border-color css
<style>
span { border-color: #778C7B; }
span { border-color: rgb(119,140,123); }
td.TdClassName
{
border-color: #778C7B;
}
.TagClassName
{
border-color: #778C7B;
}
</style>