Color Hex Logo

#776301 Color Hex

#776301
(119,99,1)
0 Favorites   0 Comments

Color spaces of #776301

RGB 119991
HSL0.140.980.24
HSV50°99°47°
CMYK 0.000.170.99   0.53
XYZ12.075112.84781.8722
Yxy12.84780.45060.4795
Hunter Lab35.8438-2.593521.9938
CIE-Lab42.5330-0.942549.2979

#776301 color RGB value is (119,99,1).

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

The process color (four color CMYK) of #776301 color hex is 0.00, 0.17, 0.99, 0.53. Web safe color of #776301 is #666600. Color #776301 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100011 00000001
Octal 167 143 1
Decimal 119 99 1
Hex 77 63 1

RGB Percentages of Color #776301

%54.34
%45.21
%0.46

CMYK Percentages of Color #776301

%0
%17
%99
%53

Triadic Colors of #776301

#776301 #017763 #630177

Analogous Colors of #776301

#776301 #507701 #772801

Monochromatic Colors of #776301

#776301

Complementary Color

#776301 #011577

#776301 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776301 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776301 Color CSS Codes

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

#776301 Text Font Color

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

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


#776301 Background Color

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

This div background color is #776301


#776301 Border Color

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

This div border color is #776301


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776301


Comments

No comments written yet.

Please login to write comment.