Shades of Blue Smoke #778F7B
Tints of Blue Smoke #778F7B
RGB
CMYK
RGB Variations
Color information
#778F7B (or 0x778F7B) is known color: Blue Smoke. HEX triplet: 77, 8F and 7B. RGB value is (119,143,123). Sum of RGB (Red+Green+Blue) = 119+143+123=385 (50% of max value = 765). Red value is 119 (46.88% from 255 or 30.91% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 123 (48.44% from 255 or 31.95% from 385); Max value from RGB is 143 - color contains mainly: green. Hex color #778F7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778F7B is #887084. Grayscale: #858585. Windows color (decimal): -8941701 or 8097655. OLE color: 8097655.
HSL color Cylindrical-coordinate representation of color #778F7B: hue angle of 130º 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 #778F7B is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 143 | 123 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.44 |
| HSL | 130º | 0.1% | 0.51% | - |
| HSV(B) | 130º | 0.17% | 0.56% | - |
| XYZ | 21.01 | 25 | 22.46 | - |
| YUV | 133.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 143 | 123 | 0.17 | 0 | 0.14 | 0.44 | 130 | 0.1 | 0.51 |
| Hex | 77 | 8F | 7B | 11 | 0 | E | 2C | 82 | A | 33 |
| Octal | 167 | 217 | 173 | 21 | 0 | 16 | 54 | 202 | 12 | 63 |
| Binary | 1110111 | 10001111 | 1111011 | 10001 | 0 | 1110 | 101100 | 10000010 | 1010 | 110011 |
Color Harmonies of #778F7B
Complementary color
Monochromatic Colors of #778F7B
Black with #778F7B
Text Example
Text Example
White with #778F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #778F7B; }
p { color: rgb(119,143,123); }
H1.HeaderClassName
{
color: #778F7B;
}
.AnyTagClassName
{
color: #778F7B;
}
</style>
background-color css
<style>
a { background-color: #778F7B; }
a { background-color: rgb(119,143,123); }
div.DivClassName
{
background-color: #778F7B;
}
.BgClassName
{
background-color: #778F7B;
}
</style>
border-color css
<style>
span { border-color: #778F7B; }
span { border-color: rgb(119,143,123); }
td.TdClassName
{
border-color: #778F7B;
}
.TagClassName
{
border-color: #778F7B;
}
</style>