COLOR #807C9A

HEX: #807C9A RGB: (128,124,154)

Color info

#807C9A contains red, green and blue colors in about the same proportion. Web safe color of #807C9A is #666699 (or #669).

RGB color model

#807C9A color RGB value is (128,124,154).

RGB: (128,124,154) (50%, 49%, 60%)

RGB channels and saturation

R 128 of 255 = 50%
G 124 of 255 = 49%
B 154 of 255 = 60%

128
124
154

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

Portions of RGB colors in percentages

R + G + B = 128 + 124 + 154 = 406 (100%)
R 128 of 406 ~ 31.53%
G 124 of 406 ~ 30.54%
B 154 of 406 ~ 37.93'%

%31.53
%30.54
%37.93

CMYK color model

#807C9A color CMYK value is (17,19,0,40).

  • cyan value is 16.88%
  • magenta value is 19.48%
  • yellow value is 0.00%
  • key color value is 39.61%

CMYK: (17,19,0,40)
C17M19Y0K40 (17%, 19%, 0%, 40%)
(0.17 / 0.19 / 0.00 / 0.40)

CMYK percentages

%16.88
%19.48
%0
%39.61

Codes

Color #807C9A in popluar color models

80 7C 9A
RGB 128 124 154
HSL 248° 12.93% 54.51%
HSB/HSV 248° 19.48% 60.39%
CMYK 16.88% 19.48% 0.00%
39.61%

Color #807C9A in popluar number systems.

HEX 80 7C 9A
Decimal 128 124 154
Binary 10000000 1111100 10011010
Octal 200 174 232

Shades and tints

Shades of #807C9A

#807C9A
(128,124,154)
#75718C
(117,113,140)
#6A667E
(106,102,126)
#5F5B70
(95,91,112)
#545062
(84,80,98)
#494554
(73,69,84)
#3E3A46
(62,58,70)
#332F38
(51,47,56)
#28242A
(40,36,42)
#1D191C
(29,25,28)
#120E0E
(18,14,14)
#000000
(0,0,0)

Tints of #807C9A

#807C9A
(128,124,154)
#8B87A3
(139,135,163)
#9692AC
(150,146,172)
#A19DB5
(161,157,181)
#ACA8BE
(172,168,190)
#B7B3C7
(183,179,199)
#C2BED0
(194,190,208)
#CDC9D9
(205,201,217)
#D8D4E2
(216,212,226)
#E3DFEB
(227,223,235)
#EEEAF4
(238,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807C9A color. Also use rgb(128,124,154) instead hex code.

Text Font Color

.myTextColor { color: #807C9A; }

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

This text font color is #807C9A.

Background Color

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

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

This div background color is #807C9A.

Border color

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

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

This div border color is #807C9A.

Opacity

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

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

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

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

This text has shadow with #807C9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807C9A.

Preview

Color preview on black background

This text has color #807C9A on black background.


Color preview on white background

This text has color #807C9A on white background.


Black color preview on #807C9A background

This text has black color on #807C9A background.


White color preview on #807C9A background

This text has white color on #807C9A background.


Related colors

Complementary color

Complementary color for #hex is #7F8365.


I love getcolorcode.com

Triadic colors

1 #9A807C and #7C9A80 with #807C9A are triadic colors.

2 #9A7C80 and #7C809A with #807C9A are triadic colors.