#867B7D

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

Shades of Venus #867B7D

Tints of Venus #867B7D

Color information

#867B7D (or 0x867B7D) is unknown color: approx Venus. HEX triplet: 86, 7B and 7D. RGB value is (134,123,125). Sum of RGB (Red+Green+Blue) = 134+123+125=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 123 (48.44% from 255 or 32.20% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 134 - color contains mainly: red. Hex color #867B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B7D is #798482. Grayscale: #7E7E7E. Windows color (decimal): -7963779 or 8223622. OLE color: 8223622.

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

Color convert

RGB134123125-
CMYK00.080.070.47
HSL349.09º4.35%50.39%-
HSV(B)349.09º8.21%52.55%-
XYZ20.6220.7122.31-
YUV126.52127.14133.34-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.08%
GREEN value IS 123 (48.44% from 255) = 32.20%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=35.08%
G=32.20%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412312500.080.070.47349.094.3550.39
Hex867B7D0872F15d432
Octal206173175010757535462
Binary100001101111011111110101000111101111101011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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