Color Hex Logo

#763875 Color Hex

#763875
(118,56,117)
0 Favorites   0 Comments

Color spaces of #763875

RGB 11856117
HSL0.840.360.34
HSV301°53°46°
CMYK 0.000.530.01   0.54
XYZ12.09637.964317.7293
Yxy7.96430.32010.2108
Hunter Lab28.221127.1229-17.4929
CIE-Lab33.908436.3794-23.1639

#763875 color RGB value is (118,56,117).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111000 01110101
Octal 166 70 165
Decimal 118 56 117
Hex 76 38 75

RGB Percentages of Color #763875

%40.55
%19.24
%40.21

CMYK Percentages of Color #763875

%0
%53
%1
%54

Triadic Colors of #763875

#763875 #757638 #387576

Analogous Colors of #763875

#763875 #763856 #583876

Monochromatic Colors of #763875

#763875

Complementary Color

#763875 #387639

#763875 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763875 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763875 Color CSS Codes

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

#763875 Text Font Color

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

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


#763875 Background Color

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

This div background color is #763875


#763875 Border Color

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

This div border color is #763875


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763875


Comments

No comments written yet.

Please login to write comment.