Color Hex Logo

#76639a Color Hex

#76639A
(118,99,154)
0 Favorites   0 Comments

Color spaces of #76639a

RGB 11899154
HSL0.720.220.50
HSV261°36°60°
CMYK 0.230.360.00   0.40
XYZ17.765815.108332.5517
Yxy15.10830.27150.2309
Hunter Lab38.869413.5645-22.4446
CIE-Lab45.782219.5786-27.2108

#76639a color RGB value is (118,99,154).

#76639a hex color red value is 118, green value is 99 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #76639a hue: 0.72 , saturation: 0.22 and the lightness value of 76639a is 0.50.

The process color (four color CMYK) of #76639a color hex is 0.23, 0.36, 0.00, 0.40. Web safe color of #76639a is #666699. Color #76639a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100011 10011010
Octal 166 143 232
Decimal 118 99 154
Hex 76 63 9A

RGB Percentages of Color #76639a

%31.81
%26.68
%41.51

CMYK Percentages of Color #76639a

%23
%36
%0
%40

Triadic Colors of #76639a

#76639a #9a7663 #639a76

Analogous Colors of #76639a

#76639a #92639a #636c9a

Monochromatic Colors of #76639a

#76639a

Complementary Color

#76639a #879a63

#76639a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76639a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76639a Color CSS Codes

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

#76639a Text Font Color

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

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


#76639a Background Color

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

This div background color is #76639a


#76639a Border Color

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

This div border color is #76639a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76639a


Comments

No comments written yet.

Please login to write comment.