#86757D

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

Shades of Venus #86757D

Tints of Venus #86757D

Color information

#86757D (or 0x86757D) is unknown color: approx Venus. HEX triplet: 86, 75 and 7D. RGB value is (134,117,125). Sum of RGB (Red+Green+Blue) = 134+117+125=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 134 - color contains mainly: red. Hex color #86757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86757D is #798A82. Grayscale: #7A7A7A. Windows color (decimal): -7965315 or 8222086. OLE color: 8222086.

HSL color Cylindrical-coordinate representation of color #86757D: hue angle of 331.76º 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 #86757D is Cyan = 0, Magento = 0.13, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB134117125-
CMYK00.130.070.47
HSL331.76º6.77%49.22%-
HSV(B)331.76º12.69%52.55%-
XYZ19.8919.2722.07-
YUV123129.13135.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 117 (46.09% from 255) = 31.12%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=35.64%
G=31.12%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411712500.130.070.47331.766.7749.22
Hex86757D0D72F14c731
Octal206165175015757514761
Binary100001101110101111110101101111101111101001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86757D; }

 p { color: rgb(134,117,125); }

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

<style>
 a { background-color: #86757D; }

 a { background-color: rgb(134,117,125); }

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

<style>
 span { border-color: #86757D; }

 span { border-color: rgb(134,117,125); }

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