Color Hex Logo

#763c5f Color Hex

#763C5F
(118,60,95)
0 Favorites   0 Comments

Color spaces of #763c5f

RGB 1186095
HSL0.900.330.35
HSV324°49°46°
CMYK 0.000.490.19   0.54
XYZ11.15267.909511.7653
Yxy7.90950.36180.2566
Hunter Lab28.123821.5681-5.1166
CIE-Lab33.793730.1558-9.4089

#763c5f color RGB value is (118,60,95).

#763c5f hex color red value is 118, green value is 60 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #763c5f hue: 0.90 , saturation: 0.33 and the lightness value of 763c5f is 0.35.

The process color (four color CMYK) of #763c5f color hex is 0.00, 0.49, 0.19, 0.54. Web safe color of #763c5f is #663366. Color #763c5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111100 01011111
Octal 166 74 137
Decimal 118 60 95
Hex 76 3C 5F

RGB Percentages of Color #763c5f

%43.22
%21.98
%34.80

CMYK Percentages of Color #763c5f

%0
%49
%19
%54

Triadic Colors of #763c5f

#763c5f #5f763c #3c5f76

Analogous Colors of #763c5f

#763c5f #763c42 #703c76

Monochromatic Colors of #763c5f

#763c5f

Complementary Color

#763c5f #3c7653

#763c5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763c5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#763c5f Color CSS Codes

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

#763c5f Text Font Color

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

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


#763c5f Background Color

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

This div background color is #763c5f


#763c5f Border Color

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

This div border color is #763c5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763c5f


Comments

No comments written yet.

Please login to write comment.