COLOR #7F7554

HEX: #7F7554
RGB: (127,117,84)

Color info

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

RGB color model

#7F7554 color RGB value is (127,117,84).

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

RGB channels and saturation

R 127 of 255 = 50%
G 117 of 255 = 46%
B 84 of 255 = 33%

127
117
84

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

Portions of RGB colors in percentages

R + G + B =
127 + 117 + 84 = 328 (100%)
R 127 of 328 ~ 38.72%
G 117 of 328 ~ 35.67%
B 84 of 328 ~ 25.61%

%38.72
%35.67
%25.61

CMYK color model

#7F7554 color CMYK value is (0,8,34,50).

  • cyan value is 0.00%
  • magenta value is 7.87%
  • yellow value is 33.86%
  • key color value is 50.20%
CMYK:
(0,8,34,50)
C0M8Y34K50 
(0%,8%,34%,50%)
(0.00/0.08/0.34/0.50)	

CMYK percentages

%0
%7.87
%33.86
%50.2

Codes

Color #7F7554 in popluar color models

7F7554
RGB12711784
HSL46°20.38%41.37%
HSB/HSV46°33.86%49.80%
CMYK0.00%7.87%33.86%
50.20%

Color #7F7554 in popluar number systems.

HEX7F7554
Decimal12711784
Binary111111111101011010100
Octal177165124

Shades and tints

Shades of #7F7554

#7F7554
(127,117,84)
#746B4D
(116,107,77)
#696146
(105,97,70)
#5E573F
(94,87,63)
#534D38
(83,77,56)
#484331
(72,67,49)
#3D392A
(61,57,42)
#322F23
(50,47,35)
#27251C
(39,37,28)
#1C1B15
(28,27,21)
#11110E
(17,17,14)
#000000
(0,0,0)

Tints of #7F7554

#7F7554
(127,117,84)
#8A8163
(138,129,99)
#958D72
(149,141,114)
#A09981
(160,153,129)
#ABA590
(171,165,144)
#B6B19F
(182,177,159)
#C1BDAE
(193,189,174)
#CCC9BD
(204,201,189)
#D7D5CC
(215,213,204)
#E2E1DB
(226,225,219)
#EDEDEA
(237,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7554; }

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

This text font color is #7F7554.


Background Color

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

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

This div background color is #7F7554.


Border color

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

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

This div border color is #7F7554.


Opacity

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

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

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

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

This text has shadow with #7F7554 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7554 on black background.


Color preview on white background

This text has color #7F7554 on white background.



Black color preview on #7F7554 background

This text has black color on #7F7554 background.


White color preview on #7F7554 background

This text has white color on #7F7554 background.