#86797F

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

Shades of Venus #86797F

Tints of Venus #86797F

Color information

#86797F (or 0x86797F) is unknown color: approx Venus. HEX triplet: 86, 79 and 7F. RGB value is (134,121,127). Sum of RGB (Red+Green+Blue) = 134+121+127=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 121 (47.66% from 255 or 31.68% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 134 - color contains mainly: red. Hex color #86797F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86797F is #798680. Grayscale: #7D7D7D. Windows color (decimal): -7964289 or 8354182. OLE color: 8354182.

HSL color Cylindrical-coordinate representation of color #86797F: hue angle of 332.31º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #86797F is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB134121127-
CMYK00.100.050.47
HSL332.31º5.1%50%-
HSV(B)332.31º9.7%52.55%-
XYZ20.520.2822.91-
YUV125.57128.81134.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 121 (47.66% from 255) = 31.68%
BLUE value IS 127 (50% from 255) = 33.25%
R=35.08%
G=31.68%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412112700.100.050.47332.315.150
Hex86797F0A52F14c532
Octal206171177012557514562
Binary100001101111001111111101010101101111101001100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86797F; }

 p { color: rgb(134,121,127); }

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

<style>
 a { background-color: #86797F; }

 a { background-color: rgb(134,121,127); }

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

<style>
 span { border-color: #86797F; }

 span { border-color: rgb(134,121,127); }

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