COLOR #7F786D

HEX: #7F786D RGB: (127,120,109)

Color info

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

RGB color model

#7F786D color RGB value is (127,120,109).

RGB: (127,120,109) (50%, 47%, 43%)

RGB channels and saturation

R 127 of 255 = 50%
G 120 of 255 = 47%
B 109 of 255 = 43%

127
120
109

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

Portions of RGB colors in percentages

R + G + B = 127 + 120 + 109 = 356 (100%)
R 127 of 356 ~ 35.67%
G 120 of 356 ~ 33.71%
B 109 of 356 ~ 30.62'%

%35.67
%33.71
%30.62

CMYK color model

#7F786D color CMYK value is (0,6,14,50).

  • cyan value is 0.00%
  • magenta value is 5.51%
  • yellow value is 14.17%
  • key color value is 50.20%
CMYK: (0,6,14,50) C0M6Y14K50 (0%,6%,14%,50%) (0.00/0.06/0.14/0.50) 

CMYK percentages

%0
%5.51
%14.17
%50.2

Codes

Color #7F786D in popluar color models

7F 78 6D
RGB 127 120 109
HSL 37° 7.63% 46.27%
HSB/HSV 37° 14.17% 49.80%
CMYK 0.00% 5.51% 14.17%
50.20%

Color #7F786D in popluar number systems.

HEX 7F 78 6D
Decimal 127 120 109
Binary 1111111 1111000 1101101
Octal 177 170 155

Shades and tints

Shades of #7F786D

#7F786D
(127,120,109)
#746E64
(116,110,100)
#69645B
(105,100,91)
#5E5A52
(94,90,82)
#535049
(83,80,73)
#484640
(72,70,64)
#3D3C37
(61,60,55)
#32322E
(50,50,46)
#272825
(39,40,37)
#1C1E1C
(28,30,28)
#111413
(17,20,19)
#000000
(0,0,0)

Tints of #7F786D

#7F786D
(127,120,109)
#8A847A
(138,132,122)
#959087
(149,144,135)
#A09C94
(160,156,148)
#ABA8A1
(171,168,161)
#B6B4AE
(182,180,174)
#C1C0BB
(193,192,187)
#CCCCC8
(204,204,200)
#D7D8D5
(215,216,213)
#E2E4E2
(226,228,226)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F786D; }

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

This text font color is #7F786D.

Background Color

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

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

This div background color is #7F786D.

Border color

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

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

This div border color is #7F786D.

Opacity

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

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

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

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

This text has shadow with #7F786D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F786D.

Preview

Color preview on black background

This text has color #7F786D on black background.


Color preview on white background

This text has color #7F786D on white background.


Black color preview on #7F786D background

This text has black color on #7F786D background.


White color preview on #7F786D background

This text has white color on #7F786D background.


Related colors

Complementary color

Complementary color for #hex is #808792.


I love getcolorcode.com

Triadic colors

1 #6D7F78 and #786D7F with #7F786D are triadic colors.

2 #6D787F and #787F6D with #7F786D are triadic colors.