Color Hex Logo

#767214 Color Hex

#767214
(118,114,20)
0 Favorites   0 Comments

Color spaces of #767214

RGB 11811420
HSL0.160.710.27
HSV58°83°46°
CMYK 0.000.030.83   0.54
XYZ13.614815.93673.0203
Yxy15.93670.41800.4893
Hunter Lab39.9208-8.984823.4588
CIE-Lab46.8913-9.469347.8909

#767214 color RGB value is (118,114,20).

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

The process color (four color CMYK) of #767214 color hex is 0.00, 0.03, 0.83, 0.54. Web safe color of #767214 is #666600. Color #767214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110010 00010100
Octal 166 162 24
Decimal 118 114 20
Hex 76 72 14

RGB Percentages of Color #767214

%46.83
%45.24
%7.94

CMYK Percentages of Color #767214

%0
%3
%83
%54

Triadic Colors of #767214

#767214 #147672 #721476

Analogous Colors of #767214

#767214 #497614 #764114

Monochromatic Colors of #767214

#767214

Complementary Color

#767214 #141876

#767214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767214 Color CSS Codes

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

#767214 Text Font Color

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

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


#767214 Background Color

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

This div background color is #767214


#767214 Border Color

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

This div border color is #767214


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,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 #767214">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767214


Comments

No comments written yet.

Please login to write comment.