COLOR #7F7478

HEX: #7F7478 RGB: (127,116,120)

Color info

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

RGB color model

#7F7478 color RGB value is (127,116,120).

RGB: (127,116,120) (50%, 45%, 47%)

RGB channels and saturation

R 127 of 255 = 50%
G 116 of 255 = 45%
B 120 of 255 = 47%

127
116
120

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

Portions of RGB colors in percentages

R + G + B = 127 + 116 + 120 = 363 (100%)
R 127 of 363 ~ 34.99%
G 116 of 363 ~ 31.96%
B 120 of 363 ~ 33.06'%

%34.99
%31.96
%33.06

CMYK color model

#7F7478 color CMYK value is (0,9,6,50).

  • cyan value is 0.00%
  • magenta value is 8.66%
  • yellow value is 5.51%
  • key color value is 50.20%

CMYK: (0,9,6,50)
C0M9Y6K50 (0%, 9%, 6%, 50%)
(0.00 / 0.09 / 0.06 / 0.50)

CMYK percentages

%0
%8.66
%5.51
%50.2

Codes

Color #7F7478 in popluar color models

7F 74 78
RGB 127 116 120
HSL 338° 4.53% 47.65%
HSB/HSV 338° 8.66% 49.80%
CMYK 0.00% 8.66% 5.51%
50.20%

Color #7F7478 in popluar number systems.

HEX 7F 74 78
Decimal 127 116 120
Binary 1111111 1110100 1111000
Octal 177 164 170

Shades and tints

Shades of #7F7478

#7F7478
(127,116,120)
#746A6E
(116,106,110)
#696064
(105,96,100)
#5E565A
(94,86,90)
#534C50
(83,76,80)
#484246
(72,66,70)
#3D383C
(61,56,60)
#322E32
(50,46,50)
#272428
(39,36,40)
#1C1A1E
(28,26,30)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #7F7478

#7F7478
(127,116,120)
#8A8084
(138,128,132)
#958C90
(149,140,144)
#A0989C
(160,152,156)
#ABA4A8
(171,164,168)
#B6B0B4
(182,176,180)
#C1BCC0
(193,188,192)
#CCC8CC
(204,200,204)
#D7D4D8
(215,212,216)
#E2E0E4
(226,224,228)
#EDECF0
(237,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7478; }

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

This text font color is #7F7478.

Background Color

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

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

This div background color is #7F7478.

Border color

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

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

This div border color is #7F7478.

Opacity

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

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

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

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

This text has shadow with #7F7478 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7478.

Preview

Color preview on black background

This text has color #7F7478 on black background.


Color preview on white background

This text has color #7F7478 on white background.


Black color preview on #7F7478 background

This text has black color on #7F7478 background.


White color preview on #7F7478 background

This text has white color on #7F7478 background.


Related colors

Complementary color

Complementary color for #hex is #808B87.


I love getcolorcode.com

Triadic colors

1 #787F74 and #74787F with #7F7478 are triadic colors.

2 #78747F and #747F78 with #7F7478 are triadic colors.