Color Hex Logo

#761557 Color Hex

#761557
(118,21,87)
0 Favorites   0 Comments

Color spaces of #761557

RGB 1182187
HSL0.890.700.27
HSV319°82°46°
CMYK 0.000.820.26   0.54
XYZ9.45975.07609.4980
Yxy5.07600.39360.2112
Hunter Lab22.530035.5196-9.2240
CIE-Lab26.950246.5824-14.6473

#761557 color RGB value is (118,21,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010101 01010111
Octal 166 25 127
Decimal 118 21 87
Hex 76 15 57

RGB Percentages of Color #761557

%52.21
%9.29
%38.50

CMYK Percentages of Color #761557

%0
%82
%26
%54

Triadic Colors of #761557

#761557 #577615 #155776

Analogous Colors of #761557

#761557 #761527 #651576

Monochromatic Colors of #761557

#761557

Complementary Color

#761557 #157634

#761557 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761557 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761557 Color CSS Codes

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

#761557 Text Font Color

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

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


#761557 Background Color

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

This div background color is #761557


#761557 Border Color

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

This div border color is #761557


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761557


Comments

No comments written yet.

Please login to write comment.