Color Hex Logo

#765526 Color Hex

#765526
(118,85,38)
0 Favorites   0 Comments

Color spaces of #765526

RGB 1188538
HSL0.100.510.31
HSV35°68°46°
CMYK 0.000.280.68   0.54
XYZ11.069610.48853.2748
Yxy10.48850.44580.4224
Hunter Lab32.38604.336316.6749
CIE-Lab38.70538.376432.1221

#765526 color RGB value is (118,85,38).

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

The process color (four color CMYK) of #765526 color hex is 0.00, 0.28, 0.68, 0.54. Web safe color of #765526 is #666633. Color #765526 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010101 00100110
Octal 166 125 46
Decimal 118 85 38
Hex 76 55 26

RGB Percentages of Color #765526

%48.96
%35.27
%15.77

CMYK Percentages of Color #765526

%0
%28
%68
%54

Triadic Colors of #765526

#765526 #267655 #552676

Analogous Colors of #765526

#765526 #6f7626 #762d26

Monochromatic Colors of #765526

#765526

Complementary Color

#765526 #264776

#765526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#765526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#765526 Color CSS Codes

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

#765526 Text Font Color

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

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


#765526 Background Color

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

This div background color is #765526


#765526 Border Color

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

This div border color is #765526


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,85,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 #765526">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #765526


Comments

No comments written yet.

Please login to write comment.