Color Hex Logo

#761550 Color Hex

#761550
(118,21,80)
0 Favorites   0 Comments

Color spaces of #761550

RGB 1182180
HSL0.900.700.27
HSV324°82°46°
CMYK 0.000.820.32   0.54
XYZ9.18734.96718.0639
Yxy4.96710.41350.2236
Hunter Lab22.287034.5803-5.8515
CIE-Lab26.640845.6701-10.4708

#761550 color RGB value is (118,21,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010101 01010000
Octal 166 25 120
Decimal 118 21 80
Hex 76 15 50

RGB Percentages of Color #761550

%53.88
%9.59
%36.53

CMYK Percentages of Color #761550

%0
%82
%32
%54

Triadic Colors of #761550

#761550 #507615 #155076

Analogous Colors of #761550

#761550 #761520 #6c1576

Monochromatic Colors of #761550

#761550

Complementary Color

#761550 #15763b

#761550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761550 Color CSS Codes

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

#761550 Text Font Color

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

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


#761550 Background Color

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

This div background color is #761550


#761550 Border Color

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

This div border color is #761550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761550


Comments

No comments written yet.

Please login to write comment.