Color Hex Logo

#80775d Color Hex

#80775D
(128,119,93)
0 Favorites   0 Comments

Color spaces of #80775d

RGB 12811993
HSL0.120.160.43
HSV45°27°50°
CMYK 0.000.070.27   0.50
XYZ17.474718.573213.0199
Yxy18.57320.35610.3785
Hunter Lab43.0966-3.041412.2556
CIE-Lab50.1841-0.965215.5781

#80775d color RGB value is (128,119,93).

#80775d hex color red value is 128, green value is 119 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #80775d hue: 0.12 , saturation: 0.16 and the lightness value of 80775d is 0.43.

The process color (four color CMYK) of #80775d color hex is 0.00, 0.07, 0.27, 0.50. Web safe color of #80775d is #996666. Color #80775d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110111 01011101
Octal 200 167 135
Decimal 128 119 93
Hex 80 77 5D

RGB Percentages of Color #80775d

%37.65
%35.00
%27.35

CMYK Percentages of Color #80775d

%0
%7
%27
%50

Triadic Colors of #80775d

#80775d #5d8077 #775d80

Analogous Colors of #80775d

#80775d #78805d #80665d

Monochromatic Colors of #80775d

#80775d

Complementary Color

#80775d #5d6680

#80775d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80775d Color Preview on White Background

Lorem ipsum dolor sit amet.

#80775d Color CSS Codes

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

#80775d Text Font Color

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

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


#80775d Background Color

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

This div background color is #80775d


#80775d Border Color

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

This div border color is #80775d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,119,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80775d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80775d;
  -webkit-box-shadow: 1px 1px 3px 2px #80775d;
  box-shadow:         1px 1px 3px 2px #80775d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80775d


Comments

No comments written yet.

Please login to write comment.