COLOR #7F774B

HEX: #7F774B
RGB: (127,119,75)

Color info

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

RGB color model

#7F774B color RGB value is (127,119,75).

  • red value is 127;
  • green value is 119;
  • blue value is 75.
RGB:
(127,119,75)
(50%,47%,29%)

RGB channels and saturation

R 127 of 255 = 50%
G 119 of 255 = 47%
B 75 of 255 = 29%

127
119
75

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

Portions of RGB colors in percentages

R + G + B =
127 + 119 + 75 = 321 (100%)
R 127 of 321 ~ 39.56%
G 119 of 321 ~ 37.07%
B 75 of 321 ~ 23.36%

%39.56
%37.07
%23.36

CMYK color model

#7F774B color CMYK value is (0,6,41,50).

  • cyan value is 0.00%
  • magenta value is 6.30%
  • yellow value is 40.94%
  • key color value is 50.20%
CMYK:
(0,6,41,50)
C0M6Y41K50 
(0%,6%,41%,50%)
(0.00/0.06/0.41/0.50)	

CMYK percentages

%0
%6.3
%40.94
%50.2

Codes

Color #7F774B in popluar color models

7F774B
RGB12711975
HSL51°25.74%39.61%
HSB/HSV51°40.94%49.80%
CMYK0.00%6.30%40.94%
50.20%

Color #7F774B in popluar number systems.

HEX7F774B
Decimal12711975
Binary111111111101111001011
Octal177167113

Shades and tints

Shades of #7F774B

#7F774B
(127,119,75)
#746D45
(116,109,69)
#69633F
(105,99,63)
#5E5939
(94,89,57)
#534F33
(83,79,51)
#48452D
(72,69,45)
#3D3B27
(61,59,39)
#323121
(50,49,33)
#27271B
(39,39,27)
#1C1D15
(28,29,21)
#11130F
(17,19,15)
#000000
(0,0,0)

Tints of #7F774B

#7F774B
(127,119,75)
#8A835B
(138,131,91)
#958F6B
(149,143,107)
#A09B7B
(160,155,123)
#ABA78B
(171,167,139)
#B6B39B
(182,179,155)
#C1BFAB
(193,191,171)
#CCCBBB
(204,203,187)
#D7D7CB
(215,215,203)
#E2E3DB
(226,227,219)
#EDEFEB
(237,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F774B color. Also use rgb(127,119,75) instead hex code.

Text Font Color

.myTextColor { color: #7F774B; }

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

This text font color is #7F774B.


Background Color

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

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

This div background color is #7F774B.


Border color

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

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

This div border color is #7F774B.


Opacity

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

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

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

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

This text has shadow with #7F774B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F774B on black background.


Color preview on white background

This text has color #7F774B on white background.



Black color preview on #7F774B background

This text has black color on #7F774B background.


White color preview on #7F774B background

This text has white color on #7F774B background.