COLOR #76877C

HEX: #76877C RGB: (118,135,124)

Color info

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

RGB color model

#76877C color RGB value is (118,135,124).

RGB: (118,135,124) (46%, 53%, 49%)

RGB channels and saturation

R 118 of 255 = 46%
G 135 of 255 = 53%
B 124 of 255 = 49%

118
135
124

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

Portions of RGB colors in percentages

R + G + B = 118 + 135 + 124 = 377 (100%)
R 118 of 377 ~ 31.3%
G 135 of 377 ~ 35.81%
B 124 of 377 ~ 32.89'%

%31.3
%35.81
%32.89

CMYK color model

#76877C color CMYK value is (13,0,8,47).

  • cyan value is 12.59%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 47.06%

CMYK: (13,0,8,47)
C13M0Y8K47 (13%, 0%, 8%, 47%)
(0.13 / 0.00 / 0.08 / 0.47)

CMYK percentages

%12.59
%0
%8.15
%47.06

Codes

Color #76877C in popluar color models

76 87 7C
RGB 118 135 124
HSL 141° 6.72% 49.61%
HSB/HSV 141° 12.59% 52.94%
CMYK 12.59% 0.00% 8.15%
47.06%

Color #76877C in popluar number systems.

HEX 76 87 7C
Decimal 118 135 124
Binary 1110110 10000111 1111100
Octal 166 207 174

Shades and tints

Shades of #76877C

#76877C
(118,135,124)
#6C7B71
(108,123,113)
#626F66
(98,111,102)
#58635B
(88,99,91)
#4E5750
(78,87,80)
#444B45
(68,75,69)
#3A3F3A
(58,63,58)
#30332F
(48,51,47)
#262724
(38,39,36)
#1C1B19
(28,27,25)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #76877C

#76877C
(118,135,124)
#829187
(130,145,135)
#8E9B92
(142,155,146)
#9AA59D
(154,165,157)
#A6AFA8
(166,175,168)
#B2B9B3
(178,185,179)
#BEC3BE
(190,195,190)
#CACDC9
(202,205,201)
#D6D7D4
(214,215,212)
#E2E1DF
(226,225,223)
#EEEBEA
(238,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76877C color. Also use rgb(118,135,124) instead hex code.

Text Font Color

.myTextColor { color: #76877C; }

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

This text font color is #76877C.

Background Color

.myBgColor { background-color: #76877C; }

<div style="background-color:#76877C">Inner text</div>

This div background color is #76877C.

Border color

.myBorderColor { border: 1px solid #76877C; }

<div style="border:3px solid #76877C">Div</div>

This div border color is #76877C.

Opacity

.myOpacity80 { color: #76877C; opacity: 0.8; }

<p style="color:#76877C;opacity:0.8;">80%</p>

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

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

This text has shadow with #76877C color.


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

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

This text has shadow with #76877C primary color and red secondary color.


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

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

This text has shadow with #76877C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76877C.

Preview

Color preview on black background

This text has color #76877C on black background.


Color preview on white background

This text has color #76877C on white background.


Black color preview on #76877C background

This text has black color on #76877C background.


White color preview on #76877C background

This text has white color on #76877C background.


Related colors

Complementary color

Complementary color for #hex is #897883.


I love getcolorcode.com

Triadic colors

1 #7C7687 and #877C76 with #76877C are triadic colors.

2 #7C8776 and #87767C with #76877C are triadic colors.