#8D717D

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

Shades of Venus #8D717D

Tints of Venus #8D717D

Color information

#8D717D (or 0x8D717D) is unknown color: approx Venus. HEX triplet: 8D, 71 and 7D. RGB value is (141,113,125). Sum of RGB (Red+Green+Blue) = 141+113+125=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 113 (44.53% from 255 or 29.82% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 141 - color contains mainly: red. Hex color #8D717D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D717D is #728E82. Grayscale: #7A7A7A. Windows color (decimal): -7507587 or 8221069. OLE color: 8221069.

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

Color convert

RGB141113125-
CMYK00.200.110.45
HSL334.29º11.02%49.8%-
HSV(B)334.29º19.86%55.29%-
XYZ20.5918.9521.98-
YUV122.74129.28141.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.20%
GREEN value IS 113 (44.53% from 255) = 29.82%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=37.20%
G=29.82%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111312500.200.110.45334.2911.0249.8
Hex8D717D014B2D14eb32
Octal21516117502413555161362
Binary100011011110001111110101010010111011011010011101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D717D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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