Shades of Venus #8E7279
Tints of Venus #8E7279
RGB
CMYK
RGB Variations
Color information
#8E7279 (or 0x8E7279) is known color: Venus. HEX triplet: 8E, 72 and 79. RGB value is (142,114,121). Sum of RGB (Red+Green+Blue) = 142+114+121=377 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.67% from 377); Green value is 114 (44.92% from 255 or 30.24% from 377); Blue value is 121 (47.66% from 255 or 32.10% from 377); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7279 is #718D86. Grayscale: #7B7B7B. Windows color (decimal): -7441799 or 7959182. OLE color: 7959182.
HSL color Cylindrical-coordinate representation of color #8E7279: hue angle of 345º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8E7279 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 114 | 121 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.44 |
| HSL | 345º | 0.11% | 0.5% | - |
| HSV(B) | 345º | 0.2% | 0.56% | - |
| XYZ | 20.62 | 19.17 | 20.7 | - |
| YUV | 123.17 | 126.78 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 114 | 121 | 0 | 0.20 | 0.15 | 0.44 | 345 | 0.11 | 0.5 |
| Hex | 8E | 72 | 79 | 0 | 14 | F | 2C | 159 | B | 32 |
| Octal | 216 | 162 | 171 | 0 | 24 | 17 | 54 | 531 | 13 | 62 |
| Binary | 10001110 | 1110010 | 1111001 | 0 | 10100 | 1111 | 101100 | 101011001 | 1011 | 110010 |
Color Harmonies of #8E7279
Complementary color
Monochromatic Colors of #8E7279
Black with #8E7279
Text Example
Text Example
White with #8E7279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7279; }
p { color: rgb(142,114,121); }
H1.HeaderClassName
{
color: #8E7279;
}
.AnyTagClassName
{
color: #8E7279;
}
</style>
background-color css
<style>
a { background-color: #8E7279; }
a { background-color: rgb(142,114,121); }
div.DivClassName
{
background-color: #8E7279;
}
.BgClassName
{
background-color: #8E7279;
}
</style>
border-color css
<style>
span { border-color: #8E7279; }
span { border-color: rgb(142,114,121); }
td.TdClassName
{
border-color: #8E7279;
}
.TagClassName
{
border-color: #8E7279;
}
</style>