#86727A

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

Shades of Venus #86727A

Tints of Venus #86727A

Color information

#86727A (or 0x86727A) is unknown color: approx Venus. HEX triplet: 86, 72 and 7A. RGB value is (134,114,122). Sum of RGB (Red+Green+Blue) = 134+114+122=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 114 (44.92% from 255 or 30.81% from 370); Blue value is 122 (48.05% from 255 or 32.97% from 370); Max value from RGB is 134 - color contains mainly: red. Hex color #86727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86727A is #798D85. Grayscale: #787878. Windows color (decimal): -7966086 or 8024710. OLE color: 8024710.

HSL color Cylindrical-coordinate representation of color #86727A: hue angle of 336º 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 #86727A is Cyan = 0, Magento = 0.15, Yellow = 0.09 and Black (K on CMYK) = 0.47.

Color convert

RGB134114122-
CMYK00.150.090.47
HSL336º8.06%48.63%-
HSV(B)336º14.93%52.55%-
XYZ19.3618.5120.96-
YUV120.89128.63137.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 114 (44.92% from 255) = 30.81%
BLUE value IS 122 (48.05% from 255) = 32.97%
R=36.22%
G=30.81%
B=32.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.09
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411412200.150.090.473368.0648.63
Hex86727A0F92F150831
Octal20616217201711575201061
Binary10000110111001011110100111110011011111010100001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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