Color Hex Logo

#77744b Color Hex

#77744B
(119,116,75)
0 Favorites   0 Comments

Color spaces of #77744b

RGB 11911675
HSL0.160.230.38
HSV56°37°47°
CMYK 0.000.030.37   0.53
XYZ15.123116.92079.1256
Yxy16.92070.36730.4110
Hunter Lab41.1348-6.360815.6411
CIE-Lab48.1600-5.613023.0960

#77744b color RGB value is (119,116,75).

#77744b hex color red value is 119, green value is 116 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #77744b hue: 0.16 , saturation: 0.23 and the lightness value of 77744b is 0.38.

The process color (four color CMYK) of #77744b color hex is 0.00, 0.03, 0.37, 0.53. Web safe color of #77744b is #666633. Color #77744b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110100 01001011
Octal 167 164 113
Decimal 119 116 75
Hex 77 74 4B

RGB Percentages of Color #77744b

%38.39
%37.42
%24.19

CMYK Percentages of Color #77744b

%0
%3
%37
%53

Triadic Colors of #77744b

#77744b #4b7774 #744b77

Analogous Colors of #77744b

#77744b #64774b #775e4b

Monochromatic Colors of #77744b

#77744b

Complementary Color

#77744b #4b4e77

#77744b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77744b Color Preview on White Background

Lorem ipsum dolor sit amet.

#77744b Color CSS Codes

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

#77744b Text Font Color

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

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


#77744b Background Color

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

This div background color is #77744b


#77744b Border Color

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

This div border color is #77744b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,116,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77744b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77744b;
  -webkit-box-shadow: 1px 1px 3px 2px #77744b;
  box-shadow:         1px 1px 3px 2px #77744b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77744b


Comments

No comments written yet.

Please login to write comment.