Shades of Blue Smoke #758C7D
Tints of Blue Smoke #758C7D
RGB
CMYK
RGB Variations
Color information
#758C7D (or 0x758C7D) is known color: Blue Smoke. HEX triplet: 75, 8C and 7D. RGB value is (117,140,125). Sum of RGB (Red+Green+Blue) = 117+140+125=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 140 - color contains mainly: green. Hex color #758C7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758C7D is #8A7382. Grayscale: #838383. Windows color (decimal): -9073539 or 8227957. OLE color: 8227957.
HSL color Cylindrical-coordinate representation of color #758C7D: hue angle of 140.87º 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 #758C7D is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 117 | 140 | 125 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.45 |
| HSL | 140.87º | 0.09% | 0.5% | - |
| HSV(B) | 140.87º | 0.16% | 0.55% | - |
| XYZ | 20.42 | 24.02 | 22.96 | - |
| YUV | 131.41 | 124.38 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 140 | 125 | 0.16 | 0 | 0.11 | 0.45 | 140.87 | 0.09 | 0.5 |
| Hex | 75 | 8C | 7D | 10 | 0 | B | 2D | 8D | 9 | 32 |
| Octal | 165 | 214 | 175 | 20 | 0 | 13 | 55 | 215 | 11 | 62 |
| Binary | 1110101 | 10001100 | 1111101 | 10000 | 0 | 1011 | 101101 | 10001101 | 1001 | 110010 |
Color Harmonies of #758C7D
Complementary color
Monochromatic Colors of #758C7D
Black with #758C7D
Text Example
Text Example
White with #758C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758C7D; }
p { color: rgb(117,140,125); }
H1.HeaderClassName
{
color: #758C7D;
}
.AnyTagClassName
{
color: #758C7D;
}
</style>
background-color css
<style>
a { background-color: #758C7D; }
a { background-color: rgb(117,140,125); }
div.DivClassName
{
background-color: #758C7D;
}
.BgClassName
{
background-color: #758C7D;
}
</style>
border-color css
<style>
span { border-color: #758C7D; }
span { border-color: rgb(117,140,125); }
td.TdClassName
{
border-color: #758C7D;
}
.TagClassName
{
border-color: #758C7D;
}
</style>