COLOR #7F6574

HEX: #7F6574 RGB: (127,101,116)

Color info

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

RGB color model

#7F6574 color RGB value is (127,101,116).

RGB: (127,101,116) (50%, 40%, 45%)

RGB channels and saturation

R 127 of 255 = 50%
G 101 of 255 = 40%
B 116 of 255 = 45%

127
101
116

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

Portions of RGB colors in percentages

R + G + B = 127 + 101 + 116 = 344 (100%)
R 127 of 344 ~ 36.92%
G 101 of 344 ~ 29.36%
B 116 of 344 ~ 33.72'%

%36.92
%29.36
%33.72

CMYK color model

#7F6574 color CMYK value is (0,20,9,50).

  • cyan value is 0.00%
  • magenta value is 20.47%
  • yellow value is 8.66%
  • key color value is 50.20%
CMYK: (0,20,9,50) C0M20Y9K50 (0%,20%,9%,50%) (0.00/0.20/0.09/0.50) 

CMYK percentages

%0
%20.47
%8.66
%50.2

Codes

Color #7F6574 in popluar color models

7F 65 74
RGB 127 101 116
HSL 325° 11.40% 44.71%
HSB/HSV 325° 20.47% 49.80%
CMYK 0.00% 20.47% 8.66%
50.20%

Color #7F6574 in popluar number systems.

HEX 7F 65 74
Decimal 127 101 116
Binary 1111111 1100101 1110100
Octal 177 145 164

Shades and tints

Shades of #7F6574

#7F6574
(127,101,116)
#745C6A
(116,92,106)
#695360
(105,83,96)
#5E4A56
(94,74,86)
#53414C
(83,65,76)
#483842
(72,56,66)
#3D2F38
(61,47,56)
#32262E
(50,38,46)
#271D24
(39,29,36)
#1C141A
(28,20,26)
#110B10
(17,11,16)
#000000
(0,0,0)

Tints of #7F6574

#7F6574
(127,101,116)
#8A7380
(138,115,128)
#95818C
(149,129,140)
#A08F98
(160,143,152)
#AB9DA4
(171,157,164)
#B6ABB0
(182,171,176)
#C1B9BC
(193,185,188)
#CCC7C8
(204,199,200)
#D7D5D4
(215,213,212)
#E2E3E0
(226,227,224)
#EDF1EC
(237,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6574; }

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

This text font color is #7F6574.

Background Color

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

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

This div background color is #7F6574.

Border color

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

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

This div border color is #7F6574.

Opacity

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

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

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

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

This text has shadow with #7F6574 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6574.

Preview

Color preview on black background

This text has color #7F6574 on black background.


Color preview on white background

This text has color #7F6574 on white background.


Black color preview on #7F6574 background

This text has black color on #7F6574 background.


White color preview on #7F6574 background

This text has white color on #7F6574 background.


Related colors

Complementary color

Complementary color for #hex is #809A8B.


I love getcolorcode.com

Triadic colors

1 #747F65 and #65747F with #7F6574 are triadic colors.

2 #74657F and #657F74 with #7F6574 are triadic colors.