Color Hex Logo

#76476f Color Hex

#76476F
(118,71,111)
0 Favorites   0 Comments

Color spaces of #76476f

RGB 11871111
HSL0.860.250.37
HSV309°40°46°
CMYK 0.000.400.06   0.54
XYZ12.59379.505716.2100
Yxy9.50570.32870.2481
Hunter Lab30.831318.9573-9.5906
CIE-Lab36.940326.7123-14.7233

#76476f color RGB value is (118,71,111).

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

The process color (four color CMYK) of #76476f color hex is 0.00, 0.40, 0.06, 0.54. Web safe color of #76476f is #663366. Color #76476f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01000111 01101111
Octal 166 107 157
Decimal 118 71 111
Hex 76 47 6F

RGB Percentages of Color #76476f

%39.33
%23.67
%37.00

CMYK Percentages of Color #76476f

%0
%40
%6
%54

Triadic Colors of #76476f

#76476f #6f7647 #476f76

Analogous Colors of #76476f

#76476f #764758 #664776

Monochromatic Colors of #76476f

#76476f

Complementary Color

#76476f #47764e

#76476f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76476f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76476f Color CSS Codes

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

#76476f Text Font Color

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

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


#76476f Background Color

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

This div background color is #76476f


#76476f Border Color

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

This div border color is #76476f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,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 #76476f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76476f


Comments

No comments written yet.

Please login to write comment.