COLOR #7B816B

HEX: #7B816B RGB: (123,129,107)

Color info

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

RGB color model

#7B816B color RGB value is (123,129,107).

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

RGB channels and saturation

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

123
129
107

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

Portions of RGB colors in percentages

R + G + B = 123 + 129 + 107 = 359 (100%)
R 123 of 359 ~ 34.26%
G 129 of 359 ~ 35.93%
B 107 of 359 ~ 29.81'%

%34.26
%35.93
%29.81

CMYK color model

#7B816B color CMYK value is (5,0,17,49).

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

CMYK: (5,0,17,49)
C5M0Y17K49 (5%, 0%, 17%, 49%)
(0.05 / 0.00 / 0.17 / 0.49)

CMYK percentages

%4.65
%0
%17.05
%49.41

Codes

Color #7B816B in popluar color models

7B 81 6B
RGB 123 129 107
HSL 76° 9.32% 46.27%
HSB/HSV 76° 17.05% 50.59%
CMYK 4.65% 0.00% 17.05%
49.41%

Color #7B816B in popluar number systems.

HEX 7B 81 6B
Decimal 123 129 107
Binary 1111011 10000001 1101011
Octal 173 201 153

Shades and tints

Shades of #7B816B

#7B816B
(123,129,107)
#707662
(112,118,98)
#656B59
(101,107,89)
#5A6050
(90,96,80)
#4F5547
(79,85,71)
#444A3E
(68,74,62)
#393F35
(57,63,53)
#2E342C
(46,52,44)
#232923
(35,41,35)
#181E1A
(24,30,26)
#0D1311
(13,19,17)
#000000
(0,0,0)

Tints of #7B816B

#7B816B
(123,129,107)
#878C78
(135,140,120)
#939785
(147,151,133)
#9FA292
(159,162,146)
#ABAD9F
(171,173,159)
#B7B8AC
(183,184,172)
#C3C3B9
(195,195,185)
#CFCEC6
(207,206,198)
#DBD9D3
(219,217,211)
#E7E4E0
(231,228,224)
#F3EFED
(243,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B816B; }

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

This text font color is #7B816B.

Background Color

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

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

This div background color is #7B816B.

Border color

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

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

This div border color is #7B816B.

Opacity

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

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

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

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

This text has shadow with #7B816B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B816B.

Preview

Color preview on black background

This text has color #7B816B on black background.


Color preview on white background

This text has color #7B816B on white background.


Black color preview on #7B816B background

This text has black color on #7B816B background.


White color preview on #7B816B background

This text has white color on #7B816B background.


Related colors

Complementary color

Complementary color for #hex is #847E94.


I love getcolorcode.com

Triadic colors

1 #6B7B81 and #816B7B with #7B816B are triadic colors.

2 #6B817B and #817B6B with #7B816B are triadic colors.