COLOR #7F5263

HEX: #7F5263 RGB: (127,82,99)

Color info

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

RGB color model

#7F5263 color RGB value is (127,82,99).

RGB: (127,82,99) (50%, 32%, 39%)

RGB channels and saturation

R 127 of 255 = 50%
G 82 of 255 = 32%
B 99 of 255 = 39%

127
82
99

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

Portions of RGB colors in percentages

R + G + B = 127 + 82 + 99 = 308 (100%)
R 127 of 308 ~ 41.23%
G 82 of 308 ~ 26.62%
B 99 of 308 ~ 32.14'%

%41.23
%26.62
%32.14

CMYK color model

#7F5263 color CMYK value is (0,35,22,50).

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

CMYK: (0,35,22,50)
C0M35Y22K50 (0%, 35%, 22%, 50%)
(0.00 / 0.35 / 0.22 / 0.50)

CMYK percentages

%0
%35.43
%22.05
%50.2

Codes

Color #7F5263 in popluar color models

7F 52 63
RGB 127 82 99
HSL 337° 21.53% 40.98%
HSB/HSV 337° 35.43% 49.80%
CMYK 0.00% 35.43% 22.05%
50.20%

Color #7F5263 in popluar number systems.

HEX 7F 52 63
Decimal 127 82 99
Binary 1111111 1010010 1100011
Octal 177 122 143

Shades and tints

Shades of #7F5263

#7F5263
(127,82,99)
#744B5A
(116,75,90)
#694451
(105,68,81)
#5E3D48
(94,61,72)
#53363F
(83,54,63)
#482F36
(72,47,54)
#3D282D
(61,40,45)
#322124
(50,33,36)
#271A1B
(39,26,27)
#1C1312
(28,19,18)
#110C09
(17,12,9)
#000000
(0,0,0)

Tints of #7F5263

#7F5263
(127,82,99)
#8A6171
(138,97,113)
#95707F
(149,112,127)
#A07F8D
(160,127,141)
#AB8E9B
(171,142,155)
#B69DA9
(182,157,169)
#C1ACB7
(193,172,183)
#CCBBC5
(204,187,197)
#D7CAD3
(215,202,211)
#E2D9E1
(226,217,225)
#EDE8EF
(237,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F5263; }

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

This text font color is #7F5263.

Background Color

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

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

This div background color is #7F5263.

Border color

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

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

This div border color is #7F5263.

Opacity

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

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

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

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

This text has shadow with #7F5263 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F5263.

Preview

Color preview on black background

This text has color #7F5263 on black background.


Color preview on white background

This text has color #7F5263 on white background.


Black color preview on #7F5263 background

This text has black color on #7F5263 background.


White color preview on #7F5263 background

This text has white color on #7F5263 background.


Related colors

Complementary color

Complementary color for #hex is #80AD9C.


I love getcolorcode.com

Triadic colors

1 #637F52 and #52637F with #7F5263 are triadic colors.

2 #63527F and #527F63 with #7F5263 are triadic colors.