Color Hex Logo

#763353 Color Hex

#763353
(118,51,83)
0 Favorites   0 Comments

Color spaces of #763353

RGB 1185183
HSL0.920.400.33
HSV331°57°46°
CMYK 0.000.570.30   0.54
XYZ10.21646.84378.9661
Yxy6.84370.39250.2630
Hunter Lab26.160523.9285-2.0084
CIE-Lab31.448433.2142-5.2041

#763353 color RGB value is (118,51,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110011 01010011
Octal 166 63 123
Decimal 118 51 83
Hex 76 33 53

RGB Percentages of Color #763353

%46.83
%20.24
%32.94

CMYK Percentages of Color #763353

%0
%57
%30
%54

Triadic Colors of #763353

#763353 #537633 #335376

Analogous Colors of #763353

#763353 #763433 #763375

Monochromatic Colors of #763353

#763353

Complementary Color

#763353 #337656

#763353 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763353 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763353 Color CSS Codes

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

#763353 Text Font Color

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

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


#763353 Background Color

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

This div background color is #763353


#763353 Border Color

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

This div border color is #763353


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763353


Comments

No comments written yet.

Please login to write comment.