#8D717C

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

Shades of Venus #8D717C

Tints of Venus #8D717C

Color information

#8D717C (or 0x8D717C) is unknown color: approx Venus. HEX triplet: 8D, 71 and 7C. RGB value is (141,113,124). Sum of RGB (Red+Green+Blue) = 141+113+124=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 113 (44.53% from 255 or 29.89% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 141 - color contains mainly: red. Hex color #8D717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D717C is #728E83. Grayscale: #7A7A7A. Windows color (decimal): -7507588 or 8155533. OLE color: 8155533.

HSL color Cylindrical-coordinate representation of color #8D717C: hue angle of 336.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D717C is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.45.

Color convert

RGB141113124-
CMYK00.200.120.45
HSL336.43º11.02%49.8%-
HSV(B)336.43º19.86%55.29%-
XYZ20.5318.9321.64-
YUV122.63128.78141.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.30%
GREEN value IS 113 (44.53% from 255) = 29.89%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=37.30%
G=29.89%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111312400.200.120.45336.4311.0249.8
Hex8D717C014C2D150b32
Octal21516117402414555201362
Binary100011011110001111110001010011001011011010100001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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