COLOR #7F6052

HEX: #7F6052 RGB: (127,96,82)

Color info

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

RGB color model

#7F6052 color RGB value is (127,96,82).

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

RGB channels and saturation

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

127
96
82

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

Portions of RGB colors in percentages

R + G + B = 127 + 96 + 82 = 305 (100%)
R 127 of 305 ~ 41.64%
G 96 of 305 ~ 31.48%
B 82 of 305 ~ 26.89'%

%41.64
%31.48
%26.89

CMYK color model

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

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

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

CMYK percentages

%0
%24.41
%35.43
%50.2

Codes

Color #7F6052 in popluar color models

7F 60 52
RGB 127 96 82
HSL 19° 21.53% 40.98%
HSB/HSV 19° 35.43% 49.80%
CMYK 0.00% 24.41% 35.43%
50.20%

Color #7F6052 in popluar number systems.

HEX 7F 60 52
Decimal 127 96 82
Binary 1111111 1100000 1010010
Octal 177 140 122

Shades and tints

Shades of #7F6052

#7F6052
(127,96,82)
#74584B
(116,88,75)
#695044
(105,80,68)
#5E483D
(94,72,61)
#534036
(83,64,54)
#48382F
(72,56,47)
#3D3028
(61,48,40)
#322821
(50,40,33)
#27201A
(39,32,26)
#1C1813
(28,24,19)
#11100C
(17,16,12)
#000000
(0,0,0)

Tints of #7F6052

#7F6052
(127,96,82)
#8A6E61
(138,110,97)
#957C70
(149,124,112)
#A08A7F
(160,138,127)
#AB988E
(171,152,142)
#B6A69D
(182,166,157)
#C1B4AC
(193,180,172)
#CCC2BB
(204,194,187)
#D7D0CA
(215,208,202)
#E2DED9
(226,222,217)
#EDECE8
(237,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6052; }

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

This text font color is #7F6052.

Background Color

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

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

This div background color is #7F6052.

Border color

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

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

This div border color is #7F6052.

Opacity

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

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

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

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

This text has shadow with #7F6052 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6052.

Preview

Color preview on black background

This text has color #7F6052 on black background.


Color preview on white background

This text has color #7F6052 on white background.


Black color preview on #7F6052 background

This text has black color on #7F6052 background.


White color preview on #7F6052 background

This text has white color on #7F6052 background.


Related colors

Complementary color

Complementary color for #hex is #809FAD.


I love getcolorcode.com

Triadic colors

1 #527F60 and #60527F with #7F6052 are triadic colors.

2 #52607F and #607F52 with #7F6052 are triadic colors.