#8D737E

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

Shades of Venus #8D737E

Tints of Venus #8D737E

Color information

#8D737E (or 0x8D737E) is unknown color: approx Venus. HEX triplet: 8D, 73 and 7E. RGB value is (141,115,126). Sum of RGB (Red+Green+Blue) = 141+115+126=382 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.91% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 141 - color contains mainly: red. Hex color #8D737E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D737E is #728C81. Grayscale: #7C7C7C. Windows color (decimal): -7507074 or 8287117. OLE color: 8287117.

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

Color convert

RGB141115126-
CMYK00.180.110.45
HSL334.62º10.24%50.2%-
HSV(B)334.62º18.44%55.29%-
XYZ20.8819.4322.39-
YUV124.03129.11140.11-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.91%
GREEN value IS 115 (45.31% from 255) = 30.10%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=36.91%
G=30.10%
B=32.98%

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
Decimal14111512600.180.110.45334.6210.2450.2
Hex8D737E012B2D14fa32
Octal21516317602213555171262
Binary100011011110011111111001001010111011011010011111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D737E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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