Color Hex Logo

#76186a Color Hex

#76186A
(118,24,106)
0 Favorites   0 Comments

Color spaces of #76186a

RGB 11824106
HSL0.850.660.28
HSV308°80°46°
CMYK 0.000.800.10   0.54
XYZ10.39945.545414.1579
Yxy5.54540.34550.1842
Hunter Lab23.548737.6177-19.1622
CIE-Lab28.235348.4749-25.0556

#76186a color RGB value is (118,24,106).

#76186a hex color red value is 118, green value is 24 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #76186a hue: 0.85 , saturation: 0.66 and the lightness value of 76186a is 0.28.

The process color (four color CMYK) of #76186a color hex is 0.00, 0.80, 0.10, 0.54. Web safe color of #76186a is #660066. Color #76186a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00011000 01101010
Octal 166 30 152
Decimal 118 24 106
Hex 76 18 6A

RGB Percentages of Color #76186a

%47.58
%9.68
%42.74

CMYK Percentages of Color #76186a

%0
%80
%10
%54

Triadic Colors of #76186a

#76186a #6a7618 #186a76

Analogous Colors of #76186a

#76186a #76183b #531876

Monochromatic Colors of #76186a

#76186a

Complementary Color

#76186a #187624

#76186a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76186a Color Preview on White Background

Lorem ipsum dolor sit amet.

#76186a Color CSS Codes

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

#76186a Text Font Color

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

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


#76186a Background Color

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

This div background color is #76186a


#76186a Border Color

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

This div border color is #76186a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76186a


Comments

No comments written yet.

Please login to write comment.