Shades of Blue Smoke #77897A
Tints of Blue Smoke #77897A
RGB
CMYK
RGB Variations
Color information
#77897A (or 0x77897A) is known color: Blue Smoke. HEX triplet: 77, 89 and 7A. RGB value is (119,137,122). Sum of RGB (Red+Green+Blue) = 119+137+122=378 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.48% from 378); Green value is 137 (53.91% from 255 or 36.24% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 137 - color contains mainly: green. Hex color #77897A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77897A is #887685. Grayscale: #818181. Windows color (decimal): -8943238 or 8030583. OLE color: 8030583.
HSL color Cylindrical-coordinate representation of color #77897A: hue angle of 130º 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 #77897A is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 122 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.46 |
| HSL | 130º | 0.07% | 0.5% | - |
| HSV(B) | 130º | 0.13% | 0.54% | - |
| XYZ | 20.07 | 23.22 | 21.84 | - |
| YUV | 129.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 122 | 0.13 | 0 | 0.11 | 0.46 | 130 | 0.07 | 0.5 |
| Hex | 77 | 89 | 7A | D | 0 | B | 2E | 82 | 7 | 32 |
| Octal | 167 | 211 | 172 | 15 | 0 | 13 | 56 | 202 | 7 | 62 |
| Binary | 1110111 | 10001001 | 1111010 | 1101 | 0 | 1011 | 101110 | 10000010 | 111 | 110010 |
Color Harmonies of #77897A
Complementary color
Monochromatic Colors of #77897A
Black with #77897A
Text Example
Text Example
White with #77897A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77897A; }
p { color: rgb(119,137,122); }
H1.HeaderClassName
{
color: #77897A;
}
.AnyTagClassName
{
color: #77897A;
}
</style>
background-color css
<style>
a { background-color: #77897A; }
a { background-color: rgb(119,137,122); }
div.DivClassName
{
background-color: #77897A;
}
.BgClassName
{
background-color: #77897A;
}
</style>
border-color css
<style>
span { border-color: #77897A; }
span { border-color: rgb(119,137,122); }
td.TdClassName
{
border-color: #77897A;
}
.TagClassName
{
border-color: #77897A;
}
</style>