Shades of Blue Smoke #77897E
Tints of Blue Smoke #77897E
RGB
CMYK
RGB Variations
Color information
#77897E (or 0x77897E) is known color: Blue Smoke. HEX triplet: 77, 89 and 7E. RGB value is (119,137,126). Sum of RGB (Red+Green+Blue) = 119+137+126=382 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.15% from 382); Green value is 137 (53.91% from 255 or 35.86% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 137 - color contains mainly: green. Hex color #77897E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77897E is #887681. Grayscale: #828282. Windows color (decimal): -8943234 or 8292727. OLE color: 8292727.
HSL color Cylindrical-coordinate representation of color #77897E: hue angle of 143.33º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #77897E is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 126 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.46 |
| HSL | 143.33º | 0.07% | 0.5% | - |
| HSV(B) | 143.33º | 0.13% | 0.54% | - |
| XYZ | 20.32 | 23.32 | 23.17 | - |
| YUV | 130.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 126 | 0.13 | 0 | 0.08 | 0.46 | 143.33 | 0.07 | 0.5 |
| Hex | 77 | 89 | 7E | D | 0 | 8 | 2E | 8F | 7 | 32 |
| Octal | 167 | 211 | 176 | 15 | 0 | 10 | 56 | 217 | 7 | 62 |
| Binary | 1110111 | 10001001 | 1111110 | 1101 | 0 | 1000 | 101110 | 10001111 | 111 | 110010 |
Color Harmonies of #77897E
Complementary color
Monochromatic Colors of #77897E
Black with #77897E
Text Example
Text Example
White with #77897E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77897E; }
p { color: rgb(119,137,126); }
H1.HeaderClassName
{
color: #77897E;
}
.AnyTagClassName
{
color: #77897E;
}
</style>
background-color css
<style>
a { background-color: #77897E; }
a { background-color: rgb(119,137,126); }
div.DivClassName
{
background-color: #77897E;
}
.BgClassName
{
background-color: #77897E;
}
</style>
border-color css
<style>
span { border-color: #77897E; }
span { border-color: rgb(119,137,126); }
td.TdClassName
{
border-color: #77897E;
}
.TagClassName
{
border-color: #77897E;
}
</style>