Shades of Blue Smoke #767B77
Tints of Blue Smoke #767B77
RGB
CMYK
RGB Variations
Color information
#767B77 (or 0x767B77) is known color: Blue Smoke. HEX triplet: 76, 7B and 77. RGB value is (118,123,119). Sum of RGB (Red+Green+Blue) = 118+123+119=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 123 - color contains mainly: green. Hex color #767B77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767B77 is #898488. Grayscale: #797979. Windows color (decimal): -9012361 or 7830390. OLE color: 7830390.
HSL color Cylindrical-coordinate representation of color #767B77: hue angle of 132º degrees, saturation: 0.02, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #767B77 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 118 | 123 | 119 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.52 |
| HSL | 132º | 0.02% | 0.47% | - |
| HSV(B) | 132º | 0.04% | 0.48% | - |
| XYZ | 17.88 | 19.35 | 20.24 | - |
| YUV | 121.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 119 | 0.04 | 0 | 0.03 | 0.52 | 132 | 0.02 | 0.47 |
| Hex | 76 | 7B | 77 | 4 | 0 | 3 | 34 | 84 | 2 | 2F |
| Octal | 166 | 173 | 167 | 4 | 0 | 3 | 64 | 204 | 2 | 57 |
| Binary | 1110110 | 1111011 | 1110111 | 100 | 0 | 11 | 110100 | 10000100 | 10 | 101111 |
Color Harmonies of #767B77
Complementary color
Monochromatic Colors of #767B77
Black with #767B77
Text Example
Text Example
White with #767B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767B77; }
p { color: rgb(118,123,119); }
H1.HeaderClassName
{
color: #767B77;
}
.AnyTagClassName
{
color: #767B77;
}
</style>
background-color css
<style>
a { background-color: #767B77; }
a { background-color: rgb(118,123,119); }
div.DivClassName
{
background-color: #767B77;
}
.BgClassName
{
background-color: #767B77;
}
</style>
border-color css
<style>
span { border-color: #767B77; }
span { border-color: rgb(118,123,119); }
td.TdClassName
{
border-color: #767B77;
}
.TagClassName
{
border-color: #767B77;
}
</style>