Color Hex Logo

#763526 Color Hex

#763526
(118,53,38)
0 Favorites   0 Comments

Color spaces of #763526

RGB 1185338
HSL0.030.510.31
HSV11°68°46°
CMYK 0.000.550.68   0.54
XYZ9.09426.53772.6163
Yxy6.53770.49840.3583
Hunter Lab25.568918.742211.8315
CIE-Lab30.730427.264822.8568

#763526 color RGB value is (118,53,38).

#763526 hex color red value is 118, green value is 53 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #763526 hue: 0.03 , saturation: 0.51 and the lightness value of 763526 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 00110101 00100110
Octal 166 65 46
Decimal 118 53 38
Hex 76 35 26

RGB Percentages of Color #763526

%56.46
%25.36
%18.18

CMYK Percentages of Color #763526

%0
%55
%68
%54

Triadic Colors of #763526

#763526 #267635 #352676

Analogous Colors of #763526

#763526 #765d26 #76263f

Monochromatic Colors of #763526

#763526

Complementary Color

#763526 #266776

#763526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#763526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#763526 Color CSS Codes

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

#763526 Text Font Color

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

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


#763526 Background Color

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

This div background color is #763526


#763526 Border Color

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

This div border color is #763526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #763526


Comments

No comments written yet.

Please login to write comment.