Shades of Venus #8E7D7E
Tints of Venus #8E7D7E
RGB
CMYK
RGB Variations
Color information
#8E7D7E (or 0x8E7D7E) is known color: Venus. HEX triplet: 8E, 7D and 7E. RGB value is (142,125,126). Sum of RGB (Red+Green+Blue) = 142+125+126=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 126 (49.61% from 255 or 32.06% from 393); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7D7E is #718281. Grayscale: #828282. Windows color (decimal): -7438978 or 8289678. OLE color: 8289678.
HSL color Cylindrical-coordinate representation of color #8E7D7E: hue angle of 356.47º degrees, saturation: 0.07, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8E7D7E is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 125 | 126 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.44 |
| HSL | 356.47º | 0.07% | 0.52% | - |
| HSV(B) | 356.47º | 0.12% | 0.56% | - |
| XYZ | 22.25 | 21.92 | 22.8 | - |
| YUV | 130.2 | 125.63 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 125 | 126 | 0 | 0.12 | 0.11 | 0.44 | 356.47 | 0.07 | 0.52 |
| Hex | 8E | 7D | 7E | 0 | C | B | 2C | 164 | 7 | 34 |
| Octal | 216 | 175 | 176 | 0 | 14 | 13 | 54 | 544 | 7 | 64 |
| Binary | 10001110 | 1111101 | 1111110 | 0 | 1100 | 1011 | 101100 | 101100100 | 111 | 110100 |
Color Harmonies of #8E7D7E
Complementary color
Monochromatic Colors of #8E7D7E
Black with #8E7D7E
Text Example
Text Example
White with #8E7D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7D7E; }
p { color: rgb(142,125,126); }
H1.HeaderClassName
{
color: #8E7D7E;
}
.AnyTagClassName
{
color: #8E7D7E;
}
</style>
background-color css
<style>
a { background-color: #8E7D7E; }
a { background-color: rgb(142,125,126); }
div.DivClassName
{
background-color: #8E7D7E;
}
.BgClassName
{
background-color: #8E7D7E;
}
</style>
border-color css
<style>
span { border-color: #8E7D7E; }
span { border-color: rgb(142,125,126); }
td.TdClassName
{
border-color: #8E7D7E;
}
.TagClassName
{
border-color: #8E7D7E;
}
</style>