COLOR #7F7E69

HEX: #7F7E69
RGB: (127,126,105)

Color info

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

RGB color model

#7F7E69 color RGB value is (127,126,105).

  • red value is 127;
  • green value is 126;
  • blue value is 105.
RGB:
(127,126,105)
(50%,49%,41%)

RGB channels and saturation

R 127 of 255 = 50%
G 126 of 255 = 49%
B 105 of 255 = 41%

127
126
105

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

Portions of RGB colors in percentages

R + G + B =
127 + 126 + 105 = 358 (100%)
R 127 of 358 ~ 35.47%
G 126 of 358 ~ 35.2%
B 105 of 358 ~ 29.33%

%35.47
%35.2
%29.33

CMYK color model

#7F7E69 color CMYK value is (0,1,17,50).

  • cyan value is 0.00%
  • magenta value is 0.79%
  • yellow value is 17.32%
  • key color value is 50.20%
CMYK:
(0,1,17,50)
C0M1Y17K50 
(0%,1%,17%,50%)
(0.00/0.01/0.17/0.50)	

CMYK percentages

%0
%0.79
%17.32
%50.2

Codes

Color #7F7E69 in popluar color models

7F7E69
RGB127126105
HSL57°9.48%45.49%
HSB/HSV57°17.32%49.80%
CMYK0.00%0.79%17.32%
50.20%

Color #7F7E69 in popluar number systems.

HEX7F7E69
Decimal127126105
Binary111111111111101101001
Octal177176151

Shades and tints

Shades of #7F7E69

#7F7E69
(127,126,105)
#747360
(116,115,96)
#696857
(105,104,87)
#5E5D4E
(94,93,78)
#535245
(83,82,69)
#48473C
(72,71,60)
#3D3C33
(61,60,51)
#32312A
(50,49,42)
#272621
(39,38,33)
#1C1B18
(28,27,24)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #7F7E69

#7F7E69
(127,126,105)
#8A8976
(138,137,118)
#959483
(149,148,131)
#A09F90
(160,159,144)
#ABAA9D
(171,170,157)
#B6B5AA
(182,181,170)
#C1C0B7
(193,192,183)
#CCCBC4
(204,203,196)
#D7D6D1
(215,214,209)
#E2E1DE
(226,225,222)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F7E69; }

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

This text font color is #7F7E69.


Background Color

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

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

This div background color is #7F7E69.


Border color

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

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

This div border color is #7F7E69.


Opacity

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

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

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

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

This text has shadow with #7F7E69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F7E69 on black background.


Color preview on white background

This text has color #7F7E69 on white background.



Black color preview on #7F7E69 background

This text has black color on #7F7E69 background.


White color preview on #7F7E69 background

This text has white color on #7F7E69 background.