Shades of Blue Smoke #75887D
Tints of Blue Smoke #75887D
RGB
CMYK
RGB Variations
Color information
#75887D (or 0x75887D) is known color: Blue Smoke. HEX triplet: 75, 88 and 7D. RGB value is (117,136,125). Sum of RGB (Red+Green+Blue) = 117+136+125=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 136 - color contains mainly: green. Hex color #75887D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75887D is #8A7782. Grayscale: #818181. Windows color (decimal): -9074563 or 8226933. OLE color: 8226933.
HSL color Cylindrical-coordinate representation of color #75887D: hue angle of 145.26º 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 #75887D is Cyan = 0.14, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 125 | - |
| CMYK | 0.14 | 0 | 0.08 | 0.47 |
| HSL | 145.26º | 0.08% | 0.5% | - |
| HSV(B) | 145.26º | 0.14% | 0.53% | - |
| XYZ | 19.84 | 22.87 | 22.77 | - |
| YUV | 129.07 | 125.71 | 119.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 125 | 0.14 | 0 | 0.08 | 0.47 | 145.26 | 0.08 | 0.5 |
| Hex | 75 | 88 | 7D | E | 0 | 8 | 2F | 91 | 8 | 32 |
| Octal | 165 | 210 | 175 | 16 | 0 | 10 | 57 | 221 | 10 | 62 |
| Binary | 1110101 | 10001000 | 1111101 | 1110 | 0 | 1000 | 101111 | 10010001 | 1000 | 110010 |
Color Harmonies of #75887D
Complementary color
Monochromatic Colors of #75887D
Black with #75887D
Text Example
Text Example
White with #75887D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75887D; }
p { color: rgb(117,136,125); }
H1.HeaderClassName
{
color: #75887D;
}
.AnyTagClassName
{
color: #75887D;
}
</style>
background-color css
<style>
a { background-color: #75887D; }
a { background-color: rgb(117,136,125); }
div.DivClassName
{
background-color: #75887D;
}
.BgClassName
{
background-color: #75887D;
}
</style>
border-color css
<style>
span { border-color: #75887D; }
span { border-color: rgb(117,136,125); }
td.TdClassName
{
border-color: #75887D;
}
.TagClassName
{
border-color: #75887D;
}
</style>