Color Hex Logo

#837764 Color Hex

#837764
(131,119,100)
0 Favorites   0 Comments

Color spaces of #837764

RGB 131119100
HSL0.100.130.45
HSV37°24°51°
CMYK 0.000.090.24   0.49
XYZ18.257118.939014.7499
Yxy18.93900.35150.3646
Hunter Lab43.5190-1.273810.3681
CIE-Lab50.61581.355612.1384

#837764 color RGB value is (131,119,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110111 01100100
Octal 203 167 144
Decimal 131 119 100
Hex 83 77 64

RGB Percentages of Color #837764

%37.43
%34.00
%28.57

CMYK Percentages of Color #837764

%0
%9
%24
%49

Triadic Colors of #837764

#837764 #648377 #776483

Analogous Colors of #837764

#837764 #808364 #836864

Monochromatic Colors of #837764

#837764

Complementary Color

#837764 #647083

#837764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#837764 Color CSS Codes

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

#837764 Text Font Color

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

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


#837764 Background Color

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

This div background color is #837764


#837764 Border Color

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

This div border color is #837764


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837764


Comments

No comments written yet.

Please login to write comment.