Color Hex Logo

#837760 Color Hex

#837760
(131,119,96)
0 Favorites   0 Comments

Color spaces of #837760

RGB 13111996
HSL0.110.150.45
HSV39°27°51°
CMYK 0.000.090.27   0.49
XYZ18.068218.863513.7550
Yxy18.86350.35650.3722
Hunter Lab43.4321-1.748411.6253
CIE-Lab50.52710.739214.3490

#837760 color RGB value is (131,119,96).

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

The process color (four color CMYK) of #837760 color hex is 0.00, 0.09, 0.27, 0.49. Web safe color of #837760 is #996666. Color #837760 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110111 01100000
Octal 203 167 140
Decimal 131 119 96
Hex 83 77 60

RGB Percentages of Color #837760

%37.86
%34.39
%27.75

CMYK Percentages of Color #837760

%0
%9
%27
%49

Triadic Colors of #837760

#837760 #608377 #776083

Analogous Colors of #837760

#837760 #7e8360 #836660

Monochromatic Colors of #837760

#837760

Complementary Color

#837760 #606c83

#837760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#837760 Color CSS Codes

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

#837760 Text Font Color

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

This sample text font color is #837760
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.


#837760 Background Color

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

This div background color is #837760


#837760 Border Color

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

This div border color is #837760


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,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 #837760">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837760


Comments

No comments written yet.

Please login to write comment.