#86737C

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

Shades of Venus #86737C

Tints of Venus #86737C

Color information

#86737C (or 0x86737C) is unknown color: approx Venus. HEX triplet: 86, 73 and 7C. RGB value is (134,115,124). Sum of RGB (Red+Green+Blue) = 134+115+124=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 124 (48.83% from 255 or 33.24% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #86737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86737C is #798C83. Grayscale: #797979. Windows color (decimal): -7965828 or 8156038. OLE color: 8156038.

HSL color Cylindrical-coordinate representation of color #86737C: hue angle of 331.58º degrees, saturation: 0.08, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #86737C is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB134115124-
CMYK00.140.070.47
HSL331.58º7.63%48.82%-
HSV(B)331.58º14.18%52.55%-
XYZ19.618.7921.66-
YUV121.71129.29136.77-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 115 (45.31% from 255) = 30.83%
BLUE value IS 124 (48.83% from 255) = 33.24%
R=35.92%
G=30.83%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411512400.140.070.47331.587.6348.82
Hex86737C0E72F14c831
Octal2061631740167575141061
Binary1000011011100111111100011101111011111010011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86737C; }

 p { color: rgb(134,115,124); }

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

<style>
 a { background-color: #86737C; }

 a { background-color: rgb(134,115,124); }

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

<style>
 span { border-color: #86737C; }

 span { border-color: rgb(134,115,124); }

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