Shades of Venus #8E757C
Tints of Venus #8E757C
RGB
CMYK
RGB Variations
Color information
#8E757C (or 0x8E757C) is known color: Venus. HEX triplet: 8E, 75 and 7C. RGB value is (142,117,124). Sum of RGB (Red+Green+Blue) = 142+117+124=383 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.08% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 124 (48.83% from 255 or 32.38% from 383); Max value from RGB is 142 - color contains mainly: red. Hex color #8E757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E757C is #718A83. Grayscale: #7D7D7D. Windows color (decimal): -7441028 or 8156558. OLE color: 8156558.
HSL color Cylindrical-coordinate representation of color #8E757C: hue angle of 343.2º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8E757C is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 117 | 124 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.44 |
| HSL | 343.2º | 0.1% | 0.51% | - |
| HSV(B) | 343.2º | 0.18% | 0.56% | - |
| XYZ | 21.15 | 19.93 | 21.8 | - |
| YUV | 125.27 | 127.28 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 117 | 124 | 0 | 0.18 | 0.13 | 0.44 | 343.2 | 0.1 | 0.51 |
| Hex | 8E | 75 | 7C | 0 | 12 | D | 2C | 157 | A | 33 |
| Octal | 216 | 165 | 174 | 0 | 22 | 15 | 54 | 527 | 12 | 63 |
| Binary | 10001110 | 1110101 | 1111100 | 0 | 10010 | 1101 | 101100 | 101010111 | 1010 | 110011 |
Color Harmonies of #8E757C
Complementary color
Monochromatic Colors of #8E757C
Black with #8E757C
Text Example
Text Example
White with #8E757C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E757C; }
p { color: rgb(142,117,124); }
H1.HeaderClassName
{
color: #8E757C;
}
.AnyTagClassName
{
color: #8E757C;
}
</style>
background-color css
<style>
a { background-color: #8E757C; }
a { background-color: rgb(142,117,124); }
div.DivClassName
{
background-color: #8E757C;
}
.BgClassName
{
background-color: #8E757C;
}
</style>
border-color css
<style>
span { border-color: #8E757C; }
span { border-color: rgb(142,117,124); }
td.TdClassName
{
border-color: #8E757C;
}
.TagClassName
{
border-color: #8E757C;
}
</style>