Color Hex Logo

#761641 Color Hex

#761641
(118,22,65)
0 Favorites   0 Comments

Color spaces of #761641

RGB 1182265
HSL0.930.690.27
HSV333°81°46°
CMYK 0.000.810.45   0.54
XYZ8.71234.80705.4697
Yxy4.80700.45880.2531
Hunter Lab21.924932.56210.5561
CIE-Lab26.177743.6416-1.0756

#761641 color RGB value is (118,22,65).

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

The process color (four color CMYK) of #761641 color hex is 0.00, 0.81, 0.45, 0.54. Web safe color of #761641 is #660033. Color #761641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010110 01000001
Octal 166 26 101
Decimal 118 22 65
Hex 76 16 41

RGB Percentages of Color #761641

%57.56
%10.73
%31.71

CMYK Percentages of Color #761641

%0
%81
%45
%54

Triadic Colors of #761641

#761641 #417616 #164176

Analogous Colors of #761641

#761641 #761b16 #761671

Monochromatic Colors of #761641

#761641

Complementary Color

#761641 #16764b

#761641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761641 Color CSS Codes

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

#761641 Text Font Color

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

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


#761641 Background Color

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

This div background color is #761641


#761641 Border Color

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

This div border color is #761641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761641


Comments

No comments written yet.

Please login to write comment.