COLOR #7F544C

HEX: #7F544C
RGB: (127,84,76)

Color info

#7F544C contains red, green and blue colors in about the same proportion. Web safe color of #7F544C is #666633 (or #663).

RGB color model

#7F544C color RGB value is (127,84,76).

  • red value is 127;
  • green value is 84;
  • blue value is 76.
RGB:
(127,84,76)
(50%,33%,30%)

RGB channels and saturation

R 127 of 255 = 50%
G 84 of 255 = 33%
B 76 of 255 = 30%

127
84
76

R + G + B ~ 38%. #7F544C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 84 + 76 = 287 (100%)
R 127 of 287 ~ 44.25%
G 84 of 287 ~ 29.27%
B 76 of 287 ~ 26.48%

%44.25
%29.27
%26.48

CMYK color model

#7F544C color CMYK value is (0,34,40,50).

  • cyan value is 0.00%
  • magenta value is 33.86%
  • yellow value is 40.16%
  • key color value is 50.20%
CMYK:
(0,34,40,50)
C0M34Y40K50 
(0%,34%,40%,50%)
(0.00/0.34/0.40/0.50)	

CMYK percentages

%0
%33.86
%40.16
%50.2

Codes

Color #7F544C in popluar color models

7F544C
RGB1278476
HSL25.12%39.80%
HSB/HSV40.16%49.80%
CMYK0.00%33.86%40.16%
50.20%

Color #7F544C in popluar number systems.

HEX7F544C
Decimal1278476
Binary111111110101001001100
Octal177124114

Shades and tints

Shades of #7F544C

#7F544C
(127,84,76)
#744D46
(116,77,70)
#694640
(105,70,64)
#5E3F3A
(94,63,58)
#533834
(83,56,52)
#48312E
(72,49,46)
#3D2A28
(61,42,40)
#322322
(50,35,34)
#271C1C
(39,28,28)
#1C1516
(28,21,22)
#110E10
(17,14,16)
#000000
(0,0,0)

Tints of #7F544C

#7F544C
(127,84,76)
#8A635C
(138,99,92)
#95726C
(149,114,108)
#A0817C
(160,129,124)
#AB908C
(171,144,140)
#B69F9C
(182,159,156)
#C1AEAC
(193,174,172)
#CCBDBC
(204,189,188)
#D7CCCC
(215,204,204)
#E2DBDC
(226,219,220)
#EDEAEC
(237,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F544C color. Also use rgb(127,84,76) instead hex code.

Text Font Color

.myTextColor { color: #7F544C; }

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

This text font color is #7F544C.


Background Color

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

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

This div background color is #7F544C.


Border color

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

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

This div border color is #7F544C.


Opacity

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

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

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

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

This text has shadow with #7F544C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F544C on black background.


Color preview on white background

This text has color #7F544C on white background.



Black color preview on #7F544C background

This text has black color on #7F544C background.


White color preview on #7F544C background

This text has white color on #7F544C background.