Color Hex Logo

#81775f Color Hex

#81775F
(129,119,95)
0 Favorites   0 Comments

Color spaces of #81775f

RGB 12911995
HSL0.120.150.44
HSV42°26°51°
CMYK 0.000.080.26   0.49
XYZ17.715618.687013.4997
Yxy18.68700.35500.3745
Hunter Lab43.2285-2.498111.7444
CIE-Lab50.3190-0.246114.6149

#81775f color RGB value is (129,119,95).

#81775f hex color red value is 129, green value is 119 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #81775f hue: 0.12 , saturation: 0.15 and the lightness value of 81775f is 0.44.

The process color (four color CMYK) of #81775f color hex is 0.00, 0.08, 0.26, 0.49. Web safe color of #81775f is #996666. Color #81775f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110111 01011111
Octal 201 167 137
Decimal 129 119 95
Hex 81 77 5F

RGB Percentages of Color #81775f

%37.61
%34.69
%27.70

CMYK Percentages of Color #81775f

%0
%8
%26
%49

Triadic Colors of #81775f

#81775f #5f8177 #775f81

Analogous Colors of #81775f

#81775f #7a815f #81665f

Monochromatic Colors of #81775f

#81775f

Complementary Color

#81775f #5f6981

#81775f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81775f Color Preview on White Background

Lorem ipsum dolor sit amet.

#81775f Color CSS Codes

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

#81775f Text Font Color

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

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


#81775f Background Color

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

This div background color is #81775f


#81775f Border Color

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

This div border color is #81775f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,119,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81775f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81775f;
  -webkit-box-shadow: 1px 1px 3px 2px #81775f;
  box-shadow:         1px 1px 3px 2px #81775f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81775f


Comments

No comments written yet.

Please login to write comment.