Color Hex Logo

#763224 Color Hex

#763224
(118,50,36)
0 Favorites   0 Comments

Color spaces of #763224

RGB 1185036
HSL0.030.530.30
HSV10°69°46°
CMYK 0.000.580.69   0.54
XYZ8.93036.26012.4067
Yxy6.26010.50750.3557
Hunter Lab25.020219.925511.8110
CIE-Lab30.059428.774923.2842

#763224 color RGB value is (118,50,36).

#763224 hex color red value is 118, green value is 50 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #763224 hue: 0.03 , saturation: 0.53 and the lightness value of 763224 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110010 00100100
Octal 166 62 44
Decimal 118 50 36
Hex 76 32 24

RGB Percentages of Color #763224

%57.84
%24.51
%17.65

CMYK Percentages of Color #763224

%0
%58
%69
%54

Triadic Colors of #763224

#763224 #247632 #322476

Analogous Colors of #763224

#763224 #765b24 #76243f

Monochromatic Colors of #763224

#763224

Complementary Color

#763224 #246876

#763224 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763224 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763224 Color CSS Codes

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

#763224 Text Font Color

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

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


#763224 Background Color

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

This div background color is #763224


#763224 Border Color

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

This div border color is #763224


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763224


Comments

No comments written yet.

Please login to write comment.