Shades of Venus #8E7379
Tints of Venus #8E7379
RGB
CMYK
RGB Variations
Color information
#8E7379 (or 0x8E7379) is known color: Venus. HEX triplet: 8E, 73 and 79. RGB value is (142,115,121). Sum of RGB (Red+Green+Blue) = 142+115+121=378 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.57% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7379 is #718C86. Grayscale: #7B7B7B. Windows color (decimal): -7441543 or 7959438. OLE color: 7959438.
HSL color Cylindrical-coordinate representation of color #8E7379: hue angle of 346.67º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8E7379 is Cyan = 0, Magento = 0.19, Yellow = 0.15 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 115 | 121 | - |
| CMYK | 0 | 0.19 | 0.15 | 0.44 |
| HSL | 346.67º | 0.11% | 0.5% | - |
| HSV(B) | 346.67º | 0.19% | 0.56% | - |
| XYZ | 20.74 | 19.39 | 20.74 | - |
| YUV | 123.76 | 126.45 | 141.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 115 | 121 | 0 | 0.19 | 0.15 | 0.44 | 346.67 | 0.11 | 0.5 |
| Hex | 8E | 73 | 79 | 0 | 13 | F | 2C | 15B | B | 32 |
| Octal | 216 | 163 | 171 | 0 | 23 | 17 | 54 | 533 | 13 | 62 |
| Binary | 10001110 | 1110011 | 1111001 | 0 | 10011 | 1111 | 101100 | 101011011 | 1011 | 110010 |
Color Harmonies of #8E7379
Complementary color
Monochromatic Colors of #8E7379
Black with #8E7379
Text Example
Text Example
White with #8E7379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7379; }
p { color: rgb(142,115,121); }
H1.HeaderClassName
{
color: #8E7379;
}
.AnyTagClassName
{
color: #8E7379;
}
</style>
background-color css
<style>
a { background-color: #8E7379; }
a { background-color: rgb(142,115,121); }
div.DivClassName
{
background-color: #8E7379;
}
.BgClassName
{
background-color: #8E7379;
}
</style>
border-color css
<style>
span { border-color: #8E7379; }
span { border-color: rgb(142,115,121); }
td.TdClassName
{
border-color: #8E7379;
}
.TagClassName
{
border-color: #8E7379;
}
</style>