Color Hex Logo

#76537c Color Hex

#76537C
(118,83,124)
0 Favorites   0 Comments

Color spaces of #76537c

RGB 11883124
HSL0.810.200.41
HSV291°33°49°
CMYK 0.050.330.00   0.51
XYZ14.202611.493320.5387
Yxy11.49330.30720.2486
Hunter Lab33.901815.4516-12.1884
CIE-Lab40.399222.2260-17.4611

#76537c color RGB value is (118,83,124).

#76537c hex color red value is 118, green value is 83 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #76537c hue: 0.81 , saturation: 0.20 and the lightness value of 76537c is 0.41.

The process color (four color CMYK) of #76537c color hex is 0.05, 0.33, 0.00, 0.51. Web safe color of #76537c is #666666. Color #76537c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010011 01111100
Octal 166 123 174
Decimal 118 83 124
Hex 76 53 7C

RGB Percentages of Color #76537c

%36.31
%25.54
%38.15

CMYK Percentages of Color #76537c

%5
%33
%0
%51

Triadic Colors of #76537c

#76537c #7c7653 #537c76

Analogous Colors of #76537c

#76537c #7c536e #62537c

Monochromatic Colors of #76537c

#76537c

Complementary Color

#76537c #597c53

#76537c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76537c Color Preview on White Background

Lorem ipsum dolor sit amet.

#76537c Color CSS Codes

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

#76537c Text Font Color

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

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


#76537c Background Color

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

This div background color is #76537c


#76537c Border Color

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

This div border color is #76537c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,83,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76537c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76537c;
  -webkit-box-shadow: 1px 1px 3px 2px #76537c;
  box-shadow:         1px 1px 3px 2px #76537c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,83,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76537c


Comments

No comments written yet.

Please login to write comment.