Color Hex Logo

#763966 Color Hex

#763966
(118,57,102)
0 Favorites   0 Comments

Color spaces of #763966

RGB 11857102
HSL0.880.350.34
HSV316°52°46°
CMYK 0.000.520.14   0.54
XYZ11.33267.737113.4665
Yxy7.73710.34830.2378
Hunter Lab27.815624.0468-9.2334
CIE-Lab33.429333.0365-14.4235

#763966 color RGB value is (118,57,102).

#763966 hex color red value is 118, green value is 57 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #763966 hue: 0.88 , saturation: 0.35 and the lightness value of 763966 is 0.34.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111001 01100110
Octal 166 71 146
Decimal 118 57 102
Hex 76 39 66

RGB Percentages of Color #763966

%42.60
%20.58
%36.82

CMYK Percentages of Color #763966

%0
%52
%14
%54

Triadic Colors of #763966

#763966 #667639 #396676

Analogous Colors of #763966

#763966 #763948 #683976

Monochromatic Colors of #763966

#763966

Complementary Color

#763966 #397649

#763966 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763966 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763966 Color CSS Codes

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

#763966 Text Font Color

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

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


#763966 Background Color

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

This div background color is #763966


#763966 Border Color

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

This div border color is #763966


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763966


Comments

No comments written yet.

Please login to write comment.