Color Hex Logo

#765562 Color Hex

#765562
(118,85,98)
0 Favorites   0 Comments

Color spaces of #765562

RGB 1188598
HSL0.930.160.40
HSV336°28°46°
CMYK 0.000.280.17   0.54
XYZ12.924311.230413.0418
Yxy11.23040.34750.3019
Hunter Lab33.511810.19540.3843
CIE-Lab39.965815.8822-2.0948

#765562 color RGB value is (118,85,98).

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

The process color (four color CMYK) of #765562 color hex is 0.00, 0.28, 0.17, 0.54. Web safe color of #765562 is #666666. Color #765562 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010101 01100010
Octal 166 125 142
Decimal 118 85 98
Hex 76 55 62

RGB Percentages of Color #765562

%39.20
%28.24
%32.56

CMYK Percentages of Color #765562

%0
%28
%17
%54

Triadic Colors of #765562

#765562 #627655 #556276

Analogous Colors of #765562

#765562 #765955 #765573

Monochromatic Colors of #765562

#765562

Complementary Color

#765562 #557669

#765562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765562 Color CSS Codes

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

#765562 Text Font Color

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

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


#765562 Background Color

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

This div background color is #765562


#765562 Border Color

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

This div border color is #765562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765562


Comments

No comments written yet.

Please login to write comment.