COLOR #7F6672

HEX: #7F6672 RGB: (127,102,114)

Color info

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

RGB color model

#7F6672 color RGB value is (127,102,114).

RGB: (127,102,114) (50%, 40%, 45%)

RGB channels and saturation

R 127 of 255 = 50%
G 102 of 255 = 40%
B 114 of 255 = 45%

127
102
114

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

Portions of RGB colors in percentages

R + G + B = 127 + 102 + 114 = 343 (100%)
R 127 of 343 ~ 37.03%
G 102 of 343 ~ 29.74%
B 114 of 343 ~ 33.24'%

%37.03
%29.74
%33.24

CMYK color model

#7F6672 color CMYK value is (0,20,10,50).

  • cyan value is 0.00%
  • magenta value is 19.69%
  • yellow value is 10.24%
  • key color value is 50.20%
CMYK: (0,20,10,50) C0M20Y10K50 (0%,20%,10%,50%) (0.00/0.20/0.10/0.50) 

CMYK percentages

%0
%19.69
%10.24
%50.2

Codes

Color #7F6672 in popluar color models

7F 66 72
RGB 127 102 114
HSL 331° 10.92% 44.90%
HSB/HSV 331° 19.69% 49.80%
CMYK 0.00% 19.69% 10.24%
50.20%

Color #7F6672 in popluar number systems.

HEX 7F 66 72
Decimal 127 102 114
Binary 1111111 1100110 1110010
Octal 177 146 162

Shades and tints

Shades of #7F6672

#7F6672
(127,102,114)
#745D68
(116,93,104)
#69545E
(105,84,94)
#5E4B54
(94,75,84)
#53424A
(83,66,74)
#483940
(72,57,64)
#3D3036
(61,48,54)
#32272C
(50,39,44)
#271E22
(39,30,34)
#1C1518
(28,21,24)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #7F6672

#7F6672
(127,102,114)
#8A737E
(138,115,126)
#95808A
(149,128,138)
#A08D96
(160,141,150)
#AB9AA2
(171,154,162)
#B6A7AE
(182,167,174)
#C1B4BA
(193,180,186)
#CCC1C6
(204,193,198)
#D7CED2
(215,206,210)
#E2DBDE
(226,219,222)
#EDE8EA
(237,232,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F6672 color. Also use rgb(127,102,114) instead hex code.

Text Font Color

.myTextColor { color: #7F6672; }

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

This text font color is #7F6672.

Background Color

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

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

This div background color is #7F6672.

Border color

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

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

This div border color is #7F6672.

Opacity

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

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

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

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

This text has shadow with #7F6672 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6672.

Preview

Color preview on black background

This text has color #7F6672 on black background.


Color preview on white background

This text has color #7F6672 on white background.


Black color preview on #7F6672 background

This text has black color on #7F6672 background.


White color preview on #7F6672 background

This text has white color on #7F6672 background.


Related colors

Complementary color

Complementary color for #hex is #80998D.


I love getcolorcode.com

Triadic colors

1 #727F66 and #66727F with #7F6672 are triadic colors.

2 #72667F and #667F72 with #7F6672 are triadic colors.