#8E717C

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

Shades of Venus #8E717C

Tints of Venus #8E717C

Color information

#8E717C (or 0x8E717C) is unknown color: approx Venus. HEX triplet: 8E, 71 and 7C. RGB value is (142,113,124). Sum of RGB (Red+Green+Blue) = 142+113+124=379 (50% of max value = 765). Red value is 142 (55.86% from 255 or 37.47% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 142 - color contains mainly: red. Hex color #8E717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E717C is #718E83. Grayscale: #7A7A7A. Windows color (decimal): -7442052 or 8155534. OLE color: 8155534.

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

Color convert

RGB142113124-
CMYK00.200.130.44
HSL337.24º11.37%50%-
HSV(B)337.24º20.42%55.69%-
XYZ20.719.0221.65-
YUV122.92128.61141.61-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 37.47%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 124 (48.83% from 255) = 32.72%
R=37.47%
G=29.82%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14211312400.200.130.44337.2411.3750
Hex8E717C014D2C151b32
Octal21616117402415545211362
Binary100011101110001111110001010011011011001010100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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