#8E7179

Color #8E7179 Venus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venus #8E7179

Tints of Venus #8E7179

Color information

#8E7179 (or 0x8E7179) is unknown color: approx Venus. HEX triplet: 8E, 71 and 79. RGB value is (142,113,121). Sum of RGB (Red+Green+Blue) = 142+113+121=376 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.77% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 142 - color contains mainly: red. Hex color #8E7179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E7179 is #718E86. Grayscale: #7A7A7A. Windows color (decimal): -7442055 or 7958926. OLE color: 7958926.

HSL color Cylindrical-coordinate representation of color #8E7179: hue angle of 343.45º 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 #8E7179 is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB142113121-
CMYK00.200.150.44
HSL343.45º11.37%50%-
HSV(B)343.45º20.42%55.69%-
XYZ20.5118.9420.66-
YUV122.58127.11141.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 37.77%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=37.77%
G=30.05%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211312100.200.150.44343.4511.3750
Hex8E7179014F2C157b32
Octal21616117102417545271362
Binary100011101110001111100101010011111011001010101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E7179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E7179; }

 p { color: rgb(142,113,121); }

 H1.HeaderClassName
 {
   color: #8E7179;
 }
 .AnyTagClassName
 {
   color: #8E7179;
 }
</style>
background-color css

<style>
 a { background-color: #8E7179; }

 a { background-color: rgb(142,113,121); }

 div.DivClassName
 {
   background-color: #8E7179;
 }
 .BgClassName
 {
   background-color: #8E7179;
 }
</style>
border-color css

<style>
 span { border-color: #8E7179; }

 span { border-color: rgb(142,113,121); }

 td.TdClassName
 {
   border-color: #8E7179;
 }
 .TagClassName
 {
   border-color: #8E7179;
 }
</style>