Shades of Blue Smoke #758D7B
Tints of Blue Smoke #758D7B
RGB
CMYK
RGB Variations
Color information
#758D7B (or 0x758D7B) is known color: Blue Smoke. HEX triplet: 75, 8D and 7B. RGB value is (117,141,123). Sum of RGB (Red+Green+Blue) = 117+141+123=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 141 - color contains mainly: green. Hex color #758D7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758D7B is #8A7284. Grayscale: #838383. Windows color (decimal): -9073285 or 8097141. OLE color: 8097141.
HSL color Cylindrical-coordinate representation of color #758D7B: hue angle of 135º 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 #758D7B is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 141 | 123 | - |
| CMYK | 0.17 | 0 | 0.13 | 0.45 |
| HSL | 135º | 0.1% | 0.51% | - |
| HSV(B) | 135º | 0.17% | 0.55% | - |
| XYZ | 20.44 | 24.26 | 22.34 | - |
| YUV | 131.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 141 | 123 | 0.17 | 0 | 0.13 | 0.45 | 135 | 0.1 | 0.51 |
| Hex | 75 | 8D | 7B | 11 | 0 | D | 2D | 87 | A | 33 |
| Octal | 165 | 215 | 173 | 21 | 0 | 15 | 55 | 207 | 12 | 63 |
| Binary | 1110101 | 10001101 | 1111011 | 10001 | 0 | 1101 | 101101 | 10000111 | 1010 | 110011 |
Color Harmonies of #758D7B
Complementary color
Monochromatic Colors of #758D7B
Black with #758D7B
Text Example
Text Example
White with #758D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758D7B; }
p { color: rgb(117,141,123); }
H1.HeaderClassName
{
color: #758D7B;
}
.AnyTagClassName
{
color: #758D7B;
}
</style>
background-color css
<style>
a { background-color: #758D7B; }
a { background-color: rgb(117,141,123); }
div.DivClassName
{
background-color: #758D7B;
}
.BgClassName
{
background-color: #758D7B;
}
</style>
border-color css
<style>
span { border-color: #758D7B; }
span { border-color: rgb(117,141,123); }
td.TdClassName
{
border-color: #758D7B;
}
.TagClassName
{
border-color: #758D7B;
}
</style>