COLOR #7F6761

HEX: #7F6761 RGB: (127,103,97)

Color info

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

RGB color model

#7F6761 color RGB value is (127,103,97).

RGB: (127,103,97) (50%, 40%, 38%)

RGB channels and saturation

R 127 of 255 = 50%
G 103 of 255 = 40%
B 97 of 255 = 38%

127
103
97

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

Portions of RGB colors in percentages

R + G + B = 127 + 103 + 97 = 327 (100%)
R 127 of 327 ~ 38.84%
G 103 of 327 ~ 31.5%
B 97 of 327 ~ 29.66'%

%38.84
%31.5
%29.66

CMYK color model

#7F6761 color CMYK value is (0,19,24,50).

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

CMYK: (0,19,24,50)
C0M19Y24K50 (0%, 19%, 24%, 50%)
(0.00 / 0.19 / 0.24 / 0.50)

CMYK percentages

%0
%18.9
%23.62
%50.2

Codes

Color #7F6761 in popluar color models

7F 67 61
RGB 127 103 97
HSL 12° 13.39% 43.92%
HSB/HSV 12° 23.62% 49.80%
CMYK 0.00% 18.90% 23.62%
50.20%

Color #7F6761 in popluar number systems.

HEX 7F 67 61
Decimal 127 103 97
Binary 1111111 1100111 1100001
Octal 177 147 141

Shades and tints

Shades of #7F6761

#7F6761
(127,103,97)
#745E59
(116,94,89)
#695551
(105,85,81)
#5E4C49
(94,76,73)
#534341
(83,67,65)
#483A39
(72,58,57)
#3D3131
(61,49,49)
#322829
(50,40,41)
#271F21
(39,31,33)
#1C1619
(28,22,25)
#110D11
(17,13,17)
#000000
(0,0,0)

Tints of #7F6761

#7F6761
(127,103,97)
#8A746F
(138,116,111)
#95817D
(149,129,125)
#A08E8B
(160,142,139)
#AB9B99
(171,155,153)
#B6A8A7
(182,168,167)
#C1B5B5
(193,181,181)
#CCC2C3
(204,194,195)
#D7CFD1
(215,207,209)
#E2DCDF
(226,220,223)
#EDE9ED
(237,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6761; }

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

This text font color is #7F6761.

Background Color

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

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

This div background color is #7F6761.

Border color

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

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

This div border color is #7F6761.

Opacity

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

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

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

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

This text has shadow with #7F6761 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6761.

Preview

Color preview on black background

This text has color #7F6761 on black background.


Color preview on white background

This text has color #7F6761 on white background.


Black color preview on #7F6761 background

This text has black color on #7F6761 background.


White color preview on #7F6761 background

This text has white color on #7F6761 background.


Related colors

Complementary color

Complementary color for #hex is #80989E.


I love getcolorcode.com

Triadic colors

1 #617F67 and #67617F with #7F6761 are triadic colors.

2 #61677F and #677F61 with #7F6761 are triadic colors.