Color Hex Logo

#765e7b Color Hex

#765E7B
(118,94,123)
0 Favorites   0 Comments

Color spaces of #765e7b

RGB 11894123
HSL0.800.130.43
HSV290°24°48°
CMYK 0.040.240.00   0.52
XYZ15.049113.287020.5104
Yxy13.28700.30810.2720
Hunter Lab36.45139.9047-7.8453
CIE-Lab43.192515.3557-12.5923

#765e7b color RGB value is (118,94,123).

#765e7b hex color red value is 118, green value is 94 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #765e7b hue: 0.80 , saturation: 0.13 and the lightness value of 765e7b is 0.43.

The process color (four color CMYK) of #765e7b color hex is 0.04, 0.24, 0.00, 0.52. Web safe color of #765e7b is #666666. Color #765e7b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011110 01111011
Octal 166 136 173
Decimal 118 94 123
Hex 76 5E 7B

RGB Percentages of Color #765e7b

%35.22
%28.06
%36.72

CMYK Percentages of Color #765e7b

%4
%24
%0
%52

Triadic Colors of #765e7b

#765e7b #7b765e #5e7b76

Analogous Colors of #765e7b

#765e7b #7b5e72 #685e7b

Monochromatic Colors of #765e7b

#765e7b

Complementary Color

#765e7b #637b5e

#765e7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765e7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#765e7b Color CSS Codes

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

#765e7b Text Font Color

<p style="color:#765e7b">Text here</p>

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


#765e7b Background Color

<div style="background-color:#765e7b">
Div content here</div>

This div background color is #765e7b


#765e7b Border Color

<div style="border:3px solid #765e7b">
Div here</div>

This div border color is #765e7b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,94,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #765e7b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #765e7b;
  -webkit-box-shadow: 1px 1px 3px 2px #765e7b;
  box-shadow:         1px 1px 3px 2px #765e7b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765e7b


Comments

No comments written yet.

Please login to write comment.