Color Hex Logo

#78816e Color Hex

#78816E
(120,129,110)
0 Favorites   0 Comments

Color spaces of #78816e

RGB 120129110
HSL0.250.080.47
HSV88°15°51°
CMYK 0.070.000.15   0.49
XYZ18.410520.819417.8001
Yxy20.81940.32280.3651
Hunter Lab45.6283-7.82678.8101
CIE-Lab52.7513-7.04359.1786

#78816e color RGB value is (120,129,110).

#78816e hex color red value is 120, green value is 129 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #78816e hue: 0.25 , saturation: 0.08 and the lightness value of 78816e is 0.47.

The process color (four color CMYK) of #78816e color hex is 0.07, 0.00, 0.15, 0.49. Web safe color of #78816e is #669966. Color #78816e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10000001 01101110
Octal 170 201 156
Decimal 120 129 110
Hex 78 81 6E

RGB Percentages of Color #78816e

%33.43
%35.93
%30.64

CMYK Percentages of Color #78816e

%7
%0
%15
%49

Triadic Colors of #78816e

#78816e #6e7881 #816e78

Analogous Colors of #78816e

#78816e #6f816e #81816e

Monochromatic Colors of #78816e

#78816e

Complementary Color

#78816e #776e81

#78816e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78816e Color Preview on White Background

Lorem ipsum dolor sit amet.

#78816e Color CSS Codes

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

#78816e Text Font Color

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

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


#78816e Background Color

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

This div background color is #78816e


#78816e Border Color

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

This div border color is #78816e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,129,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #78816e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #78816e;
  -webkit-box-shadow: 1px 1px 3px 2px #78816e;
  box-shadow:         1px 1px 3px 2px #78816e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78816e


Comments

No comments written yet.

Please login to write comment.