COLOR #77726A

HEX: #77726A RGB: (119,114,106)

Color info

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

RGB color model

#77726A color RGB value is (119,114,106).

RGB: (119,114,106) (47%, 45%, 42%)

RGB channels and saturation

R 119 of 255 = 47%
G 114 of 255 = 45%
B 106 of 255 = 42%

119
114
106

R + G + B ~ 45%. #77726A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 114 + 106 = 339 (100%)
R 119 of 339 ~ 35.1%
G 114 of 339 ~ 33.63%
B 106 of 339 ~ 31.27'%

%35.1
%33.63
%31.27

CMYK color model

#77726A color CMYK value is (0,4,11,53).

  • cyan value is 0.00%
  • magenta value is 4.20%
  • yellow value is 10.92%
  • key color value is 53.33%

CMYK: (0,4,11,53)
C0M4Y11K53 (0%, 4%, 11%, 53%)
(0.00 / 0.04 / 0.11 / 0.53)

CMYK percentages

%0
%4.2
%10.92
%53.33

Codes

Color #77726A in popluar color models

77 72 6A
RGB 119 114 106
HSL 37° 5.78% 44.12%
HSB/HSV 37° 10.92% 46.67%
CMYK 0.00% 4.20% 10.92%
53.33%

Color #77726A in popluar number systems.

HEX 77 72 6A
Decimal 119 114 106
Binary 1110111 1110010 1101010
Octal 167 162 152

Shades and tints

Shades of #77726A

#77726A
(119,114,106)
#6D6861
(109,104,97)
#635E58
(99,94,88)
#59544F
(89,84,79)
#4F4A46
(79,74,70)
#45403D
(69,64,61)
#3B3634
(59,54,52)
#312C2B
(49,44,43)
#272222
(39,34,34)
#1D1819
(29,24,25)
#130E10
(19,14,16)
#000000
(0,0,0)

Tints of #77726A

#77726A
(119,114,106)
#837E77
(131,126,119)
#8F8A84
(143,138,132)
#9B9691
(155,150,145)
#A7A29E
(167,162,158)
#B3AEAB
(179,174,171)
#BFBAB8
(191,186,184)
#CBC6C5
(203,198,197)
#D7D2D2
(215,210,210)
#E3DEDF
(227,222,223)
#EFEAEC
(239,234,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77726A color. Also use rgb(119,114,106) instead hex code.

Text Font Color

.myTextColor { color: #77726A; }

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

This text font color is #77726A.

Background Color

.myBgColor { background-color: #77726A; }

<div style="background-color:#77726A">Inner text</div>

This div background color is #77726A.

Border color

.myBorderColor { border: 1px solid #77726A; }

<div style="border:3px solid #77726A">Div</div>

This div border color is #77726A.

Opacity

.myOpacity80 { color: #77726A; opacity: 0.8; }

<p style="color:#77726A;opacity:0.8;">80%</p>

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

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

This text has shadow with #77726A color.


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

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

This text has shadow with #77726A primary color and red secondary color.


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

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

This text has shadow with #77726A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77726A.

Preview

Color preview on black background

This text has color #77726A on black background.


Color preview on white background

This text has color #77726A on white background.


Black color preview on #77726A background

This text has black color on #77726A background.


White color preview on #77726A background

This text has white color on #77726A background.


Related colors

Complementary color

Complementary color for #hex is #888D95.


I love getcolorcode.com

Triadic colors

1 #6A7772 and #726A77 with #77726A are triadic colors.

2 #6A7277 and #72776A with #77726A are triadic colors.