Color Hex Logo

#837780 Color Hex

#837780
(131,119,128)
0 Favorites   0 Comments

Color spaces of #837780

RGB 131119128
HSL0.880.050.49
HSV315°51°
CMYK 0.000.090.02   0.49
XYZ19.853219.577523.1545
Yxy19.57750.31720.3128
Hunter Lab44.24652.6609-0.0544
CIE-Lab51.35616.3376-3.2461

#837780 color RGB value is (131,119,128).

#837780 hex color red value is 131, green value is 119 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #837780 hue: 0.88 , saturation: 0.05 and the lightness value of 837780 is 0.49.

The process color (four color CMYK) of #837780 color hex is 0.00, 0.09, 0.02, 0.49. Web safe color of #837780 is #996699. Color #837780 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110111 10000000
Octal 203 167 200
Decimal 131 119 128
Hex 83 77 80

RGB Percentages of Color #837780

%34.66
%31.48
%33.86

CMYK Percentages of Color #837780

%0
%9
%2
%49

Triadic Colors of #837780

#837780 #808377 #778083

Analogous Colors of #837780

#837780 #83777a #807783

Monochromatic Colors of #837780

#837780

Complementary Color

#837780 #77837a

#837780 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#837780 Color Preview on White Background

Lorem ipsum dolor sit amet.

#837780 Color CSS Codes

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

#837780 Text Font Color

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

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


#837780 Background Color

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

This div background color is #837780


#837780 Border Color

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

This div border color is #837780


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #837780

#837780 Color Palettes


Comments

No comments written yet.

Please login to write comment.