Shades of Blue Smoke #758D7A
Tints of Blue Smoke #758D7A
RGB
CMYK
RGB Variations
Color information
#758D7A (or 0x758D7A) is known color: Blue Smoke. HEX triplet: 75, 8D and 7A. RGB value is (117,141,122). Sum of RGB (Red+Green+Blue) = 117+141+122=380 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.79% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 141 - color contains mainly: green. Hex color #758D7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D7A is #8A7285. Grayscale: #838383. Windows color (decimal): -9073286 or 8031605. OLE color: 8031605.
HSL color Cylindrical-coordinate representation of color #758D7A: hue angle of 132.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 #758D7A is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 122 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.45 |
| HSL | 132.5º | 0.1% | 0.51% | - |
| HSV(B) | 132.5º | 0.17% | 0.55% | - |
| XYZ | 20.37 | 24.24 | 22.02 | - |
| YUV | 131.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 122 | 0.17 | 0 | 0.13 | 0.45 | 132.5 | 0.1 | 0.51 |
| Hex | 75 | 8D | 7A | 11 | 0 | D | 2D | 84 | A | 33 |
| Octal | 165 | 215 | 172 | 21 | 0 | 15 | 55 | 204 | 12 | 63 |
| Binary | 1110101 | 10001101 | 1111010 | 10001 | 0 | 1101 | 101101 | 10000100 | 1010 | 110011 |
Color Harmonies of #758D7A
Complementary color
Monochromatic Colors of #758D7A
Black with #758D7A
Text Example
Text Example
White with #758D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D7A; }
p { color: rgb(117,141,122); }
H1.HeaderClassName
{
color: #758D7A;
}
.AnyTagClassName
{
color: #758D7A;
}
</style>
background-color css
<style>
a { background-color: #758D7A; }
a { background-color: rgb(117,141,122); }
div.DivClassName
{
background-color: #758D7A;
}
.BgClassName
{
background-color: #758D7A;
}
</style>
border-color css
<style>
span { border-color: #758D7A; }
span { border-color: rgb(117,141,122); }
td.TdClassName
{
border-color: #758D7A;
}
.TagClassName
{
border-color: #758D7A;
}
</style>