Shades of Blue Smoke #77897B
Tints of Blue Smoke #77897B
RGB
CMYK
RGB Variations
Color information
#77897B (or 0x77897B) is known color: Blue Smoke. HEX triplet: 77, 89 and 7B. RGB value is (119,137,123). Sum of RGB (Red+Green+Blue) = 119+137+123=379 (50% of max value = 765). Red value is 119 (46.88% from 255 or 31.40% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 137 - color contains mainly: green. Hex color #77897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77897B is #887684. Grayscale: #828282. Windows color (decimal): -8943237 or 8096119. OLE color: 8096119.
HSL color Cylindrical-coordinate representation of color #77897B: hue angle of 133.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 #77897B is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 119 | 137 | 123 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.46 |
| HSL | 133.33º | 0.07% | 0.5% | - |
| HSV(B) | 133.33º | 0.13% | 0.54% | - |
| XYZ | 20.13 | 23.24 | 22.16 | - |
| YUV | 130.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 137 | 123 | 0.13 | 0 | 0.10 | 0.46 | 133.33 | 0.07 | 0.5 |
| Hex | 77 | 89 | 7B | D | 0 | A | 2E | 85 | 7 | 32 |
| Octal | 167 | 211 | 173 | 15 | 0 | 12 | 56 | 205 | 7 | 62 |
| Binary | 1110111 | 10001001 | 1111011 | 1101 | 0 | 1010 | 101110 | 10000101 | 111 | 110010 |
Color Harmonies of #77897B
Complementary color
Monochromatic Colors of #77897B
Black with #77897B
Text Example
Text Example
White with #77897B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77897B; }
p { color: rgb(119,137,123); }
H1.HeaderClassName
{
color: #77897B;
}
.AnyTagClassName
{
color: #77897B;
}
</style>
background-color css
<style>
a { background-color: #77897B; }
a { background-color: rgb(119,137,123); }
div.DivClassName
{
background-color: #77897B;
}
.BgClassName
{
background-color: #77897B;
}
</style>
border-color css
<style>
span { border-color: #77897B; }
span { border-color: rgb(119,137,123); }
td.TdClassName
{
border-color: #77897B;
}
.TagClassName
{
border-color: #77897B;
}
</style>