COLOR #7D776E

HEX: #7D776E
RGB: (125,119,110)

Color info

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

RGB color model

#7D776E color RGB value is (125,119,110).

  • red value is 125;
  • green value is 119;
  • blue value is 110.
RGB:
(125,119,110)
(49%,47%,43%)

RGB channels and saturation

R 125 of 255 = 49%
G 119 of 255 = 47%
B 110 of 255 = 43%

125
119
110

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

Portions of RGB colors in percentages

R + G + B =
125 + 119 + 110 = 354 (100%)
R 125 of 354 ~ 35.31%
G 119 of 354 ~ 33.62%
B 110 of 354 ~ 31.07%

%35.31
%33.62
%31.07

CMYK color model

#7D776E color CMYK value is (0,5,12,51).

  • cyan value is 0.00%
  • magenta value is 4.80%
  • yellow value is 12.00%
  • key color value is 50.98%
CMYK:
(0,5,12,51)
C0M5Y12K51 
(0%,5%,12%,51%)
(0.00/0.05/0.12/0.51)	

CMYK percentages

%0
%4.8
%12
%50.98

Codes

Color #7D776E in popluar color models

7D776E
RGB125119110
HSL36°6.38%46.08%
HSB/HSV36°12.00%49.02%
CMYK0.00%4.80%12.00%
50.98%

Color #7D776E in popluar number systems.

HEX7D776E
Decimal125119110
Binary111110111101111101110
Octal175167156

Shades and tints

Shades of #7D776E

#7D776E
(125,119,110)
#726D64
(114,109,100)
#67635A
(103,99,90)
#5C5950
(92,89,80)
#514F46
(81,79,70)
#46453C
(70,69,60)
#3B3B32
(59,59,50)
#303128
(48,49,40)
#25271E
(37,39,30)
#1A1D14
(26,29,20)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #7D776E

#7D776E
(125,119,110)
#88837B
(136,131,123)
#938F88
(147,143,136)
#9E9B95
(158,155,149)
#A9A7A2
(169,167,162)
#B4B3AF
(180,179,175)
#BFBFBC
(191,191,188)
#CACBC9
(202,203,201)
#D5D7D6
(213,215,214)
#E0E3E3
(224,227,227)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D776E color. Also use rgb(125,119,110) instead hex code.

Text Font Color

.myTextColor { color: #7D776E; }

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

This text font color is #7D776E.


Background Color

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

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

This div background color is #7D776E.


Border color

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

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

This div border color is #7D776E.


Opacity

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

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

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

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

This text has shadow with #7D776E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D776E on black background.


Color preview on white background

This text has color #7D776E on white background.



Black color preview on #7D776E background

This text has black color on #7D776E background.


White color preview on #7D776E background

This text has white color on #7D776E background.