Color Hex Logo

#80765a Color Hex

#80765A
(128,118,90)
0 Favorites   0 Comments

Color spaces of #80765a

RGB 12811890
HSL0.120.170.43
HSV44°30°50°
CMYK 0.000.080.30   0.50
XYZ17.226018.284212.2942
Yxy18.28420.36030.3825
Hunter Lab42.7600-2.920812.8852
CIE-Lab49.8390-0.833016.8489

#80765a color RGB value is (128,118,90).

#80765a hex color red value is 128, green value is 118 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #80765a hue: 0.12 , saturation: 0.17 and the lightness value of 80765a is 0.43.

The process color (four color CMYK) of #80765a color hex is 0.00, 0.08, 0.30, 0.50. Web safe color of #80765a is #996666. Color #80765a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110110 01011010
Octal 200 166 132
Decimal 128 118 90
Hex 80 76 5A

RGB Percentages of Color #80765a

%38.10
%35.12
%26.79

CMYK Percentages of Color #80765a

%0
%8
%30
%50

Triadic Colors of #80765a

#80765a #5a8076 #765a80

Analogous Colors of #80765a

#80765a #77805a #80635a

Monochromatic Colors of #80765a

#80765a

Complementary Color

#80765a #5a6480

#80765a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80765a Color Preview on White Background

Lorem ipsum dolor sit amet.

#80765a Color CSS Codes

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

#80765a Text Font Color

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

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


#80765a Background Color

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

This div background color is #80765a


#80765a Border Color

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

This div border color is #80765a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,118,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80765a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80765a;
  -webkit-box-shadow: 1px 1px 3px 2px #80765a;
  box-shadow:         1px 1px 3px 2px #80765a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80765a


Comments

No comments written yet.

Please login to write comment.