#86727B

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

Shades of Venus #86727B

Tints of Venus #86727B

Color information

#86727B (or 0x86727B) is unknown color: approx Venus. HEX triplet: 86, 72 and 7B. RGB value is (134,114,123). Sum of RGB (Red+Green+Blue) = 134+114+123=371 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.12% from 371); Green value is 114 (44.92% from 255 or 30.73% from 371); Blue value is 123 (48.44% from 255 or 33.15% from 371); Max value from RGB is 134 - color contains mainly: red. Hex color #86727B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86727B is #798D84. Grayscale: #787878. Windows color (decimal): -7966085 or 8090246. OLE color: 8090246.

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

Color convert

RGB134114123-
CMYK00.150.080.47
HSL333º8.06%48.63%-
HSV(B)333º14.93%52.55%-
XYZ19.4218.5321.29-
YUV121.01129.13137.27-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.12%
GREEN value IS 114 (44.92% from 255) = 30.73%
BLUE value IS 123 (48.44% from 255) = 33.15%
R=36.12%
G=30.73%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411412300.150.080.473338.0648.63
Hex86727B0F82F14d831
Octal20616217301710575151061
Binary10000110111001011110110111110001011111010011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86727B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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