#86737B

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

Shades of Venus #86737B

Tints of Venus #86737B

Color information

#86737B (or 0x86737B) is unknown color: approx Venus. HEX triplet: 86, 73 and 7B. RGB value is (134,115,123). Sum of RGB (Red+Green+Blue) = 134+115+123=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 134 - color contains mainly: red. Hex color #86737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86737B is #798C84. Grayscale: #797979. Windows color (decimal): -7965829 or 8090502. OLE color: 8090502.

HSL color Cylindrical-coordinate representation of color #86737B: hue angle of 334.74º 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 #86737B is Cyan = 0, Magento = 0.14, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB134115123-
CMYK00.140.080.47
HSL334.74º7.63%48.82%-
HSV(B)334.74º14.18%52.55%-
XYZ19.5418.7621.33-
YUV121.59128.79136.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.02%
GREEN value IS 115 (45.31% from 255) = 30.91%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=36.02%
G=30.91%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411512300.140.080.47334.747.6348.82
Hex86737B0E82F14f831
Octal20616317301610575171061
Binary10000110111001111110110111010001011111010011111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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