Color Hex Logo

#776031 Color Hex

#776031
(119,96,49)
0 Favorites   0 Comments

Color spaces of #776031

RGB 1199649
HSL0.110.420.33
HSV40°59°47°
CMYK 0.000.190.59   0.53
XYZ12.345012.50944.6696
Yxy12.50940.41810.4237
Hunter Lab35.36860.408216.9302
CIE-Lab42.01453.151330.0189

#776031 color RGB value is (119,96,49).

#776031 hex color red value is 119, green value is 96 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #776031 hue: 0.11 , saturation: 0.42 and the lightness value of 776031 is 0.33.

The process color (four color CMYK) of #776031 color hex is 0.00, 0.19, 0.59, 0.53. Web safe color of #776031 is #666633. Color #776031 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100000 00110001
Octal 167 140 61
Decimal 119 96 49
Hex 77 60 31

RGB Percentages of Color #776031

%45.08
%36.36
%18.56

CMYK Percentages of Color #776031

%0
%19
%59
%53

Triadic Colors of #776031

#776031 #317760 #603177

Analogous Colors of #776031

#776031 #6b7731 #773d31

Monochromatic Colors of #776031

#776031

Complementary Color

#776031 #314877

#776031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776031 Color CSS Codes

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

#776031 Text Font Color

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

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


#776031 Background Color

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

This div background color is #776031


#776031 Border Color

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

This div border color is #776031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776031


Comments

No comments written yet.

Please login to write comment.