Color Hex Logo

#774e65 Color Hex

#774E65
(119,78,101)
0 Favorites   0 Comments

Color spaces of #774e65

RGB 11978101
HSL0.910.210.39
HSV326°34°47°
CMYK 0.000.340.15   0.53
XYZ12.681110.310313.6336
Yxy10.31030.34620.2815
Hunter Lab32.109714.3033-2.6975
CIE-Lab38.393721.0358-6.2746

#774e65 color RGB value is (119,78,101).

#774e65 hex color red value is 119, green value is 78 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #774e65 hue: 0.91 , saturation: 0.21 and the lightness value of 774e65 is 0.39.

The process color (four color CMYK) of #774e65 color hex is 0.00, 0.34, 0.15, 0.53. Web safe color of #774e65 is #666666. Color #774e65 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01001110 01100101
Octal 167 116 145
Decimal 119 78 101
Hex 77 4E 65

RGB Percentages of Color #774e65

%39.93
%26.17
%33.89

CMYK Percentages of Color #774e65

%0
%34
%15
%53

Triadic Colors of #774e65

#774e65 #65774e #4e6577

Analogous Colors of #774e65

#774e65 #774e51 #754e77

Monochromatic Colors of #774e65

#774e65

Complementary Color

#774e65 #4e7760

#774e65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#774e65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#774e65 Color CSS Codes

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

#774e65 Text Font Color

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

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


#774e65 Background Color

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

This div background color is #774e65


#774e65 Border Color

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

This div border color is #774e65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #774e65


Comments

No comments written yet.

Please login to write comment.