Shades of Venus #8E7B7E
Tints of Venus #8E7B7E
RGB
CMYK
RGB Variations
Color information
#8E7B7E (or 0x8E7B7E) is known color: Venus. HEX triplet: 8E, 7B and 7E. RGB value is (142,123,126). Sum of RGB (Red+Green+Blue) = 142+123+126=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7B7E is #718481. Grayscale: #818181. Windows color (decimal): -7439490 or 8289166. OLE color: 8289166.
HSL color Cylindrical-coordinate representation of color #8E7B7E: hue angle of 350.53º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #8E7B7E is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 123 | 126 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.44 |
| HSL | 350.53º | 0.08% | 0.52% | - |
| HSV(B) | 350.53º | 0.13% | 0.56% | - |
| XYZ | 22 | 21.42 | 22.71 | - |
| YUV | 129.02 | 126.29 | 137.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 123 | 126 | 0 | 0.13 | 0.11 | 0.44 | 350.53 | 0.08 | 0.52 |
| Hex | 8E | 7B | 7E | 0 | D | B | 2C | 15F | 8 | 34 |
| Octal | 216 | 173 | 176 | 0 | 15 | 13 | 54 | 537 | 10 | 64 |
| Binary | 10001110 | 1111011 | 1111110 | 0 | 1101 | 1011 | 101100 | 101011111 | 1000 | 110100 |
Color Harmonies of #8E7B7E
Complementary color
Monochromatic Colors of #8E7B7E
Black with #8E7B7E
Text Example
Text Example
White with #8E7B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7B7E; }
p { color: rgb(142,123,126); }
H1.HeaderClassName
{
color: #8E7B7E;
}
.AnyTagClassName
{
color: #8E7B7E;
}
</style>
background-color css
<style>
a { background-color: #8E7B7E; }
a { background-color: rgb(142,123,126); }
div.DivClassName
{
background-color: #8E7B7E;
}
.BgClassName
{
background-color: #8E7B7E;
}
</style>
border-color css
<style>
span { border-color: #8E7B7E; }
span { border-color: rgb(142,123,126); }
td.TdClassName
{
border-color: #8E7B7E;
}
.TagClassName
{
border-color: #8E7B7E;
}
</style>