Color Hex Logo

#763321 Color Hex

#763321
(118,51,33)
0 Favorites   0 Comments

Color spaces of #763321

RGB 1185133
HSL0.040.560.30
HSV13°72°46°
CMYK 0.000.570.72   0.54
XYZ8.92966.32902.1898
Yxy6.32900.51180.3627
Hunter Lab25.157519.332512.4494
CIE-Lab30.227828.043325.3140

#763321 color RGB value is (118,51,33).

#763321 hex color red value is 118, green value is 51 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #763321 hue: 0.04 , saturation: 0.56 and the lightness value of 763321 is 0.30.

The process color (four color CMYK) of #763321 color hex is 0.00, 0.57, 0.72, 0.54. Web safe color of #763321 is #663333. Color #763321 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110011 00100001
Octal 166 63 41
Decimal 118 51 33
Hex 76 33 21

RGB Percentages of Color #763321

%58.42
%25.25
%16.34

CMYK Percentages of Color #763321

%0
%57
%72
%54

Triadic Colors of #763321

#763321 #217633 #332176

Analogous Colors of #763321

#763321 #765e21 #76213a

Monochromatic Colors of #763321

#763321

Complementary Color

#763321 #216476

#763321 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763321 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763321 Color CSS Codes

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

#763321 Text Font Color

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

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


#763321 Background Color

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

This div background color is #763321


#763321 Border Color

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

This div border color is #763321


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763321


Comments

No comments written yet.

Please login to write comment.