Shades of Venus #8E7A7F
Tints of Venus #8E7A7F
RGB
CMYK
RGB Variations
Color information
#8E7A7F (or 0x8E7A7F) is known color: Venus. HEX triplet: 8E, 7A and 7F. RGB value is (142,122,127). Sum of RGB (Red+Green+Blue) = 142+122+127=391 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.32% from 391); Green value is 122 (48.05% from 255 or 31.20% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7A7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7A7F is #718580. Grayscale: #808080. Windows color (decimal): -7439745 or 8354446. OLE color: 8354446.
HSL color Cylindrical-coordinate representation of color #8E7A7F: hue angle of 345º degrees, saturation: 0.08, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8E7A7F is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 122 | 127 | - |
| CMYK | 0 | 0.14 | 0.11 | 0.44 |
| HSL | 345º | 0.08% | 0.52% | - |
| HSV(B) | 345º | 0.14% | 0.56% | - |
| XYZ | 21.95 | 21.2 | 23.01 | - |
| YUV | 128.55 | 127.13 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 127 | 0 | 0.14 | 0.11 | 0.44 | 345 | 0.08 | 0.52 |
| Hex | 8E | 7A | 7F | 0 | E | B | 2C | 159 | 8 | 34 |
| Octal | 216 | 172 | 177 | 0 | 16 | 13 | 54 | 531 | 10 | 64 |
| Binary | 10001110 | 1111010 | 1111111 | 0 | 1110 | 1011 | 101100 | 101011001 | 1000 | 110100 |
Color Harmonies of #8E7A7F
Complementary color
Monochromatic Colors of #8E7A7F
Black with #8E7A7F
Text Example
Text Example
White with #8E7A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7A7F; }
p { color: rgb(142,122,127); }
H1.HeaderClassName
{
color: #8E7A7F;
}
.AnyTagClassName
{
color: #8E7A7F;
}
</style>
background-color css
<style>
a { background-color: #8E7A7F; }
a { background-color: rgb(142,122,127); }
div.DivClassName
{
background-color: #8E7A7F;
}
.BgClassName
{
background-color: #8E7A7F;
}
</style>
border-color css
<style>
span { border-color: #8E7A7F; }
span { border-color: rgb(142,122,127); }
td.TdClassName
{
border-color: #8E7A7F;
}
.TagClassName
{
border-color: #8E7A7F;
}
</style>