Color Hex Logo

#76104c Color Hex

#76104C
(118,16,76)
0 Favorites   0 Comments

Color spaces of #76104c

RGB 1181676
HSL0.900.760.26
HSV325°86°46°
CMYK 0.000.860.36   0.54
XYZ8.96104.74397.2809
Yxy4.74390.42700.2261
Hunter Lab21.780535.3232-4.5734
CIE-Lab25.992346.5657-8.7775

#76104c color RGB value is (118,16,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010000 01001100
Octal 166 20 114
Decimal 118 16 76
Hex 76 10 4C

RGB Percentages of Color #76104c

%56.19
%7.62
%36.19

CMYK Percentages of Color #76104c

%0
%86
%36
%54

Triadic Colors of #76104c

#76104c #4c7610 #104c76

Analogous Colors of #76104c

#76104c #761019 #6d1076

Monochromatic Colors of #76104c

#76104c

Complementary Color

#76104c #10763a

#76104c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76104c Color Preview on White Background

Lorem ipsum dolor sit amet.

#76104c Color CSS Codes

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

#76104c Text Font Color

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

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


#76104c Background Color

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

This div background color is #76104c


#76104c Border Color

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

This div border color is #76104c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76104c


Comments

No comments written yet.

Please login to write comment.