COLOR #7F6767

HEX: #7F6767 RGB: (127,103,103)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

127
103
103

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

Portions of RGB colors in percentages

R + G + B = 127 + 103 + 103 = 333 (100%)
R 127 of 333 ~ 38.14%
G 103 of 333 ~ 30.93%
B 103 of 333 ~ 30.93'%

%38.14
%30.93
%30.93

CMYK color model

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

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

CMYK: (0,19,19,50)
C0M19Y19K50 (0%, 19%, 19%, 50%)
(0.00 / 0.19 / 0.19 / 0.50)

CMYK percentages

%0
%18.9
%18.9
%50.2

Codes

Color #7F6767 in popluar color models

7F 67 67
RGB 127 103 103
HSL 10.43% 45.10%
HSB/HSV 18.90% 49.80%
CMYK 0.00% 18.90% 18.90%
50.20%

Color #7F6767 in popluar number systems.

HEX 7F 67 67
Decimal 127 103 103
Binary 1111111 1100111 1100111
Octal 177 147 147

Shades and tints

Shades of #7F6767

#7F6767
(127,103,103)
#745E5E
(116,94,94)
#695555
(105,85,85)
#5E4C4C
(94,76,76)
#534343
(83,67,67)
#483A3A
(72,58,58)
#3D3131
(61,49,49)
#322828
(50,40,40)
#271F1F
(39,31,31)
#1C1616
(28,22,22)
#110D0D
(17,13,13)
#000000
(0,0,0)

Tints of #7F6767

#7F6767
(127,103,103)
#8A7474
(138,116,116)
#958181
(149,129,129)
#A08E8E
(160,142,142)
#AB9B9B
(171,155,155)
#B6A8A8
(182,168,168)
#C1B5B5
(193,181,181)
#CCC2C2
(204,194,194)
#D7CFCF
(215,207,207)
#E2DCDC
(226,220,220)
#EDE9E9
(237,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F6767; }

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

This text font color is #7F6767.

Background Color

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

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

This div background color is #7F6767.

Border color

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

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

This div border color is #7F6767.

Opacity

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

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

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

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

This text has shadow with #7F6767 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F6767.

Preview

Color preview on black background

This text has color #7F6767 on black background.


Color preview on white background

This text has color #7F6767 on white background.


Black color preview on #7F6767 background

This text has black color on #7F6767 background.


White color preview on #7F6767 background

This text has white color on #7F6767 background.


Related colors

Complementary color

Complementary color for #hex is #809898.


I love getcolorcode.com