COLOR #807E68

HEX: #807E68 RGB: (128,126,104)

Color info

#807E68 contains red, green and blue colors in about the same proportion. Web safe color of #807E68 is #666666 (or #666).

RGB color model

#807E68 color RGB value is (128,126,104).

RGB: (128,126,104) (50%, 49%, 41%)

RGB channels and saturation

R 128 of 255 = 50%
G 126 of 255 = 49%
B 104 of 255 = 41%

128
126
104

R + G + B ~ 47%. #807E68 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 126 + 104 = 358 (100%)
R 128 of 358 ~ 35.75%
G 126 of 358 ~ 35.2%
B 104 of 358 ~ 29.05'%

%35.75
%35.2
%29.05

CMYK color model

#807E68 color CMYK value is (0,2,19,50).

  • cyan value is 0.00%
  • magenta value is 1.56%
  • yellow value is 18.75%
  • key color value is 49.80%

CMYK: (0,2,19,50)
C0M2Y19K50 (0%, 2%, 19%, 50%)
(0.00 / 0.02 / 0.19 / 0.50)

CMYK percentages

%0
%1.56
%18.75
%49.8

Codes

Color #807E68 in popluar color models

80 7E 68
RGB 128 126 104
HSL 55° 10.34% 45.49%
HSB/HSV 55° 18.75% 50.20%
CMYK 0.00% 1.56% 18.75%
49.80%

Color #807E68 in popluar number systems.

HEX 80 7E 68
Decimal 128 126 104
Binary 10000000 1111110 1101000
Octal 200 176 150

Shades and tints

Shades of #807E68

#807E68
(128,126,104)
#75735F
(117,115,95)
#6A6856
(106,104,86)
#5F5D4D
(95,93,77)
#545244
(84,82,68)
#49473B
(73,71,59)
#3E3C32
(62,60,50)
#333129
(51,49,41)
#282620
(40,38,32)
#1D1B17
(29,27,23)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #807E68

#807E68
(128,126,104)
#8B8975
(139,137,117)
#969482
(150,148,130)
#A19F8F
(161,159,143)
#ACAA9C
(172,170,156)
#B7B5A9
(183,181,169)
#C2C0B6
(194,192,182)
#CDCBC3
(205,203,195)
#D8D6D0
(216,214,208)
#E3E1DD
(227,225,221)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807E68 color. Also use rgb(128,126,104) instead hex code.

Text Font Color

.myTextColor { color: #807E68; }

<p style="color:#807E68">This sample text font color is #807E68.</p>

This text font color is #807E68.

Background Color

.myBgColor { background-color: #807E68; }

<div style="background-color:#807E68">Inner text</div>

This div background color is #807E68.

Border color

.myBorderColor { border: 1px solid #807E68; }

<div style="border:3px solid #807E68">Div</div>

This div border color is #807E68.

Opacity

.myOpacity80 { color: #807E68; opacity: 0.8; }

<p style="color:#807E68;opacity:0.8;">80%</p>

Text with #807E68 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #807E68;}

<p style="text-shadow: 3px 3px 1px #807E68">Text here.</p>

This text has shadow with #807E68 color.


.textShadow {text-shadow: 3px 3px 1px #807E68', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #807E68, 5px 5px 20px red">Text here.</p>

This text has shadow with #807E68 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#807E68, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#807E68, Direction=45, Strength=4)">Text</p>

This text has shadow with #807E68 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #807E68;
-webkit-box-shadow: 1px 1px 3px 2px #807E68;
box-shadow: 1px 1px 3px 2px #807E68;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #807E68; -webkit-box-shadow: 1px 1px 3px 2px #807E68; box-shadow:1px 1px 3px 2px #807E68;">
Div content here
</div>

This div box has shadow with color #807E68.

Preview

Color preview on black background

This text has color #807E68 on black background.


Color preview on white background

This text has color #807E68 on white background.


Black color preview on #807E68 background

This text has black color on #807E68 background.


White color preview on #807E68 background

This text has white color on #807E68 background.


Related colors

Complementary color

Complementary color for #hex is #7F8197.


I love getcolorcode.com

Triadic colors

1 #68807E and #7E6880 with #807E68 are triadic colors.

2 #687E80 and #7E8068 with #807E68 are triadic colors.