Color Hex Logo

#76759b Color Hex

#76759B
(118,117,155)
0 Favorites   0 Comments

Color spaces of #76759b

RGB 118117155
HSL0.670.160.53
HSV242°25°61°
CMYK 0.240.250.00   0.39
XYZ19.748918.940733.6254
Yxy18.94070.27310.2619
Hunter Lab43.52094.8380-15.3444
CIE-Lab50.61788.9998-20.3280

#76759b color RGB value is (118,117,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110101 10011011
Octal 166 165 233
Decimal 118 117 155
Hex 76 75 9B

RGB Percentages of Color #76759b

%30.26
%30.00
%39.74

CMYK Percentages of Color #76759b

%24
%25
%0
%39

Triadic Colors of #76759b

#76759b #9b7675 #759b76

Analogous Colors of #76759b

#76759b #89759b #75879b

Monochromatic Colors of #76759b

#76759b

Complementary Color

#76759b #9a9b75

#76759b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76759b Color Preview on White Background

Lorem ipsum dolor sit amet.

#76759b Color CSS Codes

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

#76759b Text Font Color

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

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


#76759b Background Color

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

This div background color is #76759b


#76759b Border Color

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

This div border color is #76759b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76759b


Comments

No comments written yet.

Please login to write comment.