Color Hex Logo

#763355 Color Hex

#763355
(118,51,85)
0 Favorites   0 Comments

Color spaces of #763355

RGB 1185185
HSL0.920.400.33
HSV330°57°46°
CMYK 0.000.570.28   0.54
XYZ10.29476.87519.3788
Yxy6.87510.38780.2590
Hunter Lab26.220424.1972-2.8532
CIE-Lab31.520933.5077-6.3943

#763355 color RGB value is (118,51,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110011 01010101
Octal 166 63 125
Decimal 118 51 85
Hex 76 33 55

RGB Percentages of Color #763355

%46.46
%20.08
%33.46

CMYK Percentages of Color #763355

%0
%57
%28
%54

Triadic Colors of #763355

#763355 #557633 #335576

Analogous Colors of #763355

#763355 #763334 #763376

Monochromatic Colors of #763355

#763355

Complementary Color

#763355 #337654

#763355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763355 Color CSS Codes

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

#763355 Text Font Color

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

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


#763355 Background Color

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

This div background color is #763355


#763355 Border Color

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

This div border color is #763355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763355


Comments

No comments written yet.

Please login to write comment.