Color Hex Logo

#76608e Color Hex

#76608E
(118,96,142)
0 Favorites   0 Comments

Color spaces of #76608e

RGB 11896142
HSL0.750.190.47
HSV269°32°56°
CMYK 0.170.320.00   0.44
XYZ16.536614.170327.4548
Yxy14.17030.28430.2436
Hunter Lab37.643512.5382-16.8920
CIE-Lab44.476218.4564-22.0829

#76608e color RGB value is (118,96,142).

#76608e hex color red value is 118, green value is 96 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #76608e hue: 0.75 , saturation: 0.19 and the lightness value of 76608e is 0.47.

The process color (four color CMYK) of #76608e color hex is 0.17, 0.32, 0.00, 0.44. Web safe color of #76608e is #666699. Color #76608e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01100000 10001110
Octal 166 140 216
Decimal 118 96 142
Hex 76 60 8E

RGB Percentages of Color #76608e

%33.15
%26.97
%39.89

CMYK Percentages of Color #76608e

%17
%32
%0
%44

Triadic Colors of #76608e

#76608e #8e7660 #608e76

Analogous Colors of #76608e

#76608e #8d608e #60618e

Monochromatic Colors of #76608e

#76608e

Complementary Color

#76608e #788e60

#76608e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76608e Color Preview on White Background

Lorem ipsum dolor sit amet.

#76608e Color CSS Codes

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

#76608e Text Font Color

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

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


#76608e Background Color

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

This div background color is #76608e


#76608e Border Color

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

This div border color is #76608e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76608e


Comments

No comments written yet.

Please login to write comment.