Color Hex Logo

#76710f Color Hex

#76710F
(118,113,15)
0 Favorites   0 Comments

Color spaces of #76710f

RGB 11811315
HSL0.160.770.26
HSV57°87°46°
CMYK 0.000.040.87   0.54
XYZ13.462615.69632.7721
Yxy15.69630.42160.4916
Hunter Lab39.6186-8.677223.5845
CIE-Lab46.5735-9.077949.0489

#76710f color RGB value is (118,113,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110110 01110001 00001111
Octal 166 161 17
Decimal 118 113 15
Hex 76 71 F

RGB Percentages of Color #76710f

%47.97
%45.93
%6.10

CMYK Percentages of Color #76710f

%0
%4
%87
%54

Triadic Colors of #76710f

#76710f #0f7671 #710f76

Analogous Colors of #76710f

#76710f #48760f #763d0f

Monochromatic Colors of #76710f

#76710f

Complementary Color

#76710f #0f1476

#76710f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#76710f Color Preview on White Background

Lorem ipsum dolor sit amet.

#76710f Color CSS Codes

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

#76710f Text Font Color

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

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


#76710f Background Color

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

This div background color is #76710f


#76710f Border Color

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

This div border color is #76710f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #76710f


Comments

No comments written yet.

Please login to write comment.