Color Hex Logo

#765970 Color Hex

#765970
(118,89,112)
0 Favorites   0 Comments

Color spaces of #765970

RGB 11889112
HSL0.870.140.41
HSV312°25°46°
CMYK 0.000.250.05   0.54
XYZ13.968212.166216.9413
Yxy12.16620.32430.2824
Hunter Lab34.880110.4426-4.3812
CIE-Lab41.479116.1037-8.4684

#765970 color RGB value is (118,89,112).

#765970 hex color red value is 118, green value is 89 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #765970 hue: 0.87 , saturation: 0.14 and the lightness value of 765970 is 0.41.

The process color (four color CMYK) of #765970 color hex is 0.00, 0.25, 0.05, 0.54. Web safe color of #765970 is #666666. Color #765970 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01011001 01110000
Octal 166 131 160
Decimal 118 89 112
Hex 76 59 70

RGB Percentages of Color #765970

%36.99
%27.90
%35.11

CMYK Percentages of Color #765970

%0
%25
%5
%54

Triadic Colors of #765970

#765970 #707659 #597076

Analogous Colors of #765970

#765970 #765962 #6e5976

Monochromatic Colors of #765970

#765970

Complementary Color

#765970 #59765f

#765970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765970 Color CSS Codes

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

#765970 Text Font Color

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

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


#765970 Background Color

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

This div background color is #765970


#765970 Border Color

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

This div border color is #765970


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,89,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #765970; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #765970;
  -webkit-box-shadow: 1px 1px 3px 2px #765970;
  box-shadow:         1px 1px 3px 2px #765970; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765970


Comments

No comments written yet.

Please login to write comment.