Shades of Blue Smoke #75887B
Tints of Blue Smoke #75887B
RGB
CMYK
RGB Variations
Color information
#75887B (or 0x75887B) is known color: Blue Smoke. HEX triplet: 75, 88 and 7B. RGB value is (117,136,123). Sum of RGB (Red+Green+Blue) = 117+136+123=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #75887B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75887B is #8A7784. Grayscale: #808080. Windows color (decimal): -9074565 or 8095861. OLE color: 8095861.
HSL color Cylindrical-coordinate representation of color #75887B: hue angle of 138.95º 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 #75887B is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 123 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.47 |
| HSL | 138.95º | 0.08% | 0.5% | - |
| HSV(B) | 138.95º | 0.14% | 0.53% | - |
| XYZ | 19.72 | 22.82 | 22.1 | - |
| YUV | 128.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 123 | 0.14 | 0 | 0.10 | 0.47 | 138.95 | 0.08 | 0.5 |
| Hex | 75 | 88 | 7B | E | 0 | A | 2F | 8B | 8 | 32 |
| Octal | 165 | 210 | 173 | 16 | 0 | 12 | 57 | 213 | 10 | 62 |
| Binary | 1110101 | 10001000 | 1111011 | 1110 | 0 | 1010 | 101111 | 10001011 | 1000 | 110010 |
Color Harmonies of #75887B
Complementary color
Monochromatic Colors of #75887B
Black with #75887B
Text Example
Text Example
White with #75887B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75887B; }
p { color: rgb(117,136,123); }
H1.HeaderClassName
{
color: #75887B;
}
.AnyTagClassName
{
color: #75887B;
}
</style>
background-color css
<style>
a { background-color: #75887B; }
a { background-color: rgb(117,136,123); }
div.DivClassName
{
background-color: #75887B;
}
.BgClassName
{
background-color: #75887B;
}
</style>
border-color css
<style>
span { border-color: #75887B; }
span { border-color: rgb(117,136,123); }
td.TdClassName
{
border-color: #75887B;
}
.TagClassName
{
border-color: #75887B;
}
</style>