#867C7F

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

Shades of Venus #867C7F

Tints of Venus #867C7F

Color information

#867C7F (or 0x867C7F) is unknown color: approx Venus. HEX triplet: 86, 7C and 7F. RGB value is (134,124,127). Sum of RGB (Red+Green+Blue) = 134+124+127=385 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.81% from 385); Green value is 124 (48.83% from 255 or 32.21% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 134 - color contains mainly: red. Hex color #867C7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867C7F is #798380. Grayscale: #7F7F7F. Windows color (decimal): -7963521 or 8354950. OLE color: 8354950.

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

Color convert

RGB134124127-
CMYK00.070.050.47
HSL342º3.97%50.59%-
HSV(B)342º7.46%52.55%-
XYZ20.8721.0223.04-
YUV127.33127.81132.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.81%
GREEN value IS 124 (48.83% from 255) = 32.21%
BLUE value IS 127 (50% from 255) = 32.99%
R=34.81%
G=32.21%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412412700.070.050.473423.9750.59
Hex867C7F0752F156433
Octal20617417707557526463
Binary10000110111110011111110111101101111101010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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