#8D737A

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

Shades of Venus #8D737A

Tints of Venus #8D737A

Color information

#8D737A (or 0x8D737A) is unknown color: approx Venus. HEX triplet: 8D, 73 and 7A. RGB value is (141,115,122). Sum of RGB (Red+Green+Blue) = 141+115+122=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 122 (48.05% from 255 or 32.28% from 378); Max value from RGB is 141 - color contains mainly: red. Hex color #8D737A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D737A is #728C85. Grayscale: #7B7B7B. Windows color (decimal): -7507078 or 8024973. OLE color: 8024973.

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

Color convert

RGB141115122-
CMYK00.180.130.45
HSL343.85º10.24%50.2%-
HSV(B)343.85º18.44%55.29%-
XYZ20.6319.3321.06-
YUV123.57127.11140.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.30%
GREEN value IS 115 (45.31% from 255) = 30.42%
BLUE value IS 122 (48.05% from 255) = 32.28%
R=37.30%
G=30.42%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111512200.180.130.45343.8510.2450.2
Hex8D737A012D2D158a32
Octal21516317202215555301262
Binary100011011110011111101001001011011011011010110001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D737A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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