Color Hex Logo

#78872d Color Hex

#78872D
(120,135,45)
0 Favorites   0 Comments

Color spaces of #78872d

RGB 12013545
HSL0.190.500.35
HSV70°67°53°
CMYK 0.110.000.67   0.47
XYZ16.883421.51055.7447
Yxy21.51050.38250.4873
Hunter Lab46.3794-16.185025.1217
CIE-Lab53.5037-18.517744.8217

#78872d color RGB value is (120,135,45).

#78872d hex color red value is 120, green value is 135 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #78872d hue: 0.19 , saturation: 0.50 and the lightness value of 78872d is 0.35.

The process color (four color CMYK) of #78872d color hex is 0.11, 0.00, 0.67, 0.47. Web safe color of #78872d is #669933. Color #78872d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000111 00101101
Octal 170 207 55
Decimal 120 135 45
Hex 78 87 2D

RGB Percentages of Color #78872d

%40.00
%45.00
%15.00

CMYK Percentages of Color #78872d

%11
%0
%67
%47

Triadic Colors of #78872d

#78872d #2d7887 #872d78

Analogous Colors of #78872d

#78872d #4b872d #87692d

Monochromatic Colors of #78872d

#78872d

Complementary Color

#78872d #3c2d87

#78872d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78872d Color Preview on White Background

Lorem ipsum dolor sit amet.

#78872d Color CSS Codes

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

#78872d Text Font Color

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

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


#78872d Background Color

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

This div background color is #78872d


#78872d Border Color

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

This div border color is #78872d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78872d


Comments

No comments written yet.

Please login to write comment.