Shades of Blue Smoke #758D7C
Tints of Blue Smoke #758D7C
RGB
CMYK
RGB Variations
Color information
#758D7C (or 0x758D7C) is known color: Blue Smoke. HEX triplet: 75, 8D and 7C. RGB value is (117,141,124). Sum of RGB (Red+Green+Blue) = 117+141+124=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 141 - color contains mainly: green. Hex color #758D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D7C is #8A7283. Grayscale: #838383. Windows color (decimal): -9073284 or 8162677. OLE color: 8162677.
HSL color Cylindrical-coordinate representation of color #758D7C: hue angle of 137.5º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #758D7C is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 124 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.45 |
| HSL | 137.5º | 0.1% | 0.51% | - |
| HSV(B) | 137.5º | 0.17% | 0.55% | - |
| XYZ | 20.5 | 24.29 | 22.68 | - |
| YUV | 131.89 | 123.55 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 124 | 0.17 | 0 | 0.12 | 0.45 | 137.5 | 0.1 | 0.51 |
| Hex | 75 | 8D | 7C | 11 | 0 | C | 2D | 8A | A | 33 |
| Octal | 165 | 215 | 174 | 21 | 0 | 14 | 55 | 212 | 12 | 63 |
| Binary | 1110101 | 10001101 | 1111100 | 10001 | 0 | 1100 | 101101 | 10001010 | 1010 | 110011 |
Color Harmonies of #758D7C
Complementary color
Monochromatic Colors of #758D7C
Black with #758D7C
Text Example
Text Example
White with #758D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D7C; }
p { color: rgb(117,141,124); }
H1.HeaderClassName
{
color: #758D7C;
}
.AnyTagClassName
{
color: #758D7C;
}
</style>
background-color css
<style>
a { background-color: #758D7C; }
a { background-color: rgb(117,141,124); }
div.DivClassName
{
background-color: #758D7C;
}
.BgClassName
{
background-color: #758D7C;
}
</style>
border-color css
<style>
span { border-color: #758D7C; }
span { border-color: rgb(117,141,124); }
td.TdClassName
{
border-color: #758D7C;
}
.TagClassName
{
border-color: #758D7C;
}
</style>