COLOR #7F7767

HEX: #7F7767 RGB: (127,119,103)

Color info

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

RGB color model

#7F7767 color RGB value is (127,119,103).

RGB: (127,119,103) (50%, 47%, 40%)

RGB channels and saturation

R 127 of 255 = 50%
G 119 of 255 = 47%
B 103 of 255 = 40%

127
119
103

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

Portions of RGB colors in percentages

R + G + B = 127 + 119 + 103 = 349 (100%)
R 127 of 349 ~ 36.39%
G 119 of 349 ~ 34.1%
B 103 of 349 ~ 29.51'%

%36.39
%34.1
%29.51

CMYK color model

#7F7767 color CMYK value is (0,6,19,50).

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

CMYK: (0,6,19,50)
C0M6Y19K50 (0%, 6%, 19%, 50%)
(0.00 / 0.06 / 0.19 / 0.50)

CMYK percentages

%0
%6.3
%18.9
%50.2

Codes

Color #7F7767 in popluar color models

7F 77 67
RGB 127 119 103
HSL 40° 10.43% 45.10%
HSB/HSV 40° 18.90% 49.80%
CMYK 0.00% 6.30% 18.90%
50.20%

Color #7F7767 in popluar number systems.

HEX 7F 77 67
Decimal 127 119 103
Binary 1111111 1110111 1100111
Octal 177 167 147

Shades and tints

Shades of #7F7767

#7F7767
(127,119,103)
#746D5E
(116,109,94)
#696355
(105,99,85)
#5E594C
(94,89,76)
#534F43
(83,79,67)
#48453A
(72,69,58)
#3D3B31
(61,59,49)
#323128
(50,49,40)
#27271F
(39,39,31)
#1C1D16
(28,29,22)
#11130D
(17,19,13)
#000000
(0,0,0)

Tints of #7F7767

#7F7767
(127,119,103)
#8A8374
(138,131,116)
#958F81
(149,143,129)
#A09B8E
(160,155,142)
#ABA79B
(171,167,155)
#B6B3A8
(182,179,168)
#C1BFB5
(193,191,181)
#CCCBC2
(204,203,194)
#D7D7CF
(215,215,207)
#E2E3DC
(226,227,220)
#EDEFE9
(237,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7767; }

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

This text font color is #7F7767.

Background Color

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

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

This div background color is #7F7767.

Border color

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

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

This div border color is #7F7767.

Opacity

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

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

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

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

This text has shadow with #7F7767 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F7767.

Preview

Color preview on black background

This text has color #7F7767 on black background.


Color preview on white background

This text has color #7F7767 on white background.


Black color preview on #7F7767 background

This text has black color on #7F7767 background.


White color preview on #7F7767 background

This text has white color on #7F7767 background.


Related colors

Complementary color

Complementary color for #hex is #808898.


I love getcolorcode.com

Triadic colors

1 #677F77 and #77677F with #7F7767 are triadic colors.

2 #67777F and #777F67 with #7F7767 are triadic colors.