#867C80

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

Shades of Venus #867C80

Tints of Venus #867C80

Color information

#867C80 (or 0x867C80) is unknown color: approx Venus. HEX triplet: 86, 7C and 80. RGB value is (134,124,128). Sum of RGB (Red+Green+Blue) = 134+124+128=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 124 (48.83% from 255 or 32.12% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 134 - color contains mainly: red. Hex color #867C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867C80 is #79837F. Grayscale: #7F7F7F. Windows color (decimal): -7963520 or 8420486. OLE color: 8420486.

HSL color Cylindrical-coordinate representation of color #867C80: hue angle of 336º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #867C80 is Cyan = 0, Magento = 0.07, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB134124128-
CMYK00.070.040.47
HSL336º3.97%50.59%-
HSV(B)336º7.46%52.55%-
XYZ20.9421.0423.38-
YUV127.45128.31132.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 124 (48.83% from 255) = 32.12%
BLUE value IS 128 (50.39% from 255) = 33.16%
R=34.72%
G=32.12%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412412800.070.040.473363.9750.59
Hex867C800742F150433
Octal20617420007457520463
Binary100001101111100100000000111100101111101010000100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867C80; }

 p { color: rgb(134,124,128); }

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

<style>
 a { background-color: #867C80; }

 a { background-color: rgb(134,124,128); }

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

<style>
 span { border-color: #867C80; }

 span { border-color: rgb(134,124,128); }

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