Color Hex Logo

#76337b Color Hex

#76337B
(118,51,123)
0 Favorites   0 Comments

Color spaces of #76337b

RGB 11851123
HSL0.820.410.34
HSV296°59°48°
CMYK 0.040.590.00   0.52
XYZ12.23027.649319.5707
Yxy7.64930.31000.1939
Hunter Lab27.657430.5330-22.5942
CIE-Lab33.241640.1784-27.9708

#76337b color RGB value is (118,51,123).

#76337b hex color red value is 118, green value is 51 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #76337b hue: 0.82 , saturation: 0.41 and the lightness value of 76337b is 0.34.

The process color (four color CMYK) of #76337b color hex is 0.04, 0.59, 0.00, 0.52. Web safe color of #76337b is #663366. Color #76337b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110011 01111011
Octal 166 63 173
Decimal 118 51 123
Hex 76 33 7B

RGB Percentages of Color #76337b

%40.41
%17.47
%42.12

CMYK Percentages of Color #76337b

%4
%59
%0
%52

Triadic Colors of #76337b

#76337b #7b7633 #337b76

Analogous Colors of #76337b

#76337b #7b335c #52337b

Monochromatic Colors of #76337b

#76337b

Complementary Color

#76337b #387b33

#76337b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76337b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76337b Color CSS Codes

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

#76337b Text Font Color

<p style="color:#76337b">Text here</p>

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


#76337b Background Color

<div style="background-color:#76337b">
Div content here</div>

This div background color is #76337b


#76337b Border Color

<div style="border:3px solid #76337b">
Div here</div>

This div border color is #76337b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,51,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76337b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76337b;
  -webkit-box-shadow: 1px 1px 3px 2px #76337b;
  box-shadow:         1px 1px 3px 2px #76337b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76337b


Comments

No comments written yet.

Please login to write comment.