#86747B

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

Shades of Venus #86747B

Tints of Venus #86747B

Color information

#86747B (or 0x86747B) is unknown color: approx Venus. HEX triplet: 86, 74 and 7B. RGB value is (134,116,123). Sum of RGB (Red+Green+Blue) = 134+116+123=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 134 - color contains mainly: red. Hex color #86747B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86747B is #798B84. Grayscale: #7A7A7A. Windows color (decimal): -7965573 or 8090758. OLE color: 8090758.

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

Color convert

RGB134116123-
CMYK00.130.080.47
HSL336.67º7.2%49.02%-
HSV(B)336.67º13.43%52.55%-
XYZ19.6518.9921.37-
YUV122.18128.46136.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 123 (48.44% from 255) = 32.98%
R=35.92%
G=31.10%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411612300.130.080.47336.677.249.02
Hex86747B0D82F151731
Octal2061641730151057521761
Binary1000011011101001111011011011000101111101010001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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