Color Hex Logo

#761540 Color Hex

#761540
(118,21,64)
0 Favorites   0 Comments

Color spaces of #761540

RGB 1182164
HSL0.930.700.27
HSV333°82°46°
CMYK 0.000.820.46   0.54
XYZ8.66484.75805.3122
Yxy4.75800.46250.2540
Hunter Lab21.812832.73380.8298
CIE-Lab26.033943.8510-0.6083

#761540 color RGB value is (118,21,64).

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

The process color (four color CMYK) of #761540 color hex is 0.00, 0.82, 0.46, 0.54. Web safe color of #761540 is #660033. Color #761540 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010101 01000000
Octal 166 25 100
Decimal 118 21 64
Hex 76 15 40

RGB Percentages of Color #761540

%58.13
%10.34
%31.53

CMYK Percentages of Color #761540

%0
%82
%46
%54

Triadic Colors of #761540

#761540 #407615 #154076

Analogous Colors of #761540

#761540 #761a15 #761571

Monochromatic Colors of #761540

#761540

Complementary Color

#761540 #15764b

#761540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761540 Color CSS Codes

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

#761540 Text Font Color

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

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


#761540 Background Color

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

This div background color is #761540


#761540 Border Color

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

This div border color is #761540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761540


Comments

No comments written yet.

Please login to write comment.