Color Hex Logo

#776419 Color Hex

#776419
(119,100,25)
0 Favorites   0 Comments

Color spaces of #776419

RGB 11910025
HSL0.130.650.28
HSV48°79°47°
CMYK 0.000.160.79   0.53
XYZ12.340413.10652.7991
Yxy13.10650.43690.4640
Hunter Lab36.2029-2.510220.7579
CIE-Lab42.9233-0.797242.5650

#776419 color RGB value is (119,100,25).

#776419 hex color red value is 119, green value is 100 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #776419 hue: 0.13 , saturation: 0.65 and the lightness value of 776419 is 0.28.

The process color (four color CMYK) of #776419 color hex is 0.00, 0.16, 0.79, 0.53. Web safe color of #776419 is #666600. Color #776419 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100100 00011001
Octal 167 144 31
Decimal 119 100 25
Hex 77 64 19

RGB Percentages of Color #776419

%48.77
%40.98
%10.25

CMYK Percentages of Color #776419

%0
%16
%79
%53

Triadic Colors of #776419

#776419 #197764 #641977

Analogous Colors of #776419

#776419 #5b7719 #773519

Monochromatic Colors of #776419

#776419

Complementary Color

#776419 #192c77

#776419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776419 Color CSS Codes

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

#776419 Text Font Color

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

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


#776419 Background Color

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

This div background color is #776419


#776419 Border Color

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

This div border color is #776419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776419


Comments

No comments written yet.

Please login to write comment.