Color Hex Logo

#776403 Color Hex

#776403
(119,100,3)
0 Favorites   0 Comments

Color spaces of #776403

RGB 1191003
HSL0.140.950.24
HSV50°97°47°
CMYK 0.000.160.97   0.53
XYZ12.181413.04291.9616
Yxy13.04290.44810.4798
Hunter Lab36.1150-2.994022.0601
CIE-Lab42.8278-1.477848.9972

#776403 color RGB value is (119,100,3).

#776403 hex color red value is 119, green value is 100 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #776403 hue: 0.14 , saturation: 0.95 and the lightness value of 776403 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100100 00000011
Octal 167 144 3
Decimal 119 100 3
Hex 77 64 3

RGB Percentages of Color #776403

%53.60
%45.05
%1.35

CMYK Percentages of Color #776403

%0
%16
%97
%53

Triadic Colors of #776403

#776403 #037764 #640377

Analogous Colors of #776403

#776403 #507703 #772a03

Monochromatic Colors of #776403

#776403

Complementary Color

#776403 #031677

#776403 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776403 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776403 Color CSS Codes

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

#776403 Text Font Color

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

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


#776403 Background Color

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

This div background color is #776403


#776403 Border Color

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

This div border color is #776403


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776403


Comments

No comments written yet.

Please login to write comment.