COLOR #7F809C

HEX: #7F809C RGB: (127,128,156)

Color info

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

RGB color model

#7F809C color RGB value is (127,128,156).

RGB: (127,128,156) (50%, 50%, 61%)

RGB channels and saturation

R 127 of 255 = 50%
G 128 of 255 = 50%
B 156 of 255 = 61%

127
128
156

R + G + B ~ 54%. #7F809C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 127 + 128 + 156 = 411 (100%)
R 127 of 411 ~ 30.9%
G 128 of 411 ~ 31.14%
B 156 of 411 ~ 37.96'%

%30.9
%31.14
%37.96

CMYK color model

#7F809C color CMYK value is (19,18,0,39).

  • cyan value is 18.59%
  • magenta value is 17.95%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (19,18,0,39) C19M18Y0K39 (19%,18%,0%,39%) (0.19/0.18/0.00/0.39) 

CMYK percentages

%18.59
%17.95
%0
%38.82

Codes

Color #7F809C in popluar color models

7F 80 9C
RGB 127 128 156
HSL 238° 12.78% 55.49%
HSB/HSV 238° 18.59% 61.18%
CMYK 18.59% 17.95% 0.00%
38.82%

Color #7F809C in popluar number systems.

HEX 7F 80 9C
Decimal 127 128 156
Binary 1111111 10000000 10011100
Octal 177 200 234

Shades and tints

Shades of #7F809C

#7F809C
(127,128,156)
#74758E
(116,117,142)
#696A80
(105,106,128)
#5E5F72
(94,95,114)
#535464
(83,84,100)
#484956
(72,73,86)
#3D3E48
(61,62,72)
#32333A
(50,51,58)
#27282C
(39,40,44)
#1C1D1E
(28,29,30)
#111210
(17,18,16)
#000000
(0,0,0)

Tints of #7F809C

#7F809C
(127,128,156)
#8A8BA5
(138,139,165)
#9596AE
(149,150,174)
#A0A1B7
(160,161,183)
#ABACC0
(171,172,192)
#B6B7C9
(182,183,201)
#C1C2D2
(193,194,210)
#CCCDDB
(204,205,219)
#D7D8E4
(215,216,228)
#E2E3ED
(226,227,237)
#EDEEF6
(237,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F809C color. Also use rgb(127,128,156) instead hex code.

Text Font Color

.myTextColor { color: #7F809C; }

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

This text font color is #7F809C.

Background Color

.myBgColor { background-color: #7F809C; }

<div style="background-color:#7F809C">Inner text</div>

This div background color is #7F809C.

Border color

.myBorderColor { border: 1px solid #7F809C; }

<div style="border:3px solid #7F809C">Div</div>

This div border color is #7F809C.

Opacity

.myOpacity80 { color: #7F809C; opacity: 0.8; }

<p style="color:#7F809C;opacity:0.8;">80%</p>

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

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

This text has shadow with #7F809C color.


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

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

This text has shadow with #7F809C primary color and red secondary color.


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

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

This text has shadow with #7F809C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7F809C.

Preview

Color preview on black background

This text has color #7F809C on black background.


Color preview on white background

This text has color #7F809C on white background.


Black color preview on #7F809C background

This text has black color on #7F809C background.


White color preview on #7F809C background

This text has white color on #7F809C background.


Related colors

Complementary color

Complementary color for #hex is #807F63.


I love getcolorcode.com

Triadic colors

1 #9C7F80 and #809C7F with #7F809C are triadic colors.

2 #9C807F and #807F9C with #7F809C are triadic colors.