Color Hex Logo

#76113a Color Hex

#76113A
(118,17,58)
0 Favorites   0 Comments

Color spaces of #76113a

RGB 1181758
HSL0.930.750.26
HSV336°86°46°
CMYK 0.000.860.51   0.54
XYZ8.43544.55794.4382
Yxy4.55790.48390.2615
Hunter Lab21.349233.16682.6189
CIE-Lab25.436244.42372.6115

#76113a color RGB value is (118,17,58).

#76113a hex color red value is 118, green value is 17 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #76113a hue: 0.93 , saturation: 0.75 and the lightness value of 76113a is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010001 00111010
Octal 166 21 72
Decimal 118 17 58
Hex 76 11 3A

RGB Percentages of Color #76113a

%61.14
%8.81
%30.05

CMYK Percentages of Color #76113a

%0
%86
%51
%54

Triadic Colors of #76113a

#76113a #3a7611 #113a76

Analogous Colors of #76113a

#76113a #761b11 #76116d

Monochromatic Colors of #76113a

#76113a

Complementary Color

#76113a #11764d

#76113a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76113a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76113a Color CSS Codes

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

#76113a Text Font Color

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

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


#76113a Background Color

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

This div background color is #76113a


#76113a Border Color

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

This div border color is #76113a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,17,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76113a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76113a;
  -webkit-box-shadow: 1px 1px 3px 2px #76113a;
  box-shadow:         1px 1px 3px 2px #76113a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76113a


Comments

No comments written yet.

Please login to write comment.