Shades of Blue Smoke #77867A
Tints of Blue Smoke #77867A
RGB
CMYK
RGB Variations
Color information
#77867A (or 0x77867A) is known color: Blue Smoke. HEX triplet: 77, 86 and 7A. RGB value is (119,134,122). Sum of RGB (Red+Green+Blue) = 119+134+122=375 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.73% from 375); Green value is 134 (52.73% from 255 or 35.73% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 134 - color contains mainly: green. Hex color #77867A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77867A is #887985. Grayscale: #808080. Windows color (decimal): -8944006 or 8029815. OLE color: 8029815.
HSL color Cylindrical-coordinate representation of color #77867A: hue angle of 132º degrees, saturation: 0.06, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #77867A is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 134 | 122 | - |
| CMYK | 0.11 | 0 | 0.09 | 0.47 |
| HSL | 132º | 0.06% | 0.5% | - |
| HSV(B) | 132º | 0.11% | 0.53% | - |
| XYZ | 19.65 | 22.38 | 21.7 | - |
| YUV | 128.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 122 | 0.11 | 0 | 0.09 | 0.47 | 132 | 0.06 | 0.5 |
| Hex | 77 | 86 | 7A | B | 0 | 9 | 2F | 84 | 6 | 32 |
| Octal | 167 | 206 | 172 | 13 | 0 | 11 | 57 | 204 | 6 | 62 |
| Binary | 1110111 | 10000110 | 1111010 | 1011 | 0 | 1001 | 101111 | 10000100 | 110 | 110010 |
Color Harmonies of #77867A
Complementary color
Monochromatic Colors of #77867A
Black with #77867A
Text Example
Text Example
White with #77867A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77867A; }
p { color: rgb(119,134,122); }
H1.HeaderClassName
{
color: #77867A;
}
.AnyTagClassName
{
color: #77867A;
}
</style>
background-color css
<style>
a { background-color: #77867A; }
a { background-color: rgb(119,134,122); }
div.DivClassName
{
background-color: #77867A;
}
.BgClassName
{
background-color: #77867A;
}
</style>
border-color css
<style>
span { border-color: #77867A; }
span { border-color: rgb(119,134,122); }
td.TdClassName
{
border-color: #77867A;
}
.TagClassName
{
border-color: #77867A;
}
</style>