COLOR #7F734B

HEX: #7F734B RGB: (127,115,75)

Color info

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

RGB color model

#7F734B color RGB value is (127,115,75).

RGB: (127,115,75) (50%, 45%, 29%)

RGB channels and saturation

R 127 of 255 = 50%
G 115 of 255 = 45%
B 75 of 255 = 29%

127
115
75

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

Portions of RGB colors in percentages

R + G + B = 127 + 115 + 75 = 317 (100%)
R 127 of 317 ~ 40.06%
G 115 of 317 ~ 36.28%
B 75 of 317 ~ 23.66'%

%40.06
%36.28
%23.66

CMYK color model

#7F734B color CMYK value is (0,9,41,50).

  • cyan value is 0.00%
  • magenta value is 9.45%
  • yellow value is 40.94%
  • key color value is 50.20%

CMYK: (0,9,41,50)
C0M9Y41K50 (0%, 9%, 41%, 50%)
(0.00 / 0.09 / 0.41 / 0.50)

CMYK percentages

%0
%9.45
%40.94
%50.2

Codes

Color #7F734B in popluar color models

7F 73 4B
RGB 127 115 75
HSL 46° 25.74% 39.61%
HSB/HSV 46° 40.94% 49.80%
CMYK 0.00% 9.45% 40.94%
50.20%

Color #7F734B in popluar number systems.

HEX 7F 73 4B
Decimal 127 115 75
Binary 1111111 1110011 1001011
Octal 177 163 113

Shades and tints

Shades of #7F734B

#7F734B
(127,115,75)
#746945
(116,105,69)
#695F3F
(105,95,63)
#5E5539
(94,85,57)
#534B33
(83,75,51)
#48412D
(72,65,45)
#3D3727
(61,55,39)
#322D21
(50,45,33)
#27231B
(39,35,27)
#1C1915
(28,25,21)
#110F0F
(17,15,15)
#000000
(0,0,0)

Tints of #7F734B

#7F734B
(127,115,75)
#8A7F5B
(138,127,91)
#958B6B
(149,139,107)
#A0977B
(160,151,123)
#ABA38B
(171,163,139)
#B6AF9B
(182,175,155)
#C1BBAB
(193,187,171)
#CCC7BB
(204,199,187)
#D7D3CB
(215,211,203)
#E2DFDB
(226,223,219)
#EDEBEB
(237,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F734B; }

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

This text font color is #7F734B.

Background Color

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

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

This div background color is #7F734B.

Border color

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

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

This div border color is #7F734B.

Opacity

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

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

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

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

This text has shadow with #7F734B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F734B.

Preview

Color preview on black background

This text has color #7F734B on black background.


Color preview on white background

This text has color #7F734B on white background.


Black color preview on #7F734B background

This text has black color on #7F734B background.


White color preview on #7F734B background

This text has white color on #7F734B background.


Related colors

Complementary color

Complementary color for #hex is #808CB4.


I love getcolorcode.com

Triadic colors

1 #4B7F73 and #734B7F with #7F734B are triadic colors.

2 #4B737F and #737F4B with #7F734B are triadic colors.