Color Hex Logo

#761555 Color Hex

#761555
(118,21,85)
0 Favorites   0 Comments

Color spaces of #761555

RGB 1182185
HSL0.890.700.27
HSV320°82°46°
CMYK 0.000.820.28   0.54
XYZ9.37915.04389.0735
Yxy5.04380.39920.2147
Hunter Lab22.458435.2431-8.2331
CIE-Lab26.859246.3148-13.4626

#761555 color RGB value is (118,21,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010101 01010101
Octal 166 25 125
Decimal 118 21 85
Hex 76 15 55

RGB Percentages of Color #761555

%52.68
%9.38
%37.95

CMYK Percentages of Color #761555

%0
%82
%28
%54

Triadic Colors of #761555

#761555 #557615 #155576

Analogous Colors of #761555

#761555 #761525 #671576

Monochromatic Colors of #761555

#761555

Complementary Color

#761555 #157636

#761555 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761555 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761555 Color CSS Codes

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

#761555 Text Font Color

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

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


#761555 Background Color

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

This div background color is #761555


#761555 Border Color

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

This div border color is #761555


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761555


Comments

No comments written yet.

Please login to write comment.