COLOR #806879

HEX: #806879
RGB: (128,104,121)

Color info

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

RGB color model

#806879 color RGB value is (128,104,121).

  • red value is 128;
  • green value is 104;
  • blue value is 121.
RGB:
(128,104,121)
(50%,41%,47%)

RGB channels and saturation

R 128 of 255 = 50%
G 104 of 255 = 41%
B 121 of 255 = 47%

128
104
121

R + G + B ~ 46%. #806879 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 104 + 121 = 353 (100%)
R 128 of 353 ~ 36.26%
G 104 of 353 ~ 29.46%
B 121 of 353 ~ 34.28%

%36.26
%29.46
%34.28

CMYK color model

#806879 color CMYK value is (0,19,5,50).

  • cyan value is 0.00%
  • magenta value is 18.75%
  • yellow value is 5.47%
  • key color value is 49.80%
CMYK:
(0,19,5,50)
C0M19Y5K50 
(0%,19%,5%,50%)
(0.00/0.19/0.05/0.50)	

CMYK percentages

%0
%18.75
%5.47
%49.8

Codes

Color #806879 in popluar color models

806879
RGB128104121
HSL318°10.34%45.49%
HSB/HSV318°18.75%50.20%
CMYK0.00%18.75%5.47%
49.80%

Color #806879 in popluar number systems.

HEX806879
Decimal128104121
Binary1000000011010001111001
Octal200150171

Shades and tints

Shades of #806879

#806879
(128,104,121)
#755F6E
(117,95,110)
#6A5663
(106,86,99)
#5F4D58
(95,77,88)
#54444D
(84,68,77)
#493B42
(73,59,66)
#3E3237
(62,50,55)
#33292C
(51,41,44)
#282021
(40,32,33)
#1D1716
(29,23,22)
#120E0B
(18,14,11)
#000000
(0,0,0)

Tints of #806879

#806879
(128,104,121)
#8B7585
(139,117,133)
#968291
(150,130,145)
#A18F9D
(161,143,157)
#AC9CA9
(172,156,169)
#B7A9B5
(183,169,181)
#C2B6C1
(194,182,193)
#CDC3CD
(205,195,205)
#D8D0D9
(216,208,217)
#E3DDE5
(227,221,229)
#EEEAF1
(238,234,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #806879; }

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

This text font color is #806879.


Background Color

.myBgColor { background-color: #806879; }

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

This div background color is #806879.


Border color

.myBorderColor { border: 1px solid #806879; }

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

This div border color is #806879.


Opacity

.myOpacity80 { color: #806879; opacity: 0.8; }

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

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

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

This text has shadow with #806879 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #806879 on black background.


Color preview on white background

This text has color #806879 on white background.



Black color preview on #806879 background

This text has black color on #806879 background.


White color preview on #806879 background

This text has white color on #806879 background.