Color Hex Logo

#76561d Color Hex

#76561D
(118,86,29)
0 Favorites   0 Comments

Color spaces of #76561d

RGB 1188629
HSL0.110.610.29
HSV38°75°46°
CMYK 0.000.270.75   0.54
XYZ11.020810.59582.6267
Yxy10.59580.45460.4371
Hunter Lab32.55123.469918.0015
CIE-Lab38.89127.215736.8508

#76561d color RGB value is (118,86,29).

#76561d hex color red value is 118, green value is 86 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #76561d hue: 0.11 , saturation: 0.61 and the lightness value of 76561d is 0.29.

The process color (four color CMYK) of #76561d color hex is 0.00, 0.27, 0.75, 0.54. Web safe color of #76561d is #666633. Color #76561d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01010110 00011101
Octal 166 126 35
Decimal 118 86 29
Hex 76 56 1D

RGB Percentages of Color #76561d

%50.64
%36.91
%12.45

CMYK Percentages of Color #76561d

%0
%27
%75
%54

Triadic Colors of #76561d

#76561d #1d7656 #561d76

Analogous Colors of #76561d

#76561d #6a761d #762a1d

Monochromatic Colors of #76561d

#76561d

Complementary Color

#76561d #1d3d76

#76561d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76561d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76561d Color CSS Codes

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

#76561d Text Font Color

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

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


#76561d Background Color

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

This div background color is #76561d


#76561d Border Color

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

This div border color is #76561d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,86,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #76561d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #76561d;
  -webkit-box-shadow: 1px 1px 3px 2px #76561d;
  box-shadow:         1px 1px 3px 2px #76561d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76561d


Comments

No comments written yet.

Please login to write comment.