Color Hex Logo

#87782a Color Hex

#87782A
(135,120,42)
0 Favorites   0 Comments

Color spaces of #87782a

RGB 13512042
HSL0.140.530.35
HSV50°69°53°
CMYK 0.000.110.69   0.47
XYZ17.126118.75104.9072
Yxy18.75100.41990.4598
Hunter Lab43.3024-5.182523.5927
CIE-Lab50.3946-3.775843.2995

#87782a color RGB value is (135,120,42).

#87782a hex color red value is 135, green value is 120 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #87782a hue: 0.14 , saturation: 0.53 and the lightness value of 87782a is 0.35.

The process color (four color CMYK) of #87782a color hex is 0.00, 0.11, 0.69, 0.47. Web safe color of #87782a is #996633. Color #87782a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111000 00101010
Octal 207 170 52
Decimal 135 120 42
Hex 87 78 2A

RGB Percentages of Color #87782a

%45.45
%40.40
%14.14

CMYK Percentages of Color #87782a

%0
%11
%69
%47

Triadic Colors of #87782a

#87782a #2a8778 #782a87

Analogous Colors of #87782a

#87782a #68872a #874a2a

Monochromatic Colors of #87782a

#87782a

Complementary Color

#87782a #2a3987

#87782a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#87782a Color Preview on White Background

Lorem ipsum dolor sit amet.

#87782a Color CSS Codes

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

#87782a Text Font Color

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

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


#87782a Background Color

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

This div background color is #87782a


#87782a Border Color

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

This div border color is #87782a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,120,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #87782a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #87782a;
  -webkit-box-shadow: 1px 1px 3px 2px #87782a;
  box-shadow:         1px 1px 3px 2px #87782a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,120,42, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #87782a


Comments

No comments written yet.

Please login to write comment.