Shades of Blue Smoke #77867B
Tints of Blue Smoke #77867B
RGB
CMYK
RGB Variations
Color information
#77867B (or 0x77867B) is known color: Blue Smoke. HEX triplet: 77, 86 and 7B. RGB value is (119,134,123). Sum of RGB (Red+Green+Blue) = 119+134+123=376 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.65% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 134 - color contains mainly: green. Hex color #77867B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77867B is #887984. Grayscale: #808080. Windows color (decimal): -8944005 or 8095351. OLE color: 8095351.
HSL color Cylindrical-coordinate representation of color #77867B: hue angle of 136º 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 #77867B is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 119 | 134 | 123 | - |
| CMYK | 0.11 | 0 | 0.08 | 0.47 |
| HSL | 136º | 0.06% | 0.5% | - |
| HSV(B) | 136º | 0.11% | 0.53% | - |
| XYZ | 19.71 | 22.4 | 22.02 | - |
| YUV | 128.26 | 125.03 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 134 | 123 | 0.11 | 0 | 0.08 | 0.47 | 136 | 0.06 | 0.5 |
| Hex | 77 | 86 | 7B | B | 0 | 8 | 2F | 88 | 6 | 32 |
| Octal | 167 | 206 | 173 | 13 | 0 | 10 | 57 | 210 | 6 | 62 |
| Binary | 1110111 | 10000110 | 1111011 | 1011 | 0 | 1000 | 101111 | 10001000 | 110 | 110010 |
Color Harmonies of #77867B
Complementary color
Monochromatic Colors of #77867B
Black with #77867B
Text Example
Text Example
White with #77867B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77867B; }
p { color: rgb(119,134,123); }
H1.HeaderClassName
{
color: #77867B;
}
.AnyTagClassName
{
color: #77867B;
}
</style>
background-color css
<style>
a { background-color: #77867B; }
a { background-color: rgb(119,134,123); }
div.DivClassName
{
background-color: #77867B;
}
.BgClassName
{
background-color: #77867B;
}
</style>
border-color css
<style>
span { border-color: #77867B; }
span { border-color: rgb(119,134,123); }
td.TdClassName
{
border-color: #77867B;
}
.TagClassName
{
border-color: #77867B;
}
</style>