Color Hex Logo

#776354 Color Hex

#776354
(119,99,84)
0 Favorites   0 Comments

Color spaces of #776354

RGB 1199984
HSL0.070.170.40
HSV26°29°47°
CMYK 0.000.170.29   0.53
XYZ13.669813.485710.2700
Yxy13.48570.36530.3603
Hunter Lab36.72292.18029.1248
CIE-Lab43.48615.560011.5221

#776354 color RGB value is (119,99,84).

#776354 hex color red value is 119, green value is 99 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #776354 hue: 0.07 , saturation: 0.17 and the lightness value of 776354 is 0.40.

The process color (four color CMYK) of #776354 color hex is 0.00, 0.17, 0.29, 0.53. Web safe color of #776354 is #666666. Color #776354 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100011 01010100
Octal 167 143 124
Decimal 119 99 84
Hex 77 63 54

RGB Percentages of Color #776354

%39.40
%32.78
%27.81

CMYK Percentages of Color #776354

%0
%17
%29
%53

Triadic Colors of #776354

#776354 #547763 #635477

Analogous Colors of #776354

#776354 #777554 #775457

Monochromatic Colors of #776354

#776354

Complementary Color

#776354 #546877

#776354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776354 Color CSS Codes

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

#776354 Text Font Color

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

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


#776354 Background Color

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

This div background color is #776354


#776354 Border Color

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

This div border color is #776354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776354


Comments

No comments written yet.

Please login to write comment.