Color Hex Logo

#761040 Color Hex

#761040
(118,16,64)
0 Favorites   0 Comments

Color spaces of #761040

RGB 1181664
HSL0.920.760.26
HSV332°86°46°
CMYK 0.000.860.46   0.54
XYZ8.58194.59235.2846
Yxy4.59230.46490.2488
Hunter Lab21.429733.98170.3797
CIE-Lab25.540245.2592-1.3328

#761040 color RGB value is (118,16,64).

#761040 hex color red value is 118, green value is 16 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #761040 hue: 0.92 , saturation: 0.76 and the lightness value of 761040 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010000 01000000
Octal 166 20 100
Decimal 118 16 64
Hex 76 10 40

RGB Percentages of Color #761040

%59.60
%8.08
%32.32

CMYK Percentages of Color #761040

%0
%86
%46
%54

Triadic Colors of #761040

#761040 #407610 #104076

Analogous Colors of #761040

#761040 #761310 #761073

Monochromatic Colors of #761040

#761040

Complementary Color

#761040 #107646

#761040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761040 Color CSS Codes

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

#761040 Text Font Color

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

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


#761040 Background Color

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

This div background color is #761040


#761040 Border Color

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

This div border color is #761040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761040


Comments

No comments written yet.

Please login to write comment.