Shades of Venus #8E757B
Tints of Venus #8E757B
RGB
CMYK
RGB Variations
Color information
#8E757B (or 0x8E757B) is known color: Venus. HEX triplet: 8E, 75 and 7B. RGB value is (142,117,123). Sum of RGB (Red+Green+Blue) = 142+117+123=382 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.17% from 382); Green value is 117 (46.09% from 255 or 30.63% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 142 - color contains mainly: red. Hex color #8E757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E757B is #718A84. Grayscale: #7D7D7D. Windows color (decimal): -7441029 or 8091022. OLE color: 8091022.
HSL color Cylindrical-coordinate representation of color #8E757B: hue angle of 345.6º 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 #8E757B is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 117 | 123 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.44 |
| HSL | 345.6º | 0.1% | 0.51% | - |
| HSV(B) | 345.6º | 0.18% | 0.56% | - |
| XYZ | 21.09 | 19.9 | 21.47 | - |
| YUV | 125.16 | 126.78 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 117 | 123 | 0 | 0.18 | 0.13 | 0.44 | 345.6 | 0.1 | 0.51 |
| Hex | 8E | 75 | 7B | 0 | 12 | D | 2C | 15A | A | 33 |
| Octal | 216 | 165 | 173 | 0 | 22 | 15 | 54 | 532 | 12 | 63 |
| Binary | 10001110 | 1110101 | 1111011 | 0 | 10010 | 1101 | 101100 | 101011010 | 1010 | 110011 |
Color Harmonies of #8E757B
Complementary color
Monochromatic Colors of #8E757B
Black with #8E757B
Text Example
Text Example
White with #8E757B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E757B; }
p { color: rgb(142,117,123); }
H1.HeaderClassName
{
color: #8E757B;
}
.AnyTagClassName
{
color: #8E757B;
}
</style>
background-color css
<style>
a { background-color: #8E757B; }
a { background-color: rgb(142,117,123); }
div.DivClassName
{
background-color: #8E757B;
}
.BgClassName
{
background-color: #8E757B;
}
</style>
border-color css
<style>
span { border-color: #8E757B; }
span { border-color: rgb(142,117,123); }
td.TdClassName
{
border-color: #8E757B;
}
.TagClassName
{
border-color: #8E757B;
}
</style>