Color Hex Logo

#76739b Color Hex

#76739B
(118,115,155)
0 Favorites   0 Comments

Color spaces of #76739b

RGB 118115155
HSL0.680.170.53
HSV245°26°61°
CMYK 0.240.260.00   0.39
XYZ19.518318.479633.5485
Yxy18.47960.27280.2583
Hunter Lab42.98795.8176-16.1794
CIE-Lab50.072710.1919-21.1646

#76739b color RGB value is (118,115,155).

#76739b hex color red value is 118, green value is 115 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #76739b hue: 0.68 , saturation: 0.17 and the lightness value of 76739b is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110011 10011011
Octal 166 163 233
Decimal 118 115 155
Hex 76 73 9B

RGB Percentages of Color #76739b

%30.41
%29.64
%39.95

CMYK Percentages of Color #76739b

%24
%26
%0
%39

Triadic Colors of #76739b

#76739b #9b7673 #739b76

Analogous Colors of #76739b

#76739b #8a739b #73849b

Monochromatic Colors of #76739b

#76739b

Complementary Color

#76739b #989b73

#76739b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76739b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76739b Color CSS Codes

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

#76739b Text Font Color

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

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


#76739b Background Color

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

This div background color is #76739b


#76739b Border Color

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

This div border color is #76739b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76739b


Comments

No comments written yet.

Please login to write comment.