Color Hex Logo

#77476f Color Hex

#77476F
(119,71,111)
0 Favorites   0 Comments

Color spaces of #77476f

RGB 11971111
HSL0.860.250.37
HSV310°40°47°
CMYK 0.000.400.07   0.53
XYZ12.73029.576116.2163
Yxy9.57610.33050.2486
Hunter Lab30.945319.2767-9.4081
CIE-Lab37.070627.0680-14.5123

#77476f color RGB value is (119,71,111).

#77476f hex color red value is 119, green value is 71 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #77476f hue: 0.86 , saturation: 0.25 and the lightness value of 77476f is 0.37.

The process color (four color CMYK) of #77476f color hex is 0.00, 0.40, 0.07, 0.53. Web safe color of #77476f is #663366. Color #77476f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01000111 01101111
Octal 167 107 157
Decimal 119 71 111
Hex 77 47 6F

RGB Percentages of Color #77476f

%39.53
%23.59
%36.88

CMYK Percentages of Color #77476f

%0
%40
%7
%53

Triadic Colors of #77476f

#77476f #6f7747 #476f77

Analogous Colors of #77476f

#77476f #774757 #674777

Monochromatic Colors of #77476f

#77476f

Complementary Color

#77476f #47774f

#77476f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77476f Color Preview on White Background

Lorem ipsum dolor sit amet.

#77476f Color CSS Codes

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

#77476f Text Font Color

<p style="color:#77476f">Text here</p>

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


#77476f Background Color

<div style="background-color:#77476f">
Div content here</div>

This div background color is #77476f


#77476f Border Color

<div style="border:3px solid #77476f">
Div here</div>

This div border color is #77476f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,71,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77476f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77476f;
  -webkit-box-shadow: 1px 1px 3px 2px #77476f;
  box-shadow:         1px 1px 3px 2px #77476f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77476f


Comments

No comments written yet.

Please login to write comment.