Color Hex Logo

#80754b Color Hex

#80754B
(128,117,75)
0 Favorites   0 Comments

Color spaces of #80754b

RGB 12811775
HSL0.130.260.40
HSV48°41°50°
CMYK 0.000.090.41   0.50
XYZ16.533417.81989.2248
Yxy17.81980.37940.4089
Hunter Lab42.2135-3.962116.5930
CIE-Lab49.2768-2.253924.7056

#80754b color RGB value is (128,117,75).

#80754b hex color red value is 128, green value is 117 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #80754b hue: 0.13 , saturation: 0.26 and the lightness value of 80754b is 0.40.

The process color (four color CMYK) of #80754b color hex is 0.00, 0.09, 0.41, 0.50. Web safe color of #80754b is #996633. Color #80754b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000000 01110101 01001011
Octal 200 165 113
Decimal 128 117 75
Hex 80 75 4B

RGB Percentages of Color #80754b

%40.00
%36.56
%23.44

CMYK Percentages of Color #80754b

%0
%9
%41
%50

Triadic Colors of #80754b

#80754b #4b8075 #754b80

Analogous Colors of #80754b

#80754b #71804b #805b4b

Monochromatic Colors of #80754b

#80754b

Complementary Color

#80754b #4b5680

#80754b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#80754b Color Preview on White Background

Lorem ipsum dolor sit amet.

#80754b Color CSS Codes

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

#80754b Text Font Color

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

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


#80754b Background Color

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

This div background color is #80754b


#80754b Border Color

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

This div border color is #80754b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(128,117,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #80754b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #80754b;
  -webkit-box-shadow: 1px 1px 3px 2px #80754b;
  box-shadow:         1px 1px 3px 2px #80754b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #80754b


Comments

No comments written yet.

Please login to write comment.