COLOR #8077AA

HEX: #8077AA RGB: (128,119,170)

Color info

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

RGB color model

#8077AA color RGB value is (128,119,170).

RGB: (128,119,170) (50%, 47%, 67%)

RGB channels and saturation

R 128 of 255 = 50%
G 119 of 255 = 47%
B 170 of 255 = 67%

128
119
170

R + G + B ~ 55%. #8077AA is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 128 + 119 + 170 = 417 (100%)
R 128 of 417 ~ 30.7%
G 119 of 417 ~ 28.54%
B 170 of 417 ~ 40.77'%

%30.7
%28.54
%40.77

CMYK color model

#8077AA color CMYK value is (25,30,0,33).

  • cyan value is 24.71%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (25,30,0,33)
C25M30Y0K33 (25%, 30%, 0%, 33%)
(0.25 / 0.30 / 0.00 / 0.33)

CMYK percentages

%24.71
%30
%0
%33.33

Codes

Color #8077AA in popluar color models

80 77 AA
RGB 128 119 170
HSL 251° 23.08% 56.67%
HSB/HSV 251° 30.00% 66.67%
CMYK 24.71% 30.00% 0.00%
33.33%

Color #8077AA in popluar number systems.

HEX 80 77 AA
Decimal 128 119 170
Binary 10000000 1110111 10101010
Octal 200 167 252

Shades and tints

Shades of #8077AA

#8077AA
(128,119,170)
#756D9B
(117,109,155)
#6A638C
(106,99,140)
#5F597D
(95,89,125)
#544F6E
(84,79,110)
#49455F
(73,69,95)
#3E3B50
(62,59,80)
#333141
(51,49,65)
#282732
(40,39,50)
#1D1D23
(29,29,35)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #8077AA

#8077AA
(128,119,170)
#8B83B1
(139,131,177)
#968FB8
(150,143,184)
#A19BBF
(161,155,191)
#ACA7C6
(172,167,198)
#B7B3CD
(183,179,205)
#C2BFD4
(194,191,212)
#CDCBDB
(205,203,219)
#D8D7E2
(216,215,226)
#E3E3E9
(227,227,233)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8077AA color. Also use rgb(128,119,170) instead hex code.

Text Font Color

.myTextColor { color: #8077AA; }

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

This text font color is #8077AA.

Background Color

.myBgColor { background-color: #8077AA; }

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

This div background color is #8077AA.

Border color

.myBorderColor { border: 1px solid #8077AA; }

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

This div border color is #8077AA.

Opacity

.myOpacity80 { color: #8077AA; opacity: 0.8; }

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

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

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

This text has shadow with #8077AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8077AA.

Preview

Color preview on black background

This text has color #8077AA on black background.


Color preview on white background

This text has color #8077AA on white background.


Black color preview on #8077AA background

This text has black color on #8077AA background.


White color preview on #8077AA background

This text has white color on #8077AA background.


Related colors

Complementary color

Complementary color for #hex is #7F8855.


I love getcolorcode.com

Triadic colors

1 #AA8077 and #77AA80 with #8077AA are triadic colors.

2 #AA7780 and #7780AA with #8077AA are triadic colors.