COLOR #77887B

HEX: #77887B RGB: (119,136,123)

Color info

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

RGB color model

#77887B color RGB value is (119,136,123).

RGB: (119,136,123) (47%, 53%, 48%)

RGB channels and saturation

R 119 of 255 = 47%
G 136 of 255 = 53%
B 123 of 255 = 48%

119
136
123

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

Portions of RGB colors in percentages

R + G + B = 119 + 136 + 123 = 378 (100%)
R 119 of 378 ~ 31.48%
G 136 of 378 ~ 35.98%
B 123 of 378 ~ 32.54'%

%31.48
%35.98
%32.54

CMYK color model

#77887B color CMYK value is (13,0,10,47).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 9.56%
  • key color value is 46.67%

CMYK: (13,0,10,47)
C13M0Y10K47 (13%, 0%, 10%, 47%)
(0.13 / 0.00 / 0.10 / 0.47)

CMYK percentages

%12.5
%0
%9.56
%46.67

Codes

Color #77887B in popluar color models

77 88 7B
RGB 119 136 123
HSL 134° 6.67% 50.00%
HSB/HSV 134° 12.50% 53.33%
CMYK 12.50% 0.00% 9.56%
46.67%

Color #77887B in popluar number systems.

HEX 77 88 7B
Decimal 119 136 123
Binary 1110111 10001000 1111011
Octal 167 210 173

Shades and tints

Shades of #77887B

#77887B
(119,136,123)
#6D7C70
(109,124,112)
#637065
(99,112,101)
#59645A
(89,100,90)
#4F584F
(79,88,79)
#454C44
(69,76,68)
#3B4039
(59,64,57)
#31342E
(49,52,46)
#272823
(39,40,35)
#1D1C18
(29,28,24)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #77887B

#77887B
(119,136,123)
#839287
(131,146,135)
#8F9C93
(143,156,147)
#9BA69F
(155,166,159)
#A7B0AB
(167,176,171)
#B3BAB7
(179,186,183)
#BFC4C3
(191,196,195)
#CBCECF
(203,206,207)
#D7D8DB
(215,216,219)
#E3E2E7
(227,226,231)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77887B color. Also use rgb(119,136,123) instead hex code.

Text Font Color

.myTextColor { color: #77887B; }

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

This text font color is #77887B.

Background Color

.myBgColor { background-color: #77887B; }

<div style="background-color:#77887B">Inner text</div>

This div background color is #77887B.

Border color

.myBorderColor { border: 1px solid #77887B; }

<div style="border:3px solid #77887B">Div</div>

This div border color is #77887B.

Opacity

.myOpacity80 { color: #77887B; opacity: 0.8; }

<p style="color:#77887B;opacity:0.8;">80%</p>

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

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

This text has shadow with #77887B color.


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

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

This text has shadow with #77887B primary color and red secondary color.


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

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

This text has shadow with #77887B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #77887B.

Preview

Color preview on black background

This text has color #77887B on black background.


Color preview on white background

This text has color #77887B on white background.


Black color preview on #77887B background

This text has black color on #77887B background.


White color preview on #77887B background

This text has white color on #77887B background.


Related colors

Complementary color

Complementary color for #hex is #887784.


I love getcolorcode.com

Triadic colors

1 #7B7788 and #887B77 with #77887B are triadic colors.

2 #7B8877 and #88777B with #77887B are triadic colors.