#867E7F

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

Shades of Venus #867E7F

Tints of Venus #867E7F

Color information

#867E7F (or 0x867E7F) is unknown color: approx Venus. HEX triplet: 86, 7E and 7F. RGB value is (134,126,127). Sum of RGB (Red+Green+Blue) = 134+126+127=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 127 (50% from 255 or 32.82% from 387); Max value from RGB is 134 - color contains mainly: red. Hex color #867E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867E7F is #798180. Grayscale: #808080. Windows color (decimal): -7963009 or 8355462. OLE color: 8355462.

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

Color convert

RGB134126127-
CMYK00.060.050.47
HSL352.5º3.2%50.98%-
HSV(B)352.5º5.97%52.55%-
XYZ21.1221.5223.12-
YUV128.51127.15131.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.63%
GREEN value IS 126 (49.61% from 255) = 32.56%
BLUE value IS 127 (50% from 255) = 32.82%
R=34.63%
G=32.56%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412612700.060.050.47352.53.250.98
Hex867E7F0652F160333
Octal20617617706557540363
Binary1000011011111101111111011010110111110110000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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