Color Hex Logo

#787214 Color Hex

#787214
(120,114,20)
0 Favorites   0 Comments

Color spaces of #787214

RGB 12011420
HSL0.160.710.27
HSV56°83°47°
CMYK 0.000.050.83   0.53
XYZ13.889316.07823.0332
Yxy16.07820.42090.4872
Hunter Lab40.0976-8.340823.5833
CIE-Lab47.0769-8.522848.1248

#787214 color RGB value is (120,114,20).

#787214 hex color red value is 120, green value is 114 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #787214 hue: 0.16 , saturation: 0.71 and the lightness value of 787214 is 0.27.

The process color (four color CMYK) of #787214 color hex is 0.00, 0.05, 0.83, 0.53. Web safe color of #787214 is #666600. Color #787214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110010 00010100
Octal 170 162 24
Decimal 120 114 20
Hex 78 72 14

RGB Percentages of Color #787214

%47.24
%44.88
%7.87

CMYK Percentages of Color #787214

%0
%5
%83
%53

Triadic Colors of #787214

#787214 #147872 #721478

Analogous Colors of #787214

#787214 #4c7814 #784014

Monochromatic Colors of #787214

#787214

Complementary Color

#787214 #141a78

#787214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787214 Color CSS Codes

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

#787214 Text Font Color

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

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


#787214 Background Color

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

This div background color is #787214


#787214 Border Color

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

This div border color is #787214


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,114,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #787214; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #787214;
  -webkit-box-shadow: 1px 1px 3px 2px #787214;
  box-shadow:         1px 1px 3px 2px #787214; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787214


Comments

No comments written yet.

Please login to write comment.