COLOR #7F7361

HEX: #7F7361 RGB: (127,115,97)

Color info

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

RGB color model

#7F7361 color RGB value is (127,115,97).

RGB: (127,115,97) (50%, 45%, 38%)

RGB channels and saturation

R 127 of 255 = 50%
G 115 of 255 = 45%
B 97 of 255 = 38%

127
115
97

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

Portions of RGB colors in percentages

R + G + B = 127 + 115 + 97 = 339 (100%)
R 127 of 339 ~ 37.46%
G 115 of 339 ~ 33.92%
B 97 of 339 ~ 28.61'%

%37.46
%33.92
%28.61

CMYK color model

#7F7361 color CMYK value is (0,9,24,50).

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

CMYK: (0,9,24,50)
C0M9Y24K50 (0%, 9%, 24%, 50%)
(0.00 / 0.09 / 0.24 / 0.50)

CMYK percentages

%0
%9.45
%23.62
%50.2

Codes

Color #7F7361 in popluar color models

7F 73 61
RGB 127 115 97
HSL 36° 13.39% 43.92%
HSB/HSV 36° 23.62% 49.80%
CMYK 0.00% 9.45% 23.62%
50.20%

Color #7F7361 in popluar number systems.

HEX 7F 73 61
Decimal 127 115 97
Binary 1111111 1110011 1100001
Octal 177 163 141

Shades and tints

Shades of #7F7361

#7F7361
(127,115,97)
#746959
(116,105,89)
#695F51
(105,95,81)
#5E5549
(94,85,73)
#534B41
(83,75,65)
#484139
(72,65,57)
#3D3731
(61,55,49)
#322D29
(50,45,41)
#272321
(39,35,33)
#1C1919
(28,25,25)
#110F11
(17,15,17)
#000000
(0,0,0)

Tints of #7F7361

#7F7361
(127,115,97)
#8A7F6F
(138,127,111)
#958B7D
(149,139,125)
#A0978B
(160,151,139)
#ABA399
(171,163,153)
#B6AFA7
(182,175,167)
#C1BBB5
(193,187,181)
#CCC7C3
(204,199,195)
#D7D3D1
(215,211,209)
#E2DFDF
(226,223,223)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7361; }

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

This text font color is #7F7361.

Background Color

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

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

This div background color is #7F7361.

Border color

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

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

This div border color is #7F7361.

Opacity

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

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

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

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

This text has shadow with #7F7361 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7361.

Preview

Color preview on black background

This text has color #7F7361 on black background.


Color preview on white background

This text has color #7F7361 on white background.


Black color preview on #7F7361 background

This text has black color on #7F7361 background.


White color preview on #7F7361 background

This text has white color on #7F7361 background.


Related colors

Complementary color

Complementary color for #hex is #808C9E.


I love getcolorcode.com

Triadic colors

1 #617F73 and #73617F with #7F7361 are triadic colors.

2 #61737F and #737F61 with #7F7361 are triadic colors.