Color Hex Logo

#761657 Color Hex

#761657
(118,22,87)
0 Favorites   0 Comments

Color spaces of #761657

RGB 1182287
HSL0.890.690.27
HSV319°81°46°
CMYK 0.000.810.26   0.54
XYZ9.47845.11359.5043
Yxy5.11350.39340.2122
Hunter Lab22.613035.2465-9.0905
CIE-Lab27.055746.2802-14.4850

#761657 color RGB value is (118,22,87).

#761657 hex color red value is 118, green value is 22 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #761657 hue: 0.89 , saturation: 0.69 and the lightness value of 761657 is 0.27.

The process color (four color CMYK) of #761657 color hex is 0.00, 0.81, 0.26, 0.54. Web safe color of #761657 is #660066. Color #761657 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010110 01010111
Octal 166 26 127
Decimal 118 22 87
Hex 76 16 57

RGB Percentages of Color #761657

%51.98
%9.69
%38.33

CMYK Percentages of Color #761657

%0
%81
%26
%54

Triadic Colors of #761657

#761657 #577616 #165776

Analogous Colors of #761657

#761657 #761627 #651676

Monochromatic Colors of #761657

#761657

Complementary Color

#761657 #167635

#761657 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761657 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761657 Color CSS Codes

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

#761657 Text Font Color

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

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


#761657 Background Color

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

This div background color is #761657


#761657 Border Color

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

This div border color is #761657


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761657


Comments

No comments written yet.

Please login to write comment.