COLOR #7F704A

HEX: #7F704A RGB: (127,112,74)

Color info

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

RGB color model

#7F704A color RGB value is (127,112,74).

RGB: (127,112,74) (50%, 44%, 29%)

RGB channels and saturation

R 127 of 255 = 50%
G 112 of 255 = 44%
B 74 of 255 = 29%

127
112
74

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

Portions of RGB colors in percentages

R + G + B = 127 + 112 + 74 = 313 (100%)
R 127 of 313 ~ 40.58%
G 112 of 313 ~ 35.78%
B 74 of 313 ~ 23.64'%

%40.58
%35.78
%23.64

CMYK color model

#7F704A color CMYK value is (0,12,42,50).

  • cyan value is 0.00%
  • magenta value is 11.81%
  • yellow value is 41.73%
  • key color value is 50.20%
CMYK: (0,12,42,50) C0M12Y42K50 (0%,12%,42%,50%) (0.00/0.12/0.42/0.50) 

CMYK percentages

%0
%11.81
%41.73
%50.2

Codes

Color #7F704A in popluar color models

7F 70 4A
RGB 127 112 74
HSL 43° 26.37% 39.41%
HSB/HSV 43° 41.73% 49.80%
CMYK 0.00% 11.81% 41.73%
50.20%

Color #7F704A in popluar number systems.

HEX 7F 70 4A
Decimal 127 112 74
Binary 1111111 1110000 1001010
Octal 177 160 112

Shades and tints

Shades of #7F704A

#7F704A
(127,112,74)
#746644
(116,102,68)
#695C3E
(105,92,62)
#5E5238
(94,82,56)
#534832
(83,72,50)
#483E2C
(72,62,44)
#3D3426
(61,52,38)
#322A20
(50,42,32)
#27201A
(39,32,26)
#1C1614
(28,22,20)
#110C0E
(17,12,14)
#000000
(0,0,0)

Tints of #7F704A

#7F704A
(127,112,74)
#8A7D5A
(138,125,90)
#958A6A
(149,138,106)
#A0977A
(160,151,122)
#ABA48A
(171,164,138)
#B6B19A
(182,177,154)
#C1BEAA
(193,190,170)
#CCCBBA
(204,203,186)
#D7D8CA
(215,216,202)
#E2E5DA
(226,229,218)
#EDF2EA
(237,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F704A color. Also use rgb(127,112,74) instead hex code.

Text Font Color

.myTextColor { color: #7F704A; }

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

This text font color is #7F704A.

Background Color

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

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

This div background color is #7F704A.

Border color

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

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

This div border color is #7F704A.

Opacity

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

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

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

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

This text has shadow with #7F704A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F704A.

Preview

Color preview on black background

This text has color #7F704A on black background.


Color preview on white background

This text has color #7F704A on white background.


Black color preview on #7F704A background

This text has black color on #7F704A background.


White color preview on #7F704A background

This text has white color on #7F704A background.


Related colors

Complementary color

Complementary color for #hex is #808FB5.


I love getcolorcode.com

Triadic colors

1 #4A7F70 and #704A7F with #7F704A are triadic colors.

2 #4A707F and #707F4A with #7F704A are triadic colors.