Color Hex Logo

#765670 Color Hex

#765670
(118,86,112)
0 Favorites   0 Comments

Color spaces of #765670

RGB 11886112
HSL0.860.160.40
HSV311°27°46°
CMYK 0.000.270.05   0.54
XYZ13.723611.677016.8598
Yxy11.67700.32470.2763
Hunter Lab34.171611.8867-5.3327
CIE-Lab40.698117.9207-9.6422

#765670 color RGB value is (118,86,112).

#765670 hex color red value is 118, green value is 86 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #765670 hue: 0.86 , saturation: 0.16 and the lightness value of 765670 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010110 01110000
Octal 166 126 160
Decimal 118 86 112
Hex 76 56 70

RGB Percentages of Color #765670

%37.34
%27.22
%35.44

CMYK Percentages of Color #765670

%0
%27
%5
%54

Triadic Colors of #765670

#765670 #707656 #567076

Analogous Colors of #765670

#765670 #765660 #6c5676

Monochromatic Colors of #765670

#765670

Complementary Color

#765670 #56765c

#765670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765670 Color CSS Codes

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

#765670 Text Font Color

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

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


#765670 Background Color

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

This div background color is #765670


#765670 Border Color

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

This div border color is #765670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765670


Comments

No comments written yet.

Please login to write comment.