Color Hex Logo

#817755 Color Hex

#817755
(129,119,85)
0 Favorites   0 Comments

Color spaces of #817755

RGB 12911985
HSL0.130.210.42
HSV46°34°51°
CMYK 0.000.080.34   0.49
XYZ17.289818.516711.2571
Yxy18.51670.36740.3934
Hunter Lab43.0310-3.583314.6112
CIE-Lab50.1169-1.681920.1264

#817755 color RGB value is (129,119,85).

#817755 hex color red value is 129, green value is 119 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #817755 hue: 0.13 , saturation: 0.21 and the lightness value of 817755 is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110111 01010101
Octal 201 167 125
Decimal 129 119 85
Hex 81 77 55

RGB Percentages of Color #817755

%38.74
%35.74
%25.53

CMYK Percentages of Color #817755

%0
%8
%34
%49

Triadic Colors of #817755

#817755 #558177 #775581

Analogous Colors of #817755

#817755 #758155 #816155

Monochromatic Colors of #817755

#817755

Complementary Color

#817755 #555f81

#817755 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#817755 Color Preview on White Background

Lorem ipsum dolor sit amet.

#817755 Color CSS Codes

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

#817755 Text Font Color

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

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


#817755 Background Color

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

This div background color is #817755


#817755 Border Color

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

This div border color is #817755


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #817755


Comments

No comments written yet.

Please login to write comment.