#8D717B

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

Shades of Venus #8D717B

Tints of Venus #8D717B

Color information

#8D717B (or 0x8D717B) is unknown color: approx Venus. HEX triplet: 8D, 71 and 7B. RGB value is (141,113,123). Sum of RGB (Red+Green+Blue) = 141+113+123=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 113 (44.53% from 255 or 29.97% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 141 - color contains mainly: red. Hex color #8D717B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D717B is #728E84. Grayscale: #7A7A7A. Windows color (decimal): -7507589 or 8089997. OLE color: 8089997.

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

Color convert

RGB141113123-
CMYK00.200.130.45
HSL338.57º11.02%49.8%-
HSV(B)338.57º19.86%55.29%-
XYZ20.4618.921.31-
YUV122.51128.28141.19-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.40%
GREEN value IS 113 (44.53% from 255) = 29.97%
BLUE value IS 123 (48.44% from 255) = 32.63%
R=37.40%
G=29.97%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111312300.200.130.45338.5711.0249.8
Hex8D717B014D2D153b32
Octal21516117302415555231362
Binary100011011110001111101101010011011011011010100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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