COLOR #7F785D

HEX: #7F785D RGB: (127,120,93)

Color info

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

RGB color model

#7F785D color RGB value is (127,120,93).

RGB: (127,120,93) (50%, 47%, 36%)

RGB channels and saturation

R 127 of 255 = 50%
G 120 of 255 = 47%
B 93 of 255 = 36%

127
120
93

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

Portions of RGB colors in percentages

R + G + B = 127 + 120 + 93 = 340 (100%)
R 127 of 340 ~ 37.35%
G 120 of 340 ~ 35.29%
B 93 of 340 ~ 27.35'%

%37.35
%35.29
%27.35

CMYK color model

#7F785D color CMYK value is (0,6,27,50).

  • cyan value is 0.00%
  • magenta value is 5.51%
  • yellow value is 26.77%
  • key color value is 50.20%

CMYK: (0,6,27,50)
C0M6Y27K50 (0%, 6%, 27%, 50%)
(0.00 / 0.06 / 0.27 / 0.50)

CMYK percentages

%0
%5.51
%26.77
%50.2

Codes

Color #7F785D in popluar color models

7F 78 5D
RGB 127 120 93
HSL 48° 15.45% 43.14%
HSB/HSV 48° 26.77% 49.80%
CMYK 0.00% 5.51% 26.77%
50.20%

Color #7F785D in popluar number systems.

HEX 7F 78 5D
Decimal 127 120 93
Binary 1111111 1111000 1011101
Octal 177 170 135

Shades and tints

Shades of #7F785D

#7F785D
(127,120,93)
#746E55
(116,110,85)
#69644D
(105,100,77)
#5E5A45
(94,90,69)
#53503D
(83,80,61)
#484635
(72,70,53)
#3D3C2D
(61,60,45)
#323225
(50,50,37)
#27281D
(39,40,29)
#1C1E15
(28,30,21)
#11140D
(17,20,13)
#000000
(0,0,0)

Tints of #7F785D

#7F785D
(127,120,93)
#8A846B
(138,132,107)
#959079
(149,144,121)
#A09C87
(160,156,135)
#ABA895
(171,168,149)
#B6B4A3
(182,180,163)
#C1C0B1
(193,192,177)
#CCCCBF
(204,204,191)
#D7D8CD
(215,216,205)
#E2E4DB
(226,228,219)
#EDF0E9
(237,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F785D; }

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

This text font color is #7F785D.

Background Color

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

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

This div background color is #7F785D.

Border color

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

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

This div border color is #7F785D.

Opacity

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

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

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

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

This text has shadow with #7F785D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F785D.

Preview

Color preview on black background

This text has color #7F785D on black background.


Color preview on white background

This text has color #7F785D on white background.


Black color preview on #7F785D background

This text has black color on #7F785D background.


White color preview on #7F785D background

This text has white color on #7F785D background.


Related colors

Complementary color

Complementary color for #hex is #8087A2.


I love getcolorcode.com

Triadic colors

1 #5D7F78 and #785D7F with #7F785D are triadic colors.

2 #5D787F and #787F5D with #7F785D are triadic colors.