Color Hex Logo

#76710d Color Hex

#76710D
(118,113,13)
0 Favorites   0 Comments

Color spaces of #76710d

RGB 11811313
HSL0.160.800.26
HSV57°89°46°
CMYK 0.000.040.89   0.54
XYZ13.449015.69092.7006
Yxy15.69090.42240.4928
Hunter Lab39.6117-8.716123.6860
CIE-Lab46.5663-9.134749.5468

#76710d color RGB value is (118,113,13).

#76710d hex color red value is 118, green value is 113 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #76710d hue: 0.16 , saturation: 0.80 and the lightness value of 76710d is 0.26.

The process color (four color CMYK) of #76710d color hex is 0.00, 0.04, 0.89, 0.54. Web safe color of #76710d is #666600. Color #76710d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110001 00001101
Octal 166 161 15
Decimal 118 113 13
Hex 76 71 D

RGB Percentages of Color #76710d

%48.36
%46.31
%5.33

CMYK Percentages of Color #76710d

%0
%4
%89
%54

Triadic Colors of #76710d

#76710d #0d7671 #710d76

Analogous Colors of #76710d

#76710d #47760d #763c0d

Monochromatic Colors of #76710d

#76710d

Complementary Color

#76710d #0d1276

#76710d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76710d Color Preview on White Background

Lorem ipsum dolor sit amet.

#76710d Color CSS Codes

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

#76710d Text Font Color

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

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


#76710d Background Color

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

This div background color is #76710d


#76710d Border Color

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

This div border color is #76710d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76710d


Comments

No comments written yet.

Please login to write comment.