Color Hex Logo

#763236 Color Hex

#763236
(118,50,54)
0 Favorites   0 Comments

Color spaces of #763236

RGB 1185054
HSL0.990.400.33
HSV356°58°46°
CMYK 0.000.580.54   0.54
XYZ9.27776.39914.2362
Yxy6.39910.46590.3214
Hunter Lab25.296421.19777.7787
CIE-Lab30.397830.226312.2266

#763236 color RGB value is (118,50,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110010 00110110
Octal 166 62 66
Decimal 118 50 54
Hex 76 32 36

RGB Percentages of Color #763236

%53.15
%22.52
%24.32

CMYK Percentages of Color #763236

%0
%58
%54
%54

Triadic Colors of #763236

#763236 #367632 #323676

Analogous Colors of #763236

#763236 #765032 #763258

Monochromatic Colors of #763236

#763236

Complementary Color

#763236 #327672

#763236 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763236 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763236 Color CSS Codes

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

#763236 Text Font Color

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

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


#763236 Background Color

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

This div background color is #763236


#763236 Border Color

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

This div border color is #763236


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763236


Comments

No comments written yet.

Please login to write comment.