COLOR #7F6378

HEX: #7F6378 RGB: (127,99,120)

Color info

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

RGB color model

#7F6378 color RGB value is (127,99,120).

RGB: (127,99,120) (50%, 39%, 47%)

RGB channels and saturation

R 127 of 255 = 50%
G 99 of 255 = 39%
B 120 of 255 = 47%

127
99
120

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

Portions of RGB colors in percentages

R + G + B = 127 + 99 + 120 = 346 (100%)
R 127 of 346 ~ 36.71%
G 99 of 346 ~ 28.61%
B 120 of 346 ~ 34.68'%

%36.71
%28.61
%34.68

CMYK color model

#7F6378 color CMYK value is (0,22,6,50).

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

CMYK: (0,22,6,50)
C0M22Y6K50 (0%, 22%, 6%, 50%)
(0.00 / 0.22 / 0.06 / 0.50)

CMYK percentages

%0
%22.05
%5.51
%50.2

Codes

Color #7F6378 in popluar color models

7F 63 78
RGB 127 99 120
HSL 315° 12.39% 44.31%
HSB/HSV 315° 22.05% 49.80%
CMYK 0.00% 22.05% 5.51%
50.20%

Color #7F6378 in popluar number systems.

HEX 7F 63 78
Decimal 127 99 120
Binary 1111111 1100011 1111000
Octal 177 143 170

Shades and tints

Shades of #7F6378

#7F6378
(127,99,120)
#745A6E
(116,90,110)
#695164
(105,81,100)
#5E485A
(94,72,90)
#533F50
(83,63,80)
#483646
(72,54,70)
#3D2D3C
(61,45,60)
#322432
(50,36,50)
#271B28
(39,27,40)
#1C121E
(28,18,30)
#110914
(17,9,20)
#000000
(0,0,0)

Tints of #7F6378

#7F6378
(127,99,120)
#8A7184
(138,113,132)
#957F90
(149,127,144)
#A08D9C
(160,141,156)
#AB9BA8
(171,155,168)
#B6A9B4
(182,169,180)
#C1B7C0
(193,183,192)
#CCC5CC
(204,197,204)
#D7D3D8
(215,211,216)
#E2E1E4
(226,225,228)
#EDEFF0
(237,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6378; }

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

This text font color is #7F6378.

Background Color

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

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

This div background color is #7F6378.

Border color

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

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

This div border color is #7F6378.

Opacity

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

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

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

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

This text has shadow with #7F6378 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6378.

Preview

Color preview on black background

This text has color #7F6378 on black background.


Color preview on white background

This text has color #7F6378 on white background.


Black color preview on #7F6378 background

This text has black color on #7F6378 background.


White color preview on #7F6378 background

This text has white color on #7F6378 background.


Related colors

Complementary color

Complementary color for #hex is #809C87.


I love getcolorcode.com

Triadic colors

1 #787F63 and #63787F with #7F6378 are triadic colors.

2 #78637F and #637F78 with #7F6378 are triadic colors.