#86767B

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

Shades of Venus #86767B

Tints of Venus #86767B

Color information

#86767B (or 0x86767B) is unknown color: approx Venus. HEX triplet: 86, 76 and 7B. RGB value is (134,118,123). Sum of RGB (Red+Green+Blue) = 134+118+123=375 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.73% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 134 - color contains mainly: red. Hex color #86767B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86767B is #798984. Grayscale: #7B7B7B. Windows color (decimal): -7965061 or 8091270. OLE color: 8091270.

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

Color convert

RGB134118123-
CMYK00.120.080.47
HSL341.25º6.35%49.41%-
HSV(B)341.25º11.94%52.55%-
XYZ19.8919.4621.45-
YUV123.35127.8135.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.73%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 123 (48.44% from 255) = 32.8%
R=35.73%
G=31.47%
B=32.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411812300.120.080.47341.256.3549.41
Hex86767B0C82F155631
Octal2061661730141057525661
Binary1000011011101101111011011001000101111101010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86767B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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