COLOR #7F5261

HEX: #7F5261 RGB: (127,82,97)

Color info

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

RGB color model

#7F5261 color RGB value is (127,82,97).

RGB: (127,82,97) (50%, 32%, 38%)

RGB channels and saturation

R 127 of 255 = 50%
G 82 of 255 = 32%
B 97 of 255 = 38%

127
82
97

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

Portions of RGB colors in percentages

R + G + B = 127 + 82 + 97 = 306 (100%)
R 127 of 306 ~ 41.5%
G 82 of 306 ~ 26.8%
B 97 of 306 ~ 31.7'%

%41.5
%26.8
%31.7

CMYK color model

#7F5261 color CMYK value is (0,35,24,50).

  • cyan value is 0.00%
  • magenta value is 35.43%
  • yellow value is 23.62%
  • key color value is 50.20%

CMYK: (0,35,24,50)
C0M35Y24K50 (0%, 35%, 24%, 50%)
(0.00 / 0.35 / 0.24 / 0.50)

CMYK percentages

%0
%35.43
%23.62
%50.2

Codes

Color #7F5261 in popluar color models

7F 52 61
RGB 127 82 97
HSL 340° 21.53% 40.98%
HSB/HSV 340° 35.43% 49.80%
CMYK 0.00% 35.43% 23.62%
50.20%

Color #7F5261 in popluar number systems.

HEX 7F 52 61
Decimal 127 82 97
Binary 1111111 1010010 1100001
Octal 177 122 141

Shades and tints

Shades of #7F5261

#7F5261
(127,82,97)
#744B59
(116,75,89)
#694451
(105,68,81)
#5E3D49
(94,61,73)
#533641
(83,54,65)
#482F39
(72,47,57)
#3D2831
(61,40,49)
#322129
(50,33,41)
#271A21
(39,26,33)
#1C1319
(28,19,25)
#110C11
(17,12,17)
#000000
(0,0,0)

Tints of #7F5261

#7F5261
(127,82,97)
#8A616F
(138,97,111)
#95707D
(149,112,125)
#A07F8B
(160,127,139)
#AB8E99
(171,142,153)
#B69DA7
(182,157,167)
#C1ACB5
(193,172,181)
#CCBBC3
(204,187,195)
#D7CAD1
(215,202,209)
#E2D9DF
(226,217,223)
#EDE8ED
(237,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F5261 color. Also use rgb(127,82,97) instead hex code.

Text Font Color

.myTextColor { color: #7F5261; }

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

This text font color is #7F5261.

Background Color

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

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

This div background color is #7F5261.

Border color

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

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

This div border color is #7F5261.

Opacity

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

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

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

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

This text has shadow with #7F5261 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5261.

Preview

Color preview on black background

This text has color #7F5261 on black background.


Color preview on white background

This text has color #7F5261 on white background.


Black color preview on #7F5261 background

This text has black color on #7F5261 background.


White color preview on #7F5261 background

This text has white color on #7F5261 background.


Related colors

Complementary color

Complementary color for #hex is #80AD9E.


I love getcolorcode.com

Triadic colors

1 #617F52 and #52617F with #7F5261 are triadic colors.

2 #61527F and #527F61 with #7F5261 are triadic colors.