Color Hex Logo

#776750 Color Hex

#776750
(119,103,80)
0 Favorites   0 Comments

Color spaces of #776750

RGB 11910380
HSL0.100.200.39
HSV35°33°47°
CMYK 0.000.130.33   0.53
XYZ13.906014.20169.5977
Yxy14.20160.36880.3766
Hunter Lab37.6850-0.081211.2794
CIE-Lab44.52072.601015.3373

#776750 color RGB value is (119,103,80).

#776750 hex color red value is 119, green value is 103 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #776750 hue: 0.10 , saturation: 0.20 and the lightness value of 776750 is 0.39.

The process color (four color CMYK) of #776750 color hex is 0.00, 0.13, 0.33, 0.53. Web safe color of #776750 is #666666. Color #776750 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01100111 01010000
Octal 167 147 120
Decimal 119 103 80
Hex 77 67 50

RGB Percentages of Color #776750

%39.40
%34.11
%26.49

CMYK Percentages of Color #776750

%0
%13
%33
%53

Triadic Colors of #776750

#776750 #507767 #675077

Analogous Colors of #776750

#776750 #747750 #775450

Monochromatic Colors of #776750

#776750

Complementary Color

#776750 #506077

#776750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#776750 Color CSS Codes

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

#776750 Text Font Color

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

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


#776750 Background Color

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

This div background color is #776750


#776750 Border Color

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

This div border color is #776750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776750


Comments

No comments written yet.

Please login to write comment.