Color Hex Logo

#776619 Color Hex

#776619
(119,102,25)
0 Favorites   0 Comments

Color spaces of #776619

RGB 11910225
HSL0.140.650.28
HSV49°79°47°
CMYK 0.000.140.79   0.53
XYZ12.534613.49492.8638
Yxy13.49490.43380.4671
Hunter Lab36.7354-3.380421.0927
CIE-Lab43.4997-1.960443.1075

#776619 color RGB value is (119,102,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100110 00011001
Octal 167 146 31
Decimal 119 102 25
Hex 77 66 19

RGB Percentages of Color #776619

%48.37
%41.46
%10.16

CMYK Percentages of Color #776619

%0
%14
%79
%53

Triadic Colors of #776619

#776619 #197766 #661977

Analogous Colors of #776619

#776619 #597719 #773719

Monochromatic Colors of #776619

#776619

Complementary Color

#776619 #192a77

#776619 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776619 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776619 Color CSS Codes

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

#776619 Text Font Color

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

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


#776619 Background Color

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

This div background color is #776619


#776619 Border Color

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

This div border color is #776619


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776619


Comments

No comments written yet.

Please login to write comment.