Color Hex Logo

#776812 Color Hex

#776812
(119,104,18)
0 Favorites   0 Comments

Color spaces of #776812

RGB 11910418
HSL0.140.740.27
HSV51°85°47°
CMYK 0.000.130.85   0.53
XYZ12.667213.86622.5811
Yxy13.86620.43510.4763
Hunter Lab37.2373-4.444221.9565
CIE-Lab44.0404-3.397046.0651

#776812 color RGB value is (119,104,18).

#776812 hex color red value is 119, green value is 104 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #776812 hue: 0.14 , saturation: 0.74 and the lightness value of 776812 is 0.27.

The process color (four color CMYK) of #776812 color hex is 0.00, 0.13, 0.85, 0.53. Web safe color of #776812 is #666600. Color #776812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101000 00010010
Octal 167 150 22
Decimal 119 104 18
Hex 77 68 12

RGB Percentages of Color #776812

%49.38
%43.15
%7.47

CMYK Percentages of Color #776812

%0
%13
%85
%53

Triadic Colors of #776812

#776812 #127768 #681277

Analogous Colors of #776812

#776812 #547712 #773612

Monochromatic Colors of #776812

#776812

Complementary Color

#776812 #122177

#776812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776812 Color CSS Codes

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

#776812 Text Font Color

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

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


#776812 Background Color

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

This div background color is #776812


#776812 Border Color

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

This div border color is #776812


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,104,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #776812; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #776812;
  -webkit-box-shadow: 1px 1px 3px 2px #776812;
  box-shadow:         1px 1px 3px 2px #776812; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,104,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776812


Comments

No comments written yet.

Please login to write comment.