Color Hex Logo

#77513c Color Hex

#77513C
(119,81,60)
0 Favorites   0 Comments

Color spaces of #77513c

RGB 1198160
HSL0.060.330.35
HSV21°50°47°
CMYK 0.000.320.50   0.53
XYZ11.365810.13305.6318
Yxy10.13300.41890.3735
Hunter Lab31.83248.027111.7930
CIE-Lab38.080113.229918.7239

#77513c color RGB value is (119,81,60).

#77513c hex color red value is 119, green value is 81 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #77513c hue: 0.06 , saturation: 0.33 and the lightness value of 77513c is 0.35.

The process color (four color CMYK) of #77513c color hex is 0.00, 0.32, 0.50, 0.53. Web safe color of #77513c is #666633. Color #77513c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010001 00111100
Octal 167 121 74
Decimal 119 81 60
Hex 77 51 3C

RGB Percentages of Color #77513c

%45.77
%31.15
%23.08

CMYK Percentages of Color #77513c

%0
%32
%50
%53

Triadic Colors of #77513c

#77513c #3c7751 #513c77

Analogous Colors of #77513c

#77513c #776f3c #773c45

Monochromatic Colors of #77513c

#77513c

Complementary Color

#77513c #3c6277

#77513c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77513c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77513c Color CSS Codes

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

#77513c Text Font Color

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

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


#77513c Background Color

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

This div background color is #77513c


#77513c Border Color

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

This div border color is #77513c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,81,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77513c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77513c;
  -webkit-box-shadow: 1px 1px 3px 2px #77513c;
  box-shadow:         1px 1px 3px 2px #77513c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77513c


Comments

No comments written yet.

Please login to write comment.