Shades of Blue Smoke #77877B
Tints of Blue Smoke #77877B
RGB
CMYK
RGB Variations
Color information
#77877B (or 0x77877B) is known color: Blue Smoke. HEX triplet: 77, 87 and 7B. RGB value is (119,135,123). Sum of RGB (Red+Green+Blue) = 119+135+123=377 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.56% from 377); Green value is 135 (53.12% from 255 or 35.81% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 135 - color contains mainly: green. Hex color #77877B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77877B is #887884. Grayscale: #808080. Windows color (decimal): -8943749 or 8095607. OLE color: 8095607.
HSL color Cylindrical-coordinate representation of color #77877B: hue angle of 135º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #77877B is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 135 | 123 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.47 |
| HSL | 135º | 0.06% | 0.5% | - |
| HSV(B) | 135º | 0.12% | 0.53% | - |
| XYZ | 19.85 | 22.68 | 22.07 | - |
| YUV | 128.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 135 | 123 | 0.12 | 0 | 0.09 | 0.47 | 135 | 0.06 | 0.5 |
| Hex | 77 | 87 | 7B | C | 0 | 9 | 2F | 87 | 6 | 32 |
| Octal | 167 | 207 | 173 | 14 | 0 | 11 | 57 | 207 | 6 | 62 |
| Binary | 1110111 | 10000111 | 1111011 | 1100 | 0 | 1001 | 101111 | 10000111 | 110 | 110010 |
Color Harmonies of #77877B
Complementary color
Monochromatic Colors of #77877B
Black with #77877B
Text Example
Text Example
White with #77877B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77877B; }
p { color: rgb(119,135,123); }
H1.HeaderClassName
{
color: #77877B;
}
.AnyTagClassName
{
color: #77877B;
}
</style>
background-color css
<style>
a { background-color: #77877B; }
a { background-color: rgb(119,135,123); }
div.DivClassName
{
background-color: #77877B;
}
.BgClassName
{
background-color: #77877B;
}
</style>
border-color css
<style>
span { border-color: #77877B; }
span { border-color: rgb(119,135,123); }
td.TdClassName
{
border-color: #77877B;
}
.TagClassName
{
border-color: #77877B;
}
</style>