COLOR #7F5C75

HEX: #7F5C75 RGB: (127,92,117)

Color info

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

RGB color model

#7F5C75 color RGB value is (127,92,117).

RGB: (127,92,117) (50%, 36%, 46%)

RGB channels and saturation

R 127 of 255 = 50%
G 92 of 255 = 36%
B 117 of 255 = 46%

127
92
117

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

Portions of RGB colors in percentages

R + G + B = 127 + 92 + 117 = 336 (100%)
R 127 of 336 ~ 37.8%
G 92 of 336 ~ 27.38%
B 117 of 336 ~ 34.82'%

%37.8
%27.38
%34.82

CMYK color model

#7F5C75 color CMYK value is (0,28,8,50).

  • cyan value is 0.00%
  • magenta value is 27.56%
  • yellow value is 7.87%
  • key color value is 50.20%

CMYK: (0,28,8,50)
C0M28Y8K50 (0%, 28%, 8%, 50%)
(0.00 / 0.28 / 0.08 / 0.50)

CMYK percentages

%0
%27.56
%7.87
%50.2

Codes

Color #7F5C75 in popluar color models

7F 5C 75
RGB 127 92 117
HSL 317° 15.98% 42.94%
HSB/HSV 317° 27.56% 49.80%
CMYK 0.00% 27.56% 7.87%
50.20%

Color #7F5C75 in popluar number systems.

HEX 7F 5C 75
Decimal 127 92 117
Binary 1111111 1011100 1110101
Octal 177 134 165

Shades and tints

Shades of #7F5C75

#7F5C75
(127,92,117)
#74546B
(116,84,107)
#694C61
(105,76,97)
#5E4457
(94,68,87)
#533C4D
(83,60,77)
#483443
(72,52,67)
#3D2C39
(61,44,57)
#32242F
(50,36,47)
#271C25
(39,28,37)
#1C141B
(28,20,27)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #7F5C75

#7F5C75
(127,92,117)
#8A6A81
(138,106,129)
#95788D
(149,120,141)
#A08699
(160,134,153)
#AB94A5
(171,148,165)
#B6A2B1
(182,162,177)
#C1B0BD
(193,176,189)
#CCBEC9
(204,190,201)
#D7CCD5
(215,204,213)
#E2DAE1
(226,218,225)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5C75 color. Also use rgb(127,92,117) instead hex code.

Text Font Color

.myTextColor { color: #7F5C75; }

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

This text font color is #7F5C75.

Background Color

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

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

This div background color is #7F5C75.

Border color

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

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

This div border color is #7F5C75.

Opacity

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

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

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

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

This text has shadow with #7F5C75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5C75.

Preview

Color preview on black background

This text has color #7F5C75 on black background.


Color preview on white background

This text has color #7F5C75 on white background.


Black color preview on #7F5C75 background

This text has black color on #7F5C75 background.


White color preview on #7F5C75 background

This text has white color on #7F5C75 background.


Related colors

Complementary color

Complementary color for #hex is #80A38A.


I love getcolorcode.com

Triadic colors

1 #757F5C and #5C757F with #7F5C75 are triadic colors.

2 #755C7F and #5C7F75 with #7F5C75 are triadic colors.