Color Hex Logo

#81760e Color Hex

#81760E
(129,118,14)
0 Favorites   0 Comments

Color spaces of #81760e

RGB 12911814
HSL0.150.800.28
HSV54°89°51°
CMYK 0.000.090.89   0.49
XYZ15.611017.65573.0006
Yxy17.65570.43040.4868
Hunter Lab42.0187-7.215525.1791
CIE-Lab49.0758-6.677851.7892

#81760e color RGB value is (129,118,14).

#81760e hex color red value is 129, green value is 118 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #81760e hue: 0.15 , saturation: 0.80 and the lightness value of 81760e is 0.28.

The process color (four color CMYK) of #81760e color hex is 0.00, 0.09, 0.89, 0.49. Web safe color of #81760e is #996600. Color #81760e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110110 00001110
Octal 201 166 16
Decimal 129 118 14
Hex 81 76 E

RGB Percentages of Color #81760e

%49.43
%45.21
%5.36

CMYK Percentages of Color #81760e

%0
%9
%89
%49

Triadic Colors of #81760e

#81760e #0e8176 #760e81

Analogous Colors of #81760e

#81760e #52810e #813d0e

Monochromatic Colors of #81760e

#81760e

Complementary Color

#81760e #0e1981

#81760e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81760e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81760e Color CSS Codes

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

#81760e Text Font Color

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

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


#81760e Background Color

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

This div background color is #81760e


#81760e Border Color

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

This div border color is #81760e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,118,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81760e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81760e;
  -webkit-box-shadow: 1px 1px 3px 2px #81760e;
  box-shadow:         1px 1px 3px 2px #81760e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81760e


Comments

No comments written yet.

Please login to write comment.