Color Hex Logo

#77413c Color Hex

#77413C
(119,65,60)
0 Favorites   0 Comments

Color spaces of #77413c

RGB 1196560
HSL0.010.330.35
HSV50°47°
CMYK 0.000.450.50   0.53
XYZ10.31378.02885.2811
Yxy8.02880.43660.3399
Hunter Lab28.335115.38578.7841
CIE-Lab34.042822.783813.3431

#77413c color RGB value is (119,65,60).

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

The process color (four color CMYK) of #77413c color hex is 0.00, 0.45, 0.50, 0.53. Web safe color of #77413c is #663333. Color #77413c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000001 00111100
Octal 167 101 74
Decimal 119 65 60
Hex 77 41 3C

RGB Percentages of Color #77413c

%48.77
%26.64
%24.59

CMYK Percentages of Color #77413c

%0
%45
%50
%53

Triadic Colors of #77413c

#77413c #3c7741 #413c77

Analogous Colors of #77413c

#77413c #775f3c #773c55

Monochromatic Colors of #77413c

#77413c

Complementary Color

#77413c #3c7277

#77413c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77413c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77413c Color CSS Codes

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

#77413c Text Font Color

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

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


#77413c Background Color

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

This div background color is #77413c


#77413c Border Color

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

This div border color is #77413c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,65,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 #77413c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77413c


Comments

No comments written yet.

Please login to write comment.