#867B7F

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

Shades of Venus #867B7F

Tints of Venus #867B7F

Color information

#867B7F (or 0x867B7F) is unknown color: approx Venus. HEX triplet: 86, 7B and 7F. RGB value is (134,123,127). Sum of RGB (Red+Green+Blue) = 134+123+127=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 134 - color contains mainly: red. Hex color #867B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867B7F is #798480. Grayscale: #7E7E7E. Windows color (decimal): -7963777 or 8354694. OLE color: 8354694.

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

Color convert

RGB134123127-
CMYK00.080.050.47
HSL338.18º4.35%50.39%-
HSV(B)338.18º8.21%52.55%-
XYZ20.7520.7722.99-
YUV126.74128.14133.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 123 (48.44% from 255) = 32.03%
BLUE value IS 127 (50% from 255) = 33.07%
R=34.90%
G=32.03%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412312700.080.050.47338.184.3550.39
Hex867B7F0852F152432
Octal206173177010557522462
Binary100001101111011111111101000101101111101010010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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