Shades of Blue Smoke #758B79
Tints of Blue Smoke #758B79
RGB
CMYK
RGB Variations
Color information
#758B79 (or 0x758B79) is known color: Blue Smoke. HEX triplet: 75, 8B and 79. RGB value is (117,139,121). Sum of RGB (Red+Green+Blue) = 117+139+121=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #758B79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758B79 is #8A7486. Grayscale: #828282. Windows color (decimal): -9073799 or 7965557. OLE color: 7965557.
HSL color Cylindrical-coordinate representation of color #758B79: hue angle of 130.91º 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 #758B79 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 139 | 121 | - |
| CMYK | 0.16 | 0 | 0.13 | 0.45 |
| HSL | 130.91º | 0.09% | 0.5% | - |
| HSV(B) | 130.91º | 0.16% | 0.55% | - |
| XYZ | 20.02 | 23.63 | 21.59 | - |
| YUV | 130.37 | 122.71 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 139 | 121 | 0.16 | 0 | 0.13 | 0.45 | 130.91 | 0.09 | 0.5 |
| Hex | 75 | 8B | 79 | 10 | 0 | D | 2D | 83 | 9 | 32 |
| Octal | 165 | 213 | 171 | 20 | 0 | 15 | 55 | 203 | 11 | 62 |
| Binary | 1110101 | 10001011 | 1111001 | 10000 | 0 | 1101 | 101101 | 10000011 | 1001 | 110010 |
Color Harmonies of #758B79
Complementary color
Monochromatic Colors of #758B79
Black with #758B79
Text Example
Text Example
White with #758B79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758B79; }
p { color: rgb(117,139,121); }
H1.HeaderClassName
{
color: #758B79;
}
.AnyTagClassName
{
color: #758B79;
}
</style>
background-color css
<style>
a { background-color: #758B79; }
a { background-color: rgb(117,139,121); }
div.DivClassName
{
background-color: #758B79;
}
.BgClassName
{
background-color: #758B79;
}
</style>
border-color css
<style>
span { border-color: #758B79; }
span { border-color: rgb(117,139,121); }
td.TdClassName
{
border-color: #758B79;
}
.TagClassName
{
border-color: #758B79;
}
</style>