COLOR #808A7A

HEX: #808A7A RGB: (128,138,122)

Color info

#808A7A contains red, green and blue colors in about the same proportion. Web safe color of #808A7A is #669966 (or #696).

RGB color model

#808A7A color RGB value is (128,138,122).

RGB: (128,138,122) (50%, 54%, 48%)

RGB channels and saturation

R 128 of 255 = 50%
G 138 of 255 = 54%
B 122 of 255 = 48%

128
138
122

R + G + B ~ 51%. #808A7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 138 + 122 = 388 (100%)
R 128 of 388 ~ 32.99%
G 138 of 388 ~ 35.57%
B 122 of 388 ~ 31.44'%

%32.99
%35.57
%31.44

CMYK color model

#808A7A color CMYK value is (7,0,12,46).

  • cyan value is 7.25%
  • magenta value is 0.00%
  • yellow value is 11.59%
  • key color value is 45.88%

CMYK: (7,0,12,46)
C7M0Y12K46 (7%, 0%, 12%, 46%)
(0.07 / 0.00 / 0.12 / 0.46)

CMYK percentages

%7.25
%0
%11.59
%45.88

Codes

Color #808A7A in popluar color models

80 8A 7A
RGB 128 138 122
HSL 98° 6.40% 50.98%
HSB/HSV 98° 11.59% 54.12%
CMYK 7.25% 0.00% 11.59%
45.88%

Color #808A7A in popluar number systems.

HEX 80 8A 7A
Decimal 128 138 122
Binary 10000000 10001010 1111010
Octal 200 212 172

Shades and tints

Shades of #808A7A

#808A7A
(128,138,122)
#757E6F
(117,126,111)
#6A7264
(106,114,100)
#5F6659
(95,102,89)
#545A4E
(84,90,78)
#494E43
(73,78,67)
#3E4238
(62,66,56)
#33362D
(51,54,45)
#282A22
(40,42,34)
#1D1E17
(29,30,23)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #808A7A

#808A7A
(128,138,122)
#8B9486
(139,148,134)
#969E92
(150,158,146)
#A1A89E
(161,168,158)
#ACB2AA
(172,178,170)
#B7BCB6
(183,188,182)
#C2C6C2
(194,198,194)
#CDD0CE
(205,208,206)
#D8DADA
(216,218,218)
#E3E4E6
(227,228,230)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #808A7A color. Also use rgb(128,138,122) instead hex code.

Text Font Color

.myTextColor { color: #808A7A; }

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

This text font color is #808A7A.

Background Color

.myBgColor { background-color: #808A7A; }

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

This div background color is #808A7A.

Border color

.myBorderColor { border: 1px solid #808A7A; }

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

This div border color is #808A7A.

Opacity

.myOpacity80 { color: #808A7A; opacity: 0.8; }

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

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

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

This text has shadow with #808A7A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #808A7A.

Preview

Color preview on black background

This text has color #808A7A on black background.


Color preview on white background

This text has color #808A7A on white background.


Black color preview on #808A7A background

This text has black color on #808A7A background.


White color preview on #808A7A background

This text has white color on #808A7A background.


Related colors

Complementary color

Complementary color for #hex is #7F7585.


I love getcolorcode.com

Triadic colors

1 #7A808A and #8A7A80 with #808A7A are triadic colors.

2 #7A8A80 and #8A807A with #808A7A are triadic colors.