COLOR #807B88

HEX: #807B88 RGB: (128,123,136)

Color info

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

RGB color model

#807B88 color RGB value is (128,123,136).

RGB: (128,123,136) (50%, 48%, 53%)

RGB channels and saturation

R 128 of 255 = 50%
G 123 of 255 = 48%
B 136 of 255 = 53%

128
123
136

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

Portions of RGB colors in percentages

R + G + B = 128 + 123 + 136 = 387 (100%)
R 128 of 387 ~ 33.07%
G 123 of 387 ~ 31.78%
B 136 of 387 ~ 35.14'%

%33.07
%31.78
%35.14

CMYK color model

#807B88 color CMYK value is (6,10,0,47).

  • cyan value is 5.88%
  • magenta value is 9.56%
  • yellow value is 0.00%
  • key color value is 46.67%

CMYK: (6,10,0,47)
C6M10Y0K47 (6%, 10%, 0%, 47%)
(0.06 / 0.10 / 0.00 / 0.47)

CMYK percentages

%5.88
%9.56
%0
%46.67

Codes

Color #807B88 in popluar color models

80 7B 88
RGB 128 123 136
HSL 263° 5.18% 50.78%
HSB/HSV 263° 9.56% 53.33%
CMYK 5.88% 9.56% 0.00%
46.67%

Color #807B88 in popluar number systems.

HEX 80 7B 88
Decimal 128 123 136
Binary 10000000 1111011 10001000
Octal 200 173 210

Shades and tints

Shades of #807B88

#807B88
(128,123,136)
#75707C
(117,112,124)
#6A6570
(106,101,112)
#5F5A64
(95,90,100)
#544F58
(84,79,88)
#49444C
(73,68,76)
#3E3940
(62,57,64)
#332E34
(51,46,52)
#282328
(40,35,40)
#1D181C
(29,24,28)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #807B88

#807B88
(128,123,136)
#8B8792
(139,135,146)
#96939C
(150,147,156)
#A19FA6
(161,159,166)
#ACABB0
(172,171,176)
#B7B7BA
(183,183,186)
#C2C3C4
(194,195,196)
#CDCFCE
(205,207,206)
#D8DBD8
(216,219,216)
#E3E7E2
(227,231,226)
#EEF3EC
(238,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #807B88 color. Also use rgb(128,123,136) instead hex code.

Text Font Color

.myTextColor { color: #807B88; }

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

This text font color is #807B88.

Background Color

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

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

This div background color is #807B88.

Border color

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

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

This div border color is #807B88.

Opacity

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

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

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

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

This text has shadow with #807B88 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #807B88.

Preview

Color preview on black background

This text has color #807B88 on black background.


Color preview on white background

This text has color #807B88 on white background.


Black color preview on #807B88 background

This text has black color on #807B88 background.


White color preview on #807B88 background

This text has white color on #807B88 background.


Related colors

Complementary color

Complementary color for #hex is #7F8477.


I love getcolorcode.com

Triadic colors

1 #88807B and #7B8880 with #807B88 are triadic colors.

2 #887B80 and #7B8088 with #807B88 are triadic colors.