Color Hex Logo

#76552c Color Hex

#76552C
(118,85,44)
0 Favorites   0 Comments

Color spaces of #76552c

RGB 1188544
HSL0.090.460.32
HSV33°63°46°
CMYK 0.000.280.63   0.54
XYZ11.174310.53043.8265
Yxy10.53040.43770.4125
Hunter Lab32.45064.677715.7241
CIE-Lab38.77808.830328.9344

#76552c color RGB value is (118,85,44).

#76552c hex color red value is 118, green value is 85 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #76552c hue: 0.09 , saturation: 0.46 and the lightness value of 76552c is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010101 00101100
Octal 166 125 54
Decimal 118 85 44
Hex 76 55 2C

RGB Percentages of Color #76552c

%47.77
%34.41
%17.81

CMYK Percentages of Color #76552c

%0
%28
%63
%54

Triadic Colors of #76552c

#76552c #2c7655 #552c76

Analogous Colors of #76552c

#76552c #72762c #76302c

Monochromatic Colors of #76552c

#76552c

Complementary Color

#76552c #2c4d76

#76552c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76552c Color Preview on White Background

Lorem ipsum dolor sit amet.

#76552c Color CSS Codes

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

#76552c Text Font Color

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

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


#76552c Background Color

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

This div background color is #76552c


#76552c Border Color

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

This div border color is #76552c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76552c


Comments

No comments written yet.

Please login to write comment.