Shades of Blue Smoke #758C79
Tints of Blue Smoke #758C79
RGB
CMYK
RGB Variations
Color information
#758C79 (or 0x758C79) is known color: Blue Smoke. HEX triplet: 75, 8C and 79. RGB value is (117,140,121). Sum of RGB (Red+Green+Blue) = 117+140+121=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 140 (55.08% from 255 or 37.04% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 140 - color contains mainly: green. Hex color #758C79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C79 is #8A7386. Grayscale: #838383. Windows color (decimal): -9073543 or 7965813. OLE color: 7965813.
HSL color Cylindrical-coordinate representation of color #758C79: hue angle of 130.43º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758C79 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 121 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.45 |
| HSL | 130.43º | 0.09% | 0.5% | - |
| HSV(B) | 130.43º | 0.16% | 0.55% | - |
| XYZ | 20.17 | 23.92 | 21.64 | - |
| YUV | 130.96 | 122.38 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 121 | 0.16 | 0 | 0.14 | 0.45 | 130.43 | 0.09 | 0.5 |
| Hex | 75 | 8C | 79 | 10 | 0 | E | 2D | 82 | 9 | 32 |
| Octal | 165 | 214 | 171 | 20 | 0 | 16 | 55 | 202 | 11 | 62 |
| Binary | 1110101 | 10001100 | 1111001 | 10000 | 0 | 1110 | 101101 | 10000010 | 1001 | 110010 |
Color Harmonies of #758C79
Complementary color
Monochromatic Colors of #758C79
Black with #758C79
Text Example
Text Example
White with #758C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C79; }
p { color: rgb(117,140,121); }
H1.HeaderClassName
{
color: #758C79;
}
.AnyTagClassName
{
color: #758C79;
}
</style>
background-color css
<style>
a { background-color: #758C79; }
a { background-color: rgb(117,140,121); }
div.DivClassName
{
background-color: #758C79;
}
.BgClassName
{
background-color: #758C79;
}
</style>
border-color css
<style>
span { border-color: #758C79; }
span { border-color: rgb(117,140,121); }
td.TdClassName
{
border-color: #758C79;
}
.TagClassName
{
border-color: #758C79;
}
</style>