Color Hex Logo

#76125a Color Hex

#76125A
(118,18,90)
0 Favorites   0 Comments

Color spaces of #76125a

RGB 1181890
HSL0.880.740.27
HSV317°85°46°
CMYK 0.000.850.24   0.54
XYZ9.53305.022310.1398
Yxy5.02230.38600.2034
Hunter Lab22.410536.7122-11.1389
CIE-Lab26.798247.8345-16.8639

#76125a color RGB value is (118,18,90).

#76125a hex color red value is 118, green value is 18 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #76125a hue: 0.88 , saturation: 0.74 and the lightness value of 76125a is 0.27.

The process color (four color CMYK) of #76125a color hex is 0.00, 0.85, 0.24, 0.54. Web safe color of #76125a is #660066. Color #76125a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010010 01011010
Octal 166 22 132
Decimal 118 18 90
Hex 76 12 5A

RGB Percentages of Color #76125a

%52.21
%7.96
%39.82

CMYK Percentages of Color #76125a

%0
%85
%24
%54

Triadic Colors of #76125a

#76125a #5a7612 #125a76

Analogous Colors of #76125a

#76125a #761228 #601276

Monochromatic Colors of #76125a

#76125a

Complementary Color

#76125a #12762e

#76125a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76125a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76125a Color CSS Codes

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

#76125a Text Font Color

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

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


#76125a Background Color

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

This div background color is #76125a


#76125a Border Color

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

This div border color is #76125a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76125a


Comments

No comments written yet.

Please login to write comment.