Shades of Blue Smoke #75887C
Tints of Blue Smoke #75887C
RGB
CMYK
RGB Variations
Color information
#75887C (or 0x75887C) is known color: Blue Smoke. HEX triplet: 75, 88 and 7C. RGB value is (117,136,124). Sum of RGB (Red+Green+Blue) = 117+136+124=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 136 (53.52% from 255 or 36.07% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 136 - color contains mainly: green. Hex color #75887C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75887C is #8A7783. Grayscale: #808080. Windows color (decimal): -9074564 or 8161397. OLE color: 8161397.
HSL color Cylindrical-coordinate representation of color #75887C: hue angle of 142.11º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #75887C is Cyan = 0.14, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 124 | - |
| CMYK | 0.14 | 0 | 0.09 | 0.47 |
| HSL | 142.11º | 0.08% | 0.5% | - |
| HSV(B) | 142.11º | 0.14% | 0.53% | - |
| XYZ | 19.78 | 22.85 | 22.44 | - |
| YUV | 128.95 | 125.21 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 124 | 0.14 | 0 | 0.09 | 0.47 | 142.11 | 0.08 | 0.5 |
| Hex | 75 | 88 | 7C | E | 0 | 9 | 2F | 8E | 8 | 32 |
| Octal | 165 | 210 | 174 | 16 | 0 | 11 | 57 | 216 | 10 | 62 |
| Binary | 1110101 | 10001000 | 1111100 | 1110 | 0 | 1001 | 101111 | 10001110 | 1000 | 110010 |
Color Harmonies of #75887C
Complementary color
Monochromatic Colors of #75887C
Black with #75887C
Text Example
Text Example
White with #75887C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75887C; }
p { color: rgb(117,136,124); }
H1.HeaderClassName
{
color: #75887C;
}
.AnyTagClassName
{
color: #75887C;
}
</style>
background-color css
<style>
a { background-color: #75887C; }
a { background-color: rgb(117,136,124); }
div.DivClassName
{
background-color: #75887C;
}
.BgClassName
{
background-color: #75887C;
}
</style>
border-color css
<style>
span { border-color: #75887C; }
span { border-color: rgb(117,136,124); }
td.TdClassName
{
border-color: #75887C;
}
.TagClassName
{
border-color: #75887C;
}
</style>