Color Hex Logo

#76689b Color Hex

#76689B
(118,104,155)
0 Favorites   0 Comments

Color spaces of #76689b

RGB 118104155
HSL0.710.200.51
HSV256°33°61°
CMYK 0.240.330.00   0.39
XYZ18.337916.118733.1551
Yxy16.11870.27120.2384
Hunter Lab40.148111.2718-20.8592
CIE-Lab47.129816.8061-25.7085

#76689b color RGB value is (118,104,155).

#76689b hex color red value is 118, green value is 104 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #76689b hue: 0.71 , saturation: 0.20 and the lightness value of 76689b is 0.51.

The process color (four color CMYK) of #76689b color hex is 0.24, 0.33, 0.00, 0.39. Web safe color of #76689b is #666699. Color #76689b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01101000 10011011
Octal 166 150 233
Decimal 118 104 155
Hex 76 68 9B

RGB Percentages of Color #76689b

%31.30
%27.59
%41.11

CMYK Percentages of Color #76689b

%24
%33
%0
%39

Triadic Colors of #76689b

#76689b #9b7668 #689b76

Analogous Colors of #76689b

#76689b #90689b #68749b

Monochromatic Colors of #76689b

#76689b

Complementary Color

#76689b #8d9b68

#76689b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76689b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76689b Color CSS Codes

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

#76689b Text Font Color

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

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


#76689b Background Color

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

This div background color is #76689b


#76689b Border Color

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

This div border color is #76689b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76689b


Comments

No comments written yet.

Please login to write comment.