COLOR #7B877C

HEX: #7B877C RGB: (123,135,124)

Color info

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

RGB color model

#7B877C color RGB value is (123,135,124).

RGB: (123,135,124) (48%, 53%, 49%)

RGB channels and saturation

R 123 of 255 = 48%
G 135 of 255 = 53%
B 124 of 255 = 49%

123
135
124

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

Portions of RGB colors in percentages

R + G + B = 123 + 135 + 124 = 382 (100%)
R 123 of 382 ~ 32.2%
G 135 of 382 ~ 35.34%
B 124 of 382 ~ 32.46'%

%32.2
%35.34
%32.46

CMYK color model

#7B877C color CMYK value is (9,0,8,47).

  • cyan value is 8.89%
  • magenta value is 0.00%
  • yellow value is 8.15%
  • key color value is 47.06%
CMYK: (9,0,8,47) C9M0Y8K47 (9%,0%,8%,47%) (0.09/0.00/0.08/0.47) 

CMYK percentages

%8.89
%0
%8.15
%47.06

Codes

Color #7B877C in popluar color models

7B 87 7C
RGB 123 135 124
HSL 125° 4.76% 50.59%
HSB/HSV 125° 8.89% 52.94%
CMYK 8.89% 0.00% 8.15%
47.06%

Color #7B877C in popluar number systems.

HEX 7B 87 7C
Decimal 123 135 124
Binary 1111011 10000111 1111100
Octal 173 207 174

Shades and tints

Shades of #7B877C

#7B877C
(123,135,124)
#707B71
(112,123,113)
#656F66
(101,111,102)
#5A635B
(90,99,91)
#4F5750
(79,87,80)
#444B45
(68,75,69)
#393F3A
(57,63,58)
#2E332F
(46,51,47)
#232724
(35,39,36)
#181B19
(24,27,25)
#0D0F0E
(13,15,14)
#000000
(0,0,0)

Tints of #7B877C

#7B877C
(123,135,124)
#879187
(135,145,135)
#939B92
(147,155,146)
#9FA59D
(159,165,157)
#ABAFA8
(171,175,168)
#B7B9B3
(183,185,179)
#C3C3BE
(195,195,190)
#CFCDC9
(207,205,201)
#DBD7D4
(219,215,212)
#E7E1DF
(231,225,223)
#F3EBEA
(243,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B877C color. Also use rgb(123,135,124) instead hex code.

Text Font Color

.myTextColor { color: #7B877C; }

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

This text font color is #7B877C.

Background Color

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

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

This div background color is #7B877C.

Border color

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

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

This div border color is #7B877C.

Opacity

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

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

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

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

This text has shadow with #7B877C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B877C.

Preview

Color preview on black background

This text has color #7B877C on black background.


Color preview on white background

This text has color #7B877C on white background.


Black color preview on #7B877C background

This text has black color on #7B877C background.


White color preview on #7B877C background

This text has white color on #7B877C background.


Related colors

Complementary color

Complementary color for #hex is #847883.


I love getcolorcode.com

Triadic colors

1 #7C7B87 and #877C7B with #7B877C are triadic colors.

2 #7C877B and #877B7C with #7B877C are triadic colors.