Color Hex Logo

#867760 Color Hex

#867760
(134,119,96)
0 Favorites   0 Comments

Color spaces of #867760

RGB 13411996
HSL0.100.170.45
HSV36°28°53°
CMYK 0.000.110.28   0.47
XYZ18.539719.106513.7771
Yxy19.10650.36050.3716
Hunter Lab43.7110-0.784711.9103
CIE-Lab50.81161.992414.7857

#867760 color RGB value is (134,119,96).

#867760 hex color red value is 134, green value is 119 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #867760 hue: 0.10 , saturation: 0.17 and the lightness value of 867760 is 0.45.

The process color (four color CMYK) of #867760 color hex is 0.00, 0.11, 0.28, 0.47. Web safe color of #867760 is #996666. Color #867760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000110 01110111 01100000
Octal 206 167 140
Decimal 134 119 96
Hex 86 77 60

RGB Percentages of Color #867760

%38.40
%34.10
%27.51

CMYK Percentages of Color #867760

%0
%11
%28
%47

Triadic Colors of #867760

#867760 #608677 #776086

Analogous Colors of #867760

#867760 #828660 #866460

Monochromatic Colors of #867760

#867760

Complementary Color

#867760 #606f86

#867760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#867760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#867760 Color CSS Codes

.mybgcolor {background-color:#867760; } 
.myforecolor {color:#867760; }
.mybordercolor {border:3px solid #867760; }

#867760 Text Font Color

<p style="color:#867760">Text here</p>

This sample text font color is #867760
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#867760 Background Color

<div style="background-color:#867760">
Div content here</div>

This div background color is #867760


#867760 Border Color

<div style="border:3px solid #867760">
Div here</div>

This div border color is #867760


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(134,119,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #867760; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #867760;
  -webkit-box-shadow: 1px 1px 3px 2px #867760;
  box-shadow:         1px 1px 3px 2px #867760; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(134,119,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #867760">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #867760;
  -webkit-box-shadow: 1px 1px 3px 2px #867760;
  box-shadow:         1px 1px 3px 2px #867760;">
Div content here</div>

This div box has shadow with color #867760


Comments

No comments written yet.

Please login to write comment.