Color Hex Logo

#765468 Color Hex

#765468
(118,84,104)
0 Favorites   0 Comments

Color spaces of #765468

RGB 11884104
HSL0.900.170.40
HSV325°29°46°
CMYK 0.000.290.12   0.54
XYZ13.140211.191714.5643
Yxy11.19170.33780.2877
Hunter Lab33.454011.5675-2.3943
CIE-Lab39.901517.5834-5.9018

#765468 color RGB value is (118,84,104).

#765468 hex color red value is 118, green value is 84 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #765468 hue: 0.90 , saturation: 0.17 and the lightness value of 765468 is 0.40.

The process color (four color CMYK) of #765468 color hex is 0.00, 0.29, 0.12, 0.54. Web safe color of #765468 is #666666. Color #765468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010100 01101000
Octal 166 124 150
Decimal 118 84 104
Hex 76 54 68

RGB Percentages of Color #765468

%38.56
%27.45
%33.99

CMYK Percentages of Color #765468

%0
%29
%12
%54

Triadic Colors of #765468

#765468 #687654 #546876

Analogous Colors of #765468

#765468 #765457 #735476

Monochromatic Colors of #765468

#765468

Complementary Color

#765468 #547662

#765468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765468 Color CSS Codes

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

#765468 Text Font Color

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

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


#765468 Background Color

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

This div background color is #765468


#765468 Border Color

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

This div border color is #765468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765468


Comments

No comments written yet.

Please login to write comment.