Color Hex Logo

#7d774e Color Hex

#7D774E
(125,119,78)
0 Favorites   0 Comments

Color spaces of #7d774e

RGB 12511978
HSL0.150.230.40
HSV52°38°49°
CMYK 0.000.050.38   0.51
XYZ16.429418.10379.8362
Yxy18.10370.37030.4080
Hunter Lab42.5484-5.534916.0775
CIE-Lab49.6216-4.326823.4008

#7d774e color RGB value is (125,119,78).

#7d774e hex color red value is 125, green value is 119 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #7d774e hue: 0.15 , saturation: 0.23 and the lightness value of 7d774e is 0.40.

The process color (four color CMYK) of #7d774e color hex is 0.00, 0.05, 0.38, 0.51. Web safe color of #7d774e is #666666. Color #7d774e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01110111 01001110
Octal 175 167 116
Decimal 125 119 78
Hex 7D 77 4E

RGB Percentages of Color #7d774e

%38.82
%36.96
%24.22

CMYK Percentages of Color #7d774e

%0
%5
%38
%51

Triadic Colors of #7d774e

#7d774e #4e7d77 #774e7d

Analogous Colors of #7d774e

#7d774e #6c7d4e #7d604e

Monochromatic Colors of #7d774e

#7d774e

Complementary Color

#7d774e #4e547d

#7d774e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d774e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d774e Color CSS Codes

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

#7d774e Text Font Color

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

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


#7d774e Background Color

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

This div background color is #7d774e


#7d774e Border Color

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

This div border color is #7d774e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d774e

#7d774e Color Palettes


Comments

No comments written yet.

Please login to write comment.