#867F81

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

Shades of Venus #867F81

Tints of Venus #867F81

Color information

#867F81 (or 0x867F81) is unknown color: approx Venus. HEX triplet: 86, 7F and 81. RGB value is (134,127,129). Sum of RGB (Red+Green+Blue) = 134+127+129=390 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.36% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 134 - color contains mainly: red. Hex color #867F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867F81 is #79807E. Grayscale: #818181. Windows color (decimal): -7962751 or 8486790. OLE color: 8486790.

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

Color convert

RGB134127129-
CMYK00.050.040.47
HSL342.86º2.81%51.18%-
HSV(B)342.86º5.22%52.55%-
XYZ21.3821.8323.86-
YUV129.32127.82131.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.36%
GREEN value IS 127 (50% from 255) = 32.56%
BLUE value IS 129 (50.78% from 255) = 33.08%
R=34.36%
G=32.56%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412712900.050.040.47342.862.8151.18
Hex867F810542F157333
Octal20617720105457527363
Binary10000110111111110000001010110010111110101011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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