Color Hex Logo

#763357 Color Hex

#763357
(118,51,87)
0 Favorites   0 Comments

Color spaces of #763357

RGB 1185187
HSL0.910.400.33
HSV328°57°46°
CMYK 0.000.570.26   0.54
XYZ10.37536.90739.8032
Yxy6.90730.38310.2550
Hunter Lab26.281724.4738-3.7182
CIE-Lab31.594933.8088-7.5792

#763357 color RGB value is (118,51,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110011 01010111
Octal 166 63 127
Decimal 118 51 87
Hex 76 33 57

RGB Percentages of Color #763357

%46.09
%19.92
%33.98

CMYK Percentages of Color #763357

%0
%57
%26
%54

Triadic Colors of #763357

#763357 #577633 #335776

Analogous Colors of #763357

#763357 #763336 #743376

Monochromatic Colors of #763357

#763357

Complementary Color

#763357 #337652

#763357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763357 Color CSS Codes

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

#763357 Text Font Color

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

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


#763357 Background Color

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

This div background color is #763357


#763357 Border Color

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

This div border color is #763357


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763357


Comments

No comments written yet.

Please login to write comment.