Shades of Blue Smoke #757C77
Tints of Blue Smoke #757C77
RGB
CMYK
RGB Variations
Color information
#757C77 (or 0x757C77) is known color: Blue Smoke. HEX triplet: 75, 7C and 77. RGB value is (117,124,119). Sum of RGB (Red+Green+Blue) = 117+124+119=360 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.5% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 119 (46.88% from 255 or 33.06% from 360); Max value from RGB is 124 - color contains mainly: green. Hex color #757C77 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757C77 is #8A8388. Grayscale: #797979. Windows color (decimal): -9077641 or 7830645. OLE color: 7830645.
HSL color Cylindrical-coordinate representation of color #757C77: hue angle of 137.14º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #757C77 is Cyan = 0.06, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 124 | 119 | - |
| CMYK | 0.06 | 0 | 0.04 | 0.51 |
| HSL | 137.14º | 0.03% | 0.47% | - |
| HSV(B) | 137.14º | 0.06% | 0.49% | - |
| XYZ | 17.87 | 19.53 | 20.28 | - |
| YUV | 121.34 | 126.68 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 124 | 119 | 0.06 | 0 | 0.04 | 0.51 | 137.14 | 0.03 | 0.47 |
| Hex | 75 | 7C | 77 | 6 | 0 | 4 | 33 | 89 | 3 | 2F |
| Octal | 165 | 174 | 167 | 6 | 0 | 4 | 63 | 211 | 3 | 57 |
| Binary | 1110101 | 1111100 | 1110111 | 110 | 0 | 100 | 110011 | 10001001 | 11 | 101111 |
Color Harmonies of #757C77
Complementary color
Monochromatic Colors of #757C77
Black with #757C77
Text Example
Text Example
White with #757C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757C77; }
p { color: rgb(117,124,119); }
H1.HeaderClassName
{
color: #757C77;
}
.AnyTagClassName
{
color: #757C77;
}
</style>
background-color css
<style>
a { background-color: #757C77; }
a { background-color: rgb(117,124,119); }
div.DivClassName
{
background-color: #757C77;
}
.BgClassName
{
background-color: #757C77;
}
</style>
border-color css
<style>
span { border-color: #757C77; }
span { border-color: rgb(117,124,119); }
td.TdClassName
{
border-color: #757C77;
}
.TagClassName
{
border-color: #757C77;
}
</style>