Color Hex Logo

#763231 Color Hex

#763231
(118,50,49)
0 Favorites   0 Comments

Color spaces of #763231

RGB 1185049
HSL0.000.410.33
HSV58°46°
CMYK 0.000.580.58   0.54
XYZ9.16626.35453.6492
Yxy6.35450.47820.3315
Hunter Lab25.208120.79219.0627
CIE-Lab30.289829.766115.3274

#763231 color RGB value is (118,50,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110010 00110001
Octal 166 62 61
Decimal 118 50 49
Hex 76 32 31

RGB Percentages of Color #763231

%54.38
%23.04
%22.58

CMYK Percentages of Color #763231

%0
%58
%58
%54

Triadic Colors of #763231

#763231 #317632 #323176

Analogous Colors of #763231

#763231 #765531 #763153

Monochromatic Colors of #763231

#763231

Complementary Color

#763231 #317576

#763231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763231 Color CSS Codes

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

#763231 Text Font Color

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

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


#763231 Background Color

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

This div background color is #763231


#763231 Border Color

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

This div border color is #763231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763231


Comments

No comments written yet.

Please login to write comment.