#867D7F

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

Shades of Venus #867D7F

Tints of Venus #867D7F

Color information

#867D7F (or 0x867D7F) is unknown color: approx Venus. HEX triplet: 86, 7D and 7F. RGB value is (134,125,127). Sum of RGB (Red+Green+Blue) = 134+125+127=386 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.72% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 134 - color contains mainly: red. Hex color #867D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867D7F is #798280. Grayscale: #7F7F7F. Windows color (decimal): -7963265 or 8355206. OLE color: 8355206.

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

Color convert

RGB134125127-
CMYK00.070.050.47
HSL346.67º3.59%50.78%-
HSV(B)346.67º6.72%52.55%-
XYZ2121.2723.08-
YUV127.92127.48132.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.72%
GREEN value IS 125 (49.22% from 255) = 32.38%
BLUE value IS 127 (50% from 255) = 32.90%
R=34.72%
G=32.38%
B=32.90%

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
Decimal13412512700.070.050.47346.673.5950.78
Hex867D7F0752F15b433
Octal20617517707557533463
Binary10000110111110111111110111101101111101011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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