COLOR #77857A

HEX: #77857A RGB: (119,133,122)

Color info

#77857A contains red, green and blue colors in about the same proportion. Web safe color of #77857A is #669966 (or #696).

RGB color model

#77857A color RGB value is (119,133,122).

RGB: (119,133,122) (47%, 52%, 48%)

RGB channels and saturation

R 119 of 255 = 47%
G 133 of 255 = 52%
B 122 of 255 = 48%

119
133
122

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

Portions of RGB colors in percentages

R + G + B = 119 + 133 + 122 = 374 (100%)
R 119 of 374 ~ 31.82%
G 133 of 374 ~ 35.56%
B 122 of 374 ~ 32.62'%

%31.82
%35.56
%32.62

CMYK color model

#77857A color CMYK value is (11,0,8,48).

  • cyan value is 10.53%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 47.84%

CMYK: (11,0,8,48)
C11M0Y8K48 (11%, 0%, 8%, 48%)
(0.11 / 0.00 / 0.08 / 0.48)

CMYK percentages

%10.53
%0
%8.27
%47.84

Codes

Color #77857A in popluar color models

77 85 7A
RGB 119 133 122
HSL 133° 5.56% 49.41%
HSB/HSV 133° 10.53% 52.16%
CMYK 10.53% 0.00% 8.27%
47.84%

Color #77857A in popluar number systems.

HEX 77 85 7A
Decimal 119 133 122
Binary 1110111 10000101 1111010
Octal 167 205 172

Shades and tints

Shades of #77857A

#77857A
(119,133,122)
#6D796F
(109,121,111)
#636D64
(99,109,100)
#596159
(89,97,89)
#4F554E
(79,85,78)
#454943
(69,73,67)
#3B3D38
(59,61,56)
#31312D
(49,49,45)
#272522
(39,37,34)
#1D1917
(29,25,23)
#130D0C
(19,13,12)
#000000
(0,0,0)

Tints of #77857A

#77857A
(119,133,122)
#839086
(131,144,134)
#8F9B92
(143,155,146)
#9BA69E
(155,166,158)
#A7B1AA
(167,177,170)
#B3BCB6
(179,188,182)
#BFC7C2
(191,199,194)
#CBD2CE
(203,210,206)
#D7DDDA
(215,221,218)
#E3E8E6
(227,232,230)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77857A color. Also use rgb(119,133,122) instead hex code.

Text Font Color

.myTextColor { color: #77857A; }

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

This text font color is #77857A.

Background Color

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

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

This div background color is #77857A.

Border color

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

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

This div border color is #77857A.

Opacity

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

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

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

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

This text has shadow with #77857A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #77857A.

Preview

Color preview on black background

This text has color #77857A on black background.


Color preview on white background

This text has color #77857A on white background.


Black color preview on #77857A background

This text has black color on #77857A background.


White color preview on #77857A background

This text has white color on #77857A background.


Related colors

Complementary color

Complementary color for #hex is #887A85.


I love getcolorcode.com

Triadic colors

1 #7A7785 and #857A77 with #77857A are triadic colors.

2 #7A8577 and #85777A with #77857A are triadic colors.