COLOR #7B816C

HEX: #7B816C RGB: (123,129,108)

Color info

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

RGB color model

#7B816C color RGB value is (123,129,108).

RGB: (123,129,108) (48%, 51%, 42%)

RGB channels and saturation

R 123 of 255 = 48%
G 129 of 255 = 51%
B 108 of 255 = 42%

123
129
108

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

Portions of RGB colors in percentages

R + G + B = 123 + 129 + 108 = 360 (100%)
R 123 of 360 ~ 34.17%
G 129 of 360 ~ 35.83%
B 108 of 360 ~ 30'%

%34.17
%35.83
%30

CMYK color model

#7B816C color CMYK value is (5,0,16,49).

  • cyan value is 4.65%
  • magenta value is 0.00%
  • yellow value is 16.28%
  • key color value is 49.41%

CMYK: (5,0,16,49)
C5M0Y16K49 (5%, 0%, 16%, 49%)
(0.05 / 0.00 / 0.16 / 0.49)

CMYK percentages

%4.65
%0
%16.28
%49.41

Codes

Color #7B816C in popluar color models

7B 81 6C
RGB 123 129 108
HSL 77° 8.86% 46.47%
HSB/HSV 77° 16.28% 50.59%
CMYK 4.65% 0.00% 16.28%
49.41%

Color #7B816C in popluar number systems.

HEX 7B 81 6C
Decimal 123 129 108
Binary 1111011 10000001 1101100
Octal 173 201 154

Shades and tints

Shades of #7B816C

#7B816C
(123,129,108)
#707663
(112,118,99)
#656B5A
(101,107,90)
#5A6051
(90,96,81)
#4F5548
(79,85,72)
#444A3F
(68,74,63)
#393F36
(57,63,54)
#2E342D
(46,52,45)
#232924
(35,41,36)
#181E1B
(24,30,27)
#0D1312
(13,19,18)
#000000
(0,0,0)

Tints of #7B816C

#7B816C
(123,129,108)
#878C79
(135,140,121)
#939786
(147,151,134)
#9FA293
(159,162,147)
#ABADA0
(171,173,160)
#B7B8AD
(183,184,173)
#C3C3BA
(195,195,186)
#CFCEC7
(207,206,199)
#DBD9D4
(219,217,212)
#E7E4E1
(231,228,225)
#F3EFEE
(243,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B816C color. Also use rgb(123,129,108) instead hex code.

Text Font Color

.myTextColor { color: #7B816C; }

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

This text font color is #7B816C.

Background Color

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

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

This div background color is #7B816C.

Border color

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

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

This div border color is #7B816C.

Opacity

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

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

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

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

This text has shadow with #7B816C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B816C.

Preview

Color preview on black background

This text has color #7B816C on black background.


Color preview on white background

This text has color #7B816C on white background.


Black color preview on #7B816C background

This text has black color on #7B816C background.


White color preview on #7B816C background

This text has white color on #7B816C background.


Related colors

Complementary color

Complementary color for #hex is #847E93.


I love getcolorcode.com

Triadic colors

1 #6C7B81 and #816C7B with #7B816C are triadic colors.

2 #6C817B and #817B6C with #7B816C are triadic colors.