Shades of Blue Smoke #77907C
Tints of Blue Smoke #77907C
RGB
CMYK
RGB Variations
Color information
#77907C (or 0x77907C) is known color: Blue Smoke. HEX triplet: 77, 90 and 7C. RGB value is (119,144,124). Sum of RGB (Red+Green+Blue) = 119+144+124=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 144 (56.64% from 255 or 37.21% from 387); Blue value is 124 (48.83% from 255 or 32.04% from 387); Max value from RGB is 144 - color contains mainly: green. Hex color #77907C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77907C is #886F83. Grayscale: #868686. Windows color (decimal): -8941444 or 8163447. OLE color: 8163447.
HSL color Cylindrical-coordinate representation of color #77907C: hue angle of 132º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #77907C is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 119 | 144 | 124 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.44 |
| HSL | 132º | 0.1% | 0.52% | - |
| HSV(B) | 132º | 0.17% | 0.56% | - |
| XYZ | 21.22 | 25.32 | 22.84 | - |
| YUV | 134.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 144 | 124 | 0.17 | 0 | 0.14 | 0.44 | 132 | 0.1 | 0.52 |
| Hex | 77 | 90 | 7C | 11 | 0 | E | 2C | 84 | A | 34 |
| Octal | 167 | 220 | 174 | 21 | 0 | 16 | 54 | 204 | 12 | 64 |
| Binary | 1110111 | 10010000 | 1111100 | 10001 | 0 | 1110 | 101100 | 10000100 | 1010 | 110100 |
Color Harmonies of #77907C
Complementary color
Monochromatic Colors of #77907C
Black with #77907C
Text Example
Text Example
White with #77907C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77907C; }
p { color: rgb(119,144,124); }
H1.HeaderClassName
{
color: #77907C;
}
.AnyTagClassName
{
color: #77907C;
}
</style>
background-color css
<style>
a { background-color: #77907C; }
a { background-color: rgb(119,144,124); }
div.DivClassName
{
background-color: #77907C;
}
.BgClassName
{
background-color: #77907C;
}
</style>
border-color css
<style>
span { border-color: #77907C; }
span { border-color: rgb(119,144,124); }
td.TdClassName
{
border-color: #77907C;
}
.TagClassName
{
border-color: #77907C;
}
</style>