Color Hex Logo

#76537e Color Hex

#76537E
(118,83,126)
0 Favorites   0 Comments

Color spaces of #76537e

RGB 11883126
HSL0.800.210.41
HSV289°34°49°
CMYK 0.060.340.00   0.51
XYZ14.330411.544421.2117
Yxy11.54440.30430.2452
Hunter Lab33.977115.8256-13.2305
CIE-Lab40.482722.6597-18.5566

#76537e color RGB value is (118,83,126).

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

The process color (four color CMYK) of #76537e color hex is 0.06, 0.34, 0.00, 0.51. Web safe color of #76537e is #666666. Color #76537e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010011 01111110
Octal 166 123 176
Decimal 118 83 126
Hex 76 53 7E

RGB Percentages of Color #76537e

%36.09
%25.38
%38.53

CMYK Percentages of Color #76537e

%6
%34
%0
%51

Triadic Colors of #76537e

#76537e #7e7653 #537e76

Analogous Colors of #76537e

#76537e #7e5371 #61537e

Monochromatic Colors of #76537e

#76537e

Complementary Color

#76537e #5b7e53

#76537e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76537e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76537e Color CSS Codes

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

#76537e Text Font Color

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

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


#76537e Background Color

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

This div background color is #76537e


#76537e Border Color

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

This div border color is #76537e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76537e


Comments

No comments written yet.

Please login to write comment.