COLOR #7F7378

HEX: #7F7378 RGB: (127,115,120)

Color info

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

RGB color model

#7F7378 color RGB value is (127,115,120).

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

RGB channels and saturation

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

127
115
120

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

Portions of RGB colors in percentages

R + G + B = 127 + 115 + 120 = 362 (100%)
R 127 of 362 ~ 35.08%
G 115 of 362 ~ 31.77%
B 120 of 362 ~ 33.15'%

%35.08
%31.77
%33.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 9.45%
  • 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
%9.45
%5.51
%50.2

Codes

Color #7F7378 in popluar color models

7F 73 78
RGB 127 115 120
HSL 335° 4.96% 47.45%
HSB/HSV 335° 9.45% 49.80%
CMYK 0.00% 9.45% 5.51%
50.20%

Color #7F7378 in popluar number systems.

HEX 7F 73 78
Decimal 127 115 120
Binary 1111111 1110011 1111000
Octal 177 163 170

Shades and tints

Shades of #7F7378

#7F7378
(127,115,120)
#74696E
(116,105,110)
#695F64
(105,95,100)
#5E555A
(94,85,90)
#534B50
(83,75,80)
#484146
(72,65,70)
#3D373C
(61,55,60)
#322D32
(50,45,50)
#272328
(39,35,40)
#1C191E
(28,25,30)
#110F14
(17,15,20)
#000000
(0,0,0)

Tints of #7F7378

#7F7378
(127,115,120)
#8A7F84
(138,127,132)
#958B90
(149,139,144)
#A0979C
(160,151,156)
#ABA3A8
(171,163,168)
#B6AFB4
(182,175,180)
#C1BBC0
(193,187,192)
#CCC7CC
(204,199,204)
#D7D3D8
(215,211,216)
#E2DFE4
(226,223,228)
#EDEBF0
(237,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7378; }

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

This text font color is #7F7378.

Background Color

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

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

This div background color is #7F7378.

Border color

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

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

This div border color is #7F7378.

Opacity

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

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

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

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

This text has shadow with #7F7378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7378.

Preview

Color preview on black background

This text has color #7F7378 on black background.


Color preview on white background

This text has color #7F7378 on white background.


Black color preview on #7F7378 background

This text has black color on #7F7378 background.


White color preview on #7F7378 background

This text has white color on #7F7378 background.


Related colors

Complementary color

Complementary color for #hex is #808C87.


I love getcolorcode.com

Triadic colors

1 #787F73 and #73787F with #7F7378 are triadic colors.

2 #78737F and #737F78 with #7F7378 are triadic colors.