Color Hex Logo

#76499a Color Hex

#76499A
(118,73,154)
0 Favorites   0 Comments

Color spaces of #76499a

RGB 11873154
HSL0.760.360.45
HSV273°53°60°
CMYK 0.230.530.00   0.40
XYZ15.686510.949731.8586
Yxy10.94970.26820.1872
Hunter Lab33.090326.7100-33.9198
CIE-Lab39.495635.0569-37.0937

#76499a color RGB value is (118,73,154).

#76499a hex color red value is 118, green value is 73 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #76499a hue: 0.76 , saturation: 0.36 and the lightness value of 76499a is 0.45.

The process color (four color CMYK) of #76499a color hex is 0.23, 0.53, 0.00, 0.40. Web safe color of #76499a is #663399. Color #76499a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01001001 10011010
Octal 166 111 232
Decimal 118 73 154
Hex 76 49 9A

RGB Percentages of Color #76499a

%34.20
%21.16
%44.64

CMYK Percentages of Color #76499a

%23
%53
%0
%40

Triadic Colors of #76499a

#76499a #9a7649 #499a76

Analogous Colors of #76499a

#76499a #9a4996 #4e499a

Monochromatic Colors of #76499a

#76499a

Complementary Color

#76499a #6d9a49

#76499a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76499a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76499a Color CSS Codes

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

#76499a Text Font Color

<p style="color:#76499a">Text here</p>

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


#76499a Background Color

<div style="background-color:#76499a">
Div content here</div>

This div background color is #76499a


#76499a Border Color

<div style="border:3px solid #76499a">
Div here</div>

This div border color is #76499a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,73,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76499a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76499a;
  -webkit-box-shadow: 1px 1px 3px 2px #76499a;
  box-shadow:         1px 1px 3px 2px #76499a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76499a


Comments

No comments written yet.

Please login to write comment.