Color Hex Logo

#761676 Color Hex

#761676
(118,22,118)
0 Favorites   0 Comments

Color spaces of #761676

RGB 11822118
HSL0.830.690.27
HSV300°81°46°
CMYK 0.000.810.00   0.54
XYZ11.02815.733417.6649
Yxy5.73340.32030.1665
Hunter Lab23.944540.3086-26.9796
CIE-Lab28.729651.0693-31.9604

#761676 color RGB value is (118,22,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00010110 01110110
Octal 166 26 166
Decimal 118 22 118
Hex 76 16 76

RGB Percentages of Color #761676

%45.74
%8.53
%45.74

CMYK Percentages of Color #761676

%0
%81
%0
%54

Triadic Colors of #761676

#761676 #767616 #167676

Analogous Colors of #761676

#761676 #761646 #461676

Monochromatic Colors of #761676

#761676

Complementary Color

#761676 #167616

#761676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#761676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#761676 Color CSS Codes

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

#761676 Text Font Color

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

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


#761676 Background Color

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

This div background color is #761676


#761676 Border Color

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

This div border color is #761676


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #761676


Comments

No comments written yet.

Please login to write comment.