COLOR #7F7480

HEX: #7F7480 RGB: (127,116,128)

Color info

#7F7480 contains red, green and blue colors in about the same proportion. Web safe color of #7F7480 is #666666 (or #666).

RGB color model

#7F7480 color RGB value is (127,116,128).

RGB: (127,116,128) (50%, 45%, 50%)

RGB channels and saturation

R 127 of 255 = 50%
G 116 of 255 = 45%
B 128 of 255 = 50%

127
116
128

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

Portions of RGB colors in percentages

R + G + B = 127 + 116 + 128 = 371 (100%)
R 127 of 371 ~ 34.23%
G 116 of 371 ~ 31.27%
B 128 of 371 ~ 34.5'%

%34.23
%31.27
%34.5

CMYK color model

#7F7480 color CMYK value is (1,9,0,50).

  • cyan value is 0.78%
  • magenta value is 9.38%
  • yellow value is 0.00%
  • key color value is 49.80%

CMYK: (1,9,0,50)
C1M9Y0K50 (1%, 9%, 0%, 50%)
(0.01 / 0.09 / 0.00 / 0.50)

CMYK percentages

%0.78
%9.38
%0
%49.8

Codes

Color #7F7480 in popluar color models

7F 74 80
RGB 127 116 128
HSL 295° 4.92% 47.84%
HSB/HSV 295° 9.38% 50.20%
CMYK 0.78% 9.38% 0.00%
49.80%

Color #7F7480 in popluar number systems.

HEX 7F 74 80
Decimal 127 116 128
Binary 1111111 1110100 10000000
Octal 177 164 200

Shades and tints

Shades of #7F7480

#7F7480
(127,116,128)
#746A75
(116,106,117)
#69606A
(105,96,106)
#5E565F
(94,86,95)
#534C54
(83,76,84)
#484249
(72,66,73)
#3D383E
(61,56,62)
#322E33
(50,46,51)
#272428
(39,36,40)
#1C1A1D
(28,26,29)
#111012
(17,16,18)
#000000
(0,0,0)

Tints of #7F7480

#7F7480
(127,116,128)
#8A808B
(138,128,139)
#958C96
(149,140,150)
#A098A1
(160,152,161)
#ABA4AC
(171,164,172)
#B6B0B7
(182,176,183)
#C1BCC2
(193,188,194)
#CCC8CD
(204,200,205)
#D7D4D8
(215,212,216)
#E2E0E3
(226,224,227)
#EDECEE
(237,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7480; }

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

This text font color is #7F7480.

Background Color

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

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

This div background color is #7F7480.

Border color

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

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

This div border color is #7F7480.

Opacity

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

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

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

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

This text has shadow with #7F7480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7480.

Preview

Color preview on black background

This text has color #7F7480 on black background.


Color preview on white background

This text has color #7F7480 on white background.


Black color preview on #7F7480 background

This text has black color on #7F7480 background.


White color preview on #7F7480 background

This text has white color on #7F7480 background.


Related colors

Complementary color

Complementary color for #hex is #808B7F.


I love getcolorcode.com

Triadic colors

1 #807F74 and #74807F with #7F7480 are triadic colors.

2 #80747F and #747F80 with #7F7480 are triadic colors.