COLOR #807A6C

HEX: #807A6C
RGB: (128,122,108)

Color info

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

RGB color model

#807A6C color RGB value is (128,122,108).

  • red value is 128;
  • green value is 122;
  • blue value is 108.
RGB:
(128,122,108)
(50%,48%,42%)

RGB channels and saturation

R 128 of 255 = 50%
G 122 of 255 = 48%
B 108 of 255 = 42%

128
122
108

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

Portions of RGB colors in percentages

R + G + B =
128 + 122 + 108 = 358 (100%)
R 128 of 358 ~ 35.75%
G 122 of 358 ~ 34.08%
B 108 of 358 ~ 30.17%

%35.75
%34.08
%30.17

CMYK color model

#807A6C color CMYK value is (0,5,16,50).

  • cyan value is 0.00%
  • magenta value is 4.69%
  • yellow value is 15.63%
  • key color value is 49.80%
CMYK:
(0,5,16,50)
C0M5Y16K50 
(0%,5%,16%,50%)
(0.00/0.05/0.16/0.50)	

CMYK percentages

%0
%4.69
%15.63
%49.8

Codes

Color #807A6C in popluar color models

807A6C
RGB128122108
HSL42°8.47%46.27%
HSB/HSV42°15.63%50.20%
CMYK0.00%4.69%15.63%
49.80%

Color #807A6C in popluar number systems.

HEX807A6C
Decimal128122108
Binary1000000011110101101100
Octal200172154

Shades and tints

Shades of #807A6C

#807A6C
(128,122,108)
#756F63
(117,111,99)
#6A645A
(106,100,90)
#5F5951
(95,89,81)
#544E48
(84,78,72)
#49433F
(73,67,63)
#3E3836
(62,56,54)
#332D2D
(51,45,45)
#282224
(40,34,36)
#1D171B
(29,23,27)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #807A6C

#807A6C
(128,122,108)
#8B8679
(139,134,121)
#969286
(150,146,134)
#A19E93
(161,158,147)
#ACAAA0
(172,170,160)
#B7B6AD
(183,182,173)
#C2C2BA
(194,194,186)
#CDCEC7
(205,206,199)
#D8DAD4
(216,218,212)
#E3E6E1
(227,230,225)
#EEF2EE
(238,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807A6C color. Also use rgb(128,122,108) instead hex code.

Text Font Color

.myTextColor { color: #807A6C; }

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

This text font color is #807A6C.


Background Color

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

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

This div background color is #807A6C.


Border color

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

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

This div border color is #807A6C.


Opacity

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

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

Text with #807A6C 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 #807A6C;}

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

This text has shadow with #807A6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #807A6C on black background.


Color preview on white background

This text has color #807A6C on white background.



Black color preview on #807A6C background

This text has black color on #807A6C background.


White color preview on #807A6C background

This text has white color on #807A6C background.