Color Hex Logo

#837765 Color Hex

#837765
(131,119,101)
0 Favorites   0 Comments

Color spaces of #837765

RGB 131119101
HSL0.100.130.45
HSV36°23°51°
CMYK 0.000.090.23   0.49
XYZ18.305918.958515.0065
Yxy18.95850.35020.3627
Hunter Lab43.5414-1.151410.0447
CIE-Lab50.63861.513811.5856

#837765 color RGB value is (131,119,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110111 01100101
Octal 203 167 145
Decimal 131 119 101
Hex 83 77 65

RGB Percentages of Color #837765

%37.32
%33.90
%28.77

CMYK Percentages of Color #837765

%0
%9
%23
%49

Triadic Colors of #837765

#837765 #658377 #776583

Analogous Colors of #837765

#837765 #808365 #836865

Monochromatic Colors of #837765

#837765

Complementary Color

#837765 #657183

#837765 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837765 Color Preview on White Background

Lorem ipsum dolor sit amet.

#837765 Color CSS Codes

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

#837765 Text Font Color

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

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


#837765 Background Color

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

This div background color is #837765


#837765 Border Color

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

This div border color is #837765


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837765


Comments

No comments written yet.

Please login to write comment.