Color Hex Logo

#763866 Color Hex

#763866
(118,56,102)
0 Favorites   0 Comments

Color spaces of #763866

RGB 11856102
HSL0.880.360.34
HSV315°53°46°
CMYK 0.000.530.14   0.54
XYZ11.28377.639213.4502
Yxy7.63920.34860.2360
Hunter Lab27.639124.5044-9.5053
CIE-Lab33.219933.5845-14.7443

#763866 color RGB value is (118,56,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111000 01100110
Octal 166 70 146
Decimal 118 56 102
Hex 76 38 66

RGB Percentages of Color #763866

%42.75
%20.29
%36.96

CMYK Percentages of Color #763866

%0
%53
%14
%54

Triadic Colors of #763866

#763866 #667638 #386676

Analogous Colors of #763866

#763866 #763847 #673876

Monochromatic Colors of #763866

#763866

Complementary Color

#763866 #387648

#763866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763866 Color CSS Codes

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

#763866 Text Font Color

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

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


#763866 Background Color

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

This div background color is #763866


#763866 Border Color

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

This div border color is #763866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763866


Comments

No comments written yet.

Please login to write comment.