Color Hex Logo

#763143 Color Hex

#763143
(118,49,67)
0 Favorites   0 Comments

Color spaces of #763143

RGB 1184967
HSL0.960.410.33
HSV344°58°46°
CMYK 0.000.580.43   0.54
XYZ9.58266.45346.0508
Yxy6.45340.43390.2922
Hunter Lab25.403522.87673.6604
CIE-Lab30.528732.15703.9003

#763143 color RGB value is (118,49,67).

#763143 hex color red value is 118, green value is 49 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #763143 hue: 0.96 , saturation: 0.41 and the lightness value of 763143 is 0.33.

The process color (four color CMYK) of #763143 color hex is 0.00, 0.58, 0.43, 0.54. Web safe color of #763143 is #663333. Color #763143 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110001 01000011
Octal 166 61 103
Decimal 118 49 67
Hex 76 31 43

RGB Percentages of Color #763143

%50.43
%20.94
%28.63

CMYK Percentages of Color #763143

%0
%58
%43
%54

Triadic Colors of #763143

#763143 #437631 #314376

Analogous Colors of #763143

#763143 #764231 #763166

Monochromatic Colors of #763143

#763143

Complementary Color

#763143 #317664

#763143 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763143 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763143 Color CSS Codes

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

#763143 Text Font Color

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

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


#763143 Background Color

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

This div background color is #763143


#763143 Border Color

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

This div border color is #763143


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763143


Comments

No comments written yet.

Please login to write comment.