Color Hex Logo

#763855 Color Hex

#763855
(118,56,85)
0 Favorites   0 Comments

Color spaces of #763855

RGB 1185685
HSL0.920.360.34
HSV332°53°46°
CMYK 0.000.530.28   0.54
XYZ10.52517.33589.4555
Yxy7.33580.38530.2685
Hunter Lab27.084721.9669-1.7394
CIE-Lab32.559530.7959-4.8437

#763855 color RGB value is (118,56,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00111000 01010101
Octal 166 70 125
Decimal 118 56 85
Hex 76 38 55

RGB Percentages of Color #763855

%45.56
%21.62
%32.82

CMYK Percentages of Color #763855

%0
%53
%28
%54

Triadic Colors of #763855

#763855 #557638 #385576

Analogous Colors of #763855

#763855 #763a38 #763874

Monochromatic Colors of #763855

#763855

Complementary Color

#763855 #387659

#763855 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763855 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763855 Color CSS Codes

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

#763855 Text Font Color

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

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


#763855 Background Color

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

This div background color is #763855


#763855 Border Color

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

This div border color is #763855


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763855


Comments

No comments written yet.

Please login to write comment.