Color Hex Logo

#762977 Color Hex

#762977
(118,41,119)
0 Favorites   0 Comments

Color spaces of #762977

RGB 11841119
HSL0.830.490.31
HSV299°66°47°
CMYK 0.010.660.00   0.53
XYZ11.59396.769318.1483
Yxy6.76930.31750.1854
Hunter Lab26.017934.0106-23.1442
CIE-Lab31.275844.1955-28.5565

#762977 color RGB value is (118,41,119).

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

The process color (four color CMYK) of #762977 color hex is 0.01, 0.66, 0.00, 0.53. Web safe color of #762977 is #663366. Color #762977 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00101001 01110111
Octal 166 51 167
Decimal 118 41 119
Hex 76 29 77

RGB Percentages of Color #762977

%42.45
%14.75
%42.81

CMYK Percentages of Color #762977

%1
%66
%0
%53

Triadic Colors of #762977

#762977 #777629 #297776

Analogous Colors of #762977

#762977 #772951 #4f2977

Monochromatic Colors of #762977

#762977

Complementary Color

#762977 #2a7729

#762977 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#762977 Color Preview on White Background

Lorem ipsum dolor sit amet.

#762977 Color CSS Codes

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

#762977 Text Font Color

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

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


#762977 Background Color

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

This div background color is #762977


#762977 Border Color

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

This div border color is #762977


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #762977


Comments

No comments written yet.

Please login to write comment.