Color Hex Logo

#77752a Color Hex

#77752A
(119,117,42)
0 Favorites   0 Comments

Color spaces of #77752a

RGB 11911742
HSL0.160.480.32
HSV58°65°47°
CMYK 0.000.020.65   0.53
XYZ14.387016.81174.6772
Yxy16.81170.40100.4686
Hunter Lab41.0021-9.120721.9381
CIE-Lab48.0219-9.487140.3384

#77752a color RGB value is (119,117,42).

#77752a hex color red value is 119, green value is 117 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #77752a hue: 0.16 , saturation: 0.48 and the lightness value of 77752a is 0.32.

The process color (four color CMYK) of #77752a color hex is 0.00, 0.02, 0.65, 0.53. Web safe color of #77752a is #666633. Color #77752a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110101 00101010
Octal 167 165 52
Decimal 119 117 42
Hex 77 75 2A

RGB Percentages of Color #77752a

%42.81
%42.09
%15.11

CMYK Percentages of Color #77752a

%0
%2
%65
%53

Triadic Colors of #77752a

#77752a #2a7775 #752a77

Analogous Colors of #77752a

#77752a #52772a #774f2a

Monochromatic Colors of #77752a

#77752a

Complementary Color

#77752a #2a2c77

#77752a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77752a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77752a Color CSS Codes

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

#77752a Text Font Color

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

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


#77752a Background Color

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

This div background color is #77752a


#77752a Border Color

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

This div border color is #77752a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,117,42, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77752a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77752a;
  -webkit-box-shadow: 1px 1px 3px 2px #77752a;
  box-shadow:         1px 1px 3px 2px #77752a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77752a


Comments

No comments written yet.

Please login to write comment.