Color Hex Logo

#767416 Color Hex

#767416
(118,116,22)
0 Favorites   0 Comments

Color spaces of #767416

RGB 11811622
HSL0.160.690.27
HSV59°81°46°
CMYK 0.000.020.81   0.54
XYZ13.861416.40033.1940
Yxy16.40030.41430.4902
Hunter Lab40.4973-9.773323.6719
CIE-Lab47.4953-10.502847.7932

#767416 color RGB value is (118,116,22).

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

The process color (four color CMYK) of #767416 color hex is 0.00, 0.02, 0.81, 0.54. Web safe color of #767416 is #666600. Color #767416 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110100 00010110
Octal 166 164 26
Decimal 118 116 22
Hex 76 74 16

RGB Percentages of Color #767416

%46.09
%45.31
%8.59

CMYK Percentages of Color #767416

%0
%2
%81
%54

Triadic Colors of #767416

#767416 #167674 #741676

Analogous Colors of #767416

#767416 #487616 #764416

Monochromatic Colors of #767416

#767416

Complementary Color

#767416 #161876

#767416 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#767416 Color Preview on White Background

Lorem ipsum dolor sit amet.

#767416 Color CSS Codes

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

#767416 Text Font Color

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

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


#767416 Background Color

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

This div background color is #767416


#767416 Border Color

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

This div border color is #767416


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,116,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #767416


Comments

No comments written yet.

Please login to write comment.