Shades of Blue Smoke #75877C
Tints of Blue Smoke #75877C
RGB
CMYK
RGB Variations
Color information
#75877C (or 0x75877C) is known color: Blue Smoke. HEX triplet: 75, 87 and 7C. RGB value is (117,135,124). Sum of RGB (Red+Green+Blue) = 117+135+124=376 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.12% from 376); Green value is 135 (53.12% from 255 or 35.90% from 376); Blue value is 124 (48.83% from 255 or 32.98% from 376); Max value from RGB is 135 - color contains mainly: green. Hex color #75877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75877C is #8A7883. Grayscale: #808080. Windows color (decimal): -9074820 or 8161141. OLE color: 8161141.
HSL color Cylindrical-coordinate representation of color #75877C: hue angle of 143.33º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #75877C is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 124 | - |
| CMYK | 0.13 | 0 | 0.08 | 0.47 |
| HSL | 143.33º | 0.07% | 0.49% | - |
| HSV(B) | 143.33º | 0.13% | 0.53% | - |
| XYZ | 19.64 | 22.57 | 22.39 | - |
| YUV | 128.36 | 125.54 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 124 | 0.13 | 0 | 0.08 | 0.47 | 143.33 | 0.07 | 0.49 |
| Hex | 75 | 87 | 7C | D | 0 | 8 | 2F | 8F | 7 | 31 |
| Octal | 165 | 207 | 174 | 15 | 0 | 10 | 57 | 217 | 7 | 61 |
| Binary | 1110101 | 10000111 | 1111100 | 1101 | 0 | 1000 | 101111 | 10001111 | 111 | 110001 |
Color Harmonies of #75877C
Complementary color
Monochromatic Colors of #75877C
Black with #75877C
Text Example
Text Example
White with #75877C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75877C; }
p { color: rgb(117,135,124); }
H1.HeaderClassName
{
color: #75877C;
}
.AnyTagClassName
{
color: #75877C;
}
</style>
background-color css
<style>
a { background-color: #75877C; }
a { background-color: rgb(117,135,124); }
div.DivClassName
{
background-color: #75877C;
}
.BgClassName
{
background-color: #75877C;
}
</style>
border-color css
<style>
span { border-color: #75877C; }
span { border-color: rgb(117,135,124); }
td.TdClassName
{
border-color: #75877C;
}
.TagClassName
{
border-color: #75877C;
}
</style>