COLOR #80769D

HEX: #80769D
RGB: (128,118,157)

Color info

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

RGB color model

#80769D color RGB value is (128,118,157).

  • red value is 128;
  • green value is 118;
  • blue value is 157.
RGB:
(128,118,157)
(50%,46%,62%)

RGB channels and saturation

R 128 of 255 = 50%
G 118 of 255 = 46%
B 157 of 255 = 62%

128
118
157

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

Portions of RGB colors in percentages

R + G + B =
128 + 118 + 157 = 403 (100%)
R 128 of 403 ~ 31.76%
G 118 of 403 ~ 29.28%
B 157 of 403 ~ 38.96%

%31.76
%29.28
%38.96

CMYK color model

#80769D color CMYK value is (18,25,0,38).

  • cyan value is 18.47%
  • magenta value is 24.84%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(18,25,0,38)
C18M25Y0K38 
(18%,25%,0%,38%)
(0.18/0.25/0.00/0.38)	

CMYK percentages

%18.47
%24.84
%0
%38.43

Codes

Color #80769D in popluar color models

80769D
RGB128118157
HSL255°16.60%53.92%
HSB/HSV255°24.84%61.57%
CMYK18.47%24.84%0.00%
38.43%

Color #80769D in popluar number systems.

HEX80769D
Decimal128118157
Binary10000000111011010011101
Octal200166235

Shades and tints

Shades of #80769D

#80769D
(128,118,157)
#756C8F
(117,108,143)
#6A6281
(106,98,129)
#5F5873
(95,88,115)
#544E65
(84,78,101)
#494457
(73,68,87)
#3E3A49
(62,58,73)
#33303B
(51,48,59)
#28262D
(40,38,45)
#1D1C1F
(29,28,31)
#121211
(18,18,17)
#000000
(0,0,0)

Tints of #80769D

#80769D
(128,118,157)
#8B82A5
(139,130,165)
#968EAD
(150,142,173)
#A19AB5
(161,154,181)
#ACA6BD
(172,166,189)
#B7B2C5
(183,178,197)
#C2BECD
(194,190,205)
#CDCAD5
(205,202,213)
#D8D6DD
(216,214,221)
#E3E2E5
(227,226,229)
#EEEEED
(238,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #80769D color. Also use rgb(128,118,157) instead hex code.

Text Font Color

.myTextColor { color: #80769D; }

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

This text font color is #80769D.


Background Color

.myBgColor { background-color: #80769D; }

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

This div background color is #80769D.


Border color

.myBorderColor { border: 1px solid #80769D; }

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

This div border color is #80769D.


Opacity

.myOpacity80 { color: #80769D; opacity: 0.8; }

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

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

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

This text has shadow with #80769D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #80769D on black background.


Color preview on white background

This text has color #80769D on white background.



Black color preview on #80769D background

This text has black color on #80769D background.


White color preview on #80769D background

This text has white color on #80769D background.