#8D747E

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

Shades of Venus #8D747E

Tints of Venus #8D747E

Color information

#8D747E (or 0x8D747E) is unknown color: approx Venus. HEX triplet: 8D, 74 and 7E. RGB value is (141,116,126). Sum of RGB (Red+Green+Blue) = 141+116+126=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 141 - color contains mainly: red. Hex color #8D747E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D747E is #728B81. Grayscale: #7C7C7C. Windows color (decimal): -7506818 or 8287373. OLE color: 8287373.

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

Color convert

RGB141116126-
CMYK00.180.110.45
HSL336º9.88%50.39%-
HSV(B)336º17.73%55.29%-
XYZ2119.6622.43-
YUV124.62128.78139.69-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.81%
GREEN value IS 116 (45.70% from 255) = 30.29%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=36.81%
G=30.29%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.11
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111612600.180.110.453369.8850.39
Hex8D747E012B2D150a32
Octal21516417602213555201262
Binary100011011110100111111001001010111011011010100001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D747E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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