#8D747C

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

Shades of Venus #8D747C

Tints of Venus #8D747C

Color information

#8D747C (or 0x8D747C) is unknown color: approx Venus. HEX triplet: 8D, 74 and 7C. RGB value is (141,116,124). Sum of RGB (Red+Green+Blue) = 141+116+124=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 141 - color contains mainly: red. Hex color #8D747C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D747C is #728B83. Grayscale: #7C7C7C. Windows color (decimal): -7506820 or 8156301. OLE color: 8156301.

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

Color convert

RGB141116124-
CMYK00.180.120.45
HSL340.8º9.88%50.39%-
HSV(B)340.8º17.73%55.29%-
XYZ20.8719.6121.75-
YUV124.39127.78139.85-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.01%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 124 (48.83% from 255) = 32.55%
R=37.01%
G=30.45%
B=32.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.12
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111612400.180.120.45340.89.8850.39
Hex8D747C012C2D155a32
Octal21516417402214555251262
Binary100011011110100111110001001011001011011010101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D747C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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