Color Hex Logo

#762676 Color Hex

#762676
(118,38,118)
0 Favorites   0 Comments

Color spaces of #762676

RGB 11838118
HSL0.830.510.31
HSV300°68°46°
CMYK 0.000.680.00   0.54
XYZ11.43436.545817.8003
Yxy6.54580.31960.1829
Hunter Lab25.584835.0016-23.3410
CIE-Lab30.749745.3202-28.7555

#762676 color RGB value is (118,38,118).

#762676 hex color red value is 118, green value is 38 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #762676 hue: 0.83 , saturation: 0.51 and the lightness value of 762676 is 0.31.

The process color (four color CMYK) of #762676 color hex is 0.00, 0.68, 0.00, 0.54. Web safe color of #762676 is #663366. Color #762676 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00100110 01110110
Octal 166 46 166
Decimal 118 38 118
Hex 76 26 76

RGB Percentages of Color #762676

%43.07
%13.87
%43.07

CMYK Percentages of Color #762676

%0
%68
%0
%54

Triadic Colors of #762676

#762676 #767626 #267676

Analogous Colors of #762676

#762676 #76264e #4e2676

Monochromatic Colors of #762676

#762676

Complementary Color

#762676 #267626

#762676 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762676 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762676 Color CSS Codes

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

#762676 Text Font Color

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

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


#762676 Background Color

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

This div background color is #762676


#762676 Border Color

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

This div border color is #762676


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,38,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 #762676">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762676


Comments

No comments written yet.

Please login to write comment.