Shades of Blue Smoke #767C77
Tints of Blue Smoke #767C77
RGB
CMYK
RGB Variations
Color information
#767C77 (or 0x767C77) is known color: Blue Smoke. HEX triplet: 76, 7C and 77. RGB value is (118,124,119). Sum of RGB (Red+Green+Blue) = 118+124+119=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 124 (48.83% from 255 or 34.35% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 124 - color contains mainly: green. Hex color #767C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C77 is #898388. Grayscale: #797979. Windows color (decimal): -9012105 or 7830646. OLE color: 7830646.
HSL color Cylindrical-coordinate representation of color #767C77: hue angle of 130º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #767C77 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 124 | 119 | - |
| CMYK | 0.05 | 0 | 0.04 | 0.51 |
| HSL | 130º | 0.02% | 0.47% | - |
| HSV(B) | 130º | 0.05% | 0.49% | - |
| XYZ | 18.01 | 19.6 | 20.29 | - |
| YUV | 121.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 119 | 0.05 | 0 | 0.04 | 0.51 | 130 | 0.02 | 0.47 |
| Hex | 76 | 7C | 77 | 5 | 0 | 4 | 33 | 82 | 2 | 2F |
| Octal | 166 | 174 | 167 | 5 | 0 | 4 | 63 | 202 | 2 | 57 |
| Binary | 1110110 | 1111100 | 1110111 | 101 | 0 | 100 | 110011 | 10000010 | 10 | 101111 |
Color Harmonies of #767C77
Complementary color
Monochromatic Colors of #767C77
Black with #767C77
Text Example
Text Example
White with #767C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767C77; }
p { color: rgb(118,124,119); }
H1.HeaderClassName
{
color: #767C77;
}
.AnyTagClassName
{
color: #767C77;
}
</style>
background-color css
<style>
a { background-color: #767C77; }
a { background-color: rgb(118,124,119); }
div.DivClassName
{
background-color: #767C77;
}
.BgClassName
{
background-color: #767C77;
}
</style>
border-color css
<style>
span { border-color: #767C77; }
span { border-color: rgb(118,124,119); }
td.TdClassName
{
border-color: #767C77;
}
.TagClassName
{
border-color: #767C77;
}
</style>