COLOR #7B826B

HEX: #7B826B RGB: (123,130,107)

Color info

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

RGB color model

#7B826B color RGB value is (123,130,107).

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

RGB channels and saturation

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

123
130
107

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

Portions of RGB colors in percentages

R + G + B = 123 + 130 + 107 = 360 (100%)
R 123 of 360 ~ 34.17%
G 130 of 360 ~ 36.11%
B 107 of 360 ~ 29.72'%

%34.17
%36.11
%29.72

CMYK color model

#7B826B color CMYK value is (5,0,18,49).

  • cyan value is 5.38%
  • magenta value is 0.00%
  • yellow value is 17.69%
  • key color value is 49.02%

CMYK: (5,0,18,49)
C5M0Y18K49 (5%, 0%, 18%, 49%)
(0.05 / 0.00 / 0.18 / 0.49)

CMYK percentages

%5.38
%0
%17.69
%49.02

Codes

Color #7B826B in popluar color models

7B 82 6B
RGB 123 130 107
HSL 78° 9.70% 46.47%
HSB/HSV 78° 17.69% 50.98%
CMYK 5.38% 0.00% 17.69%
49.02%

Color #7B826B in popluar number systems.

HEX 7B 82 6B
Decimal 123 130 107
Binary 1111011 10000010 1101011
Octal 173 202 153

Shades and tints

Shades of #7B826B

#7B826B
(123,130,107)
#707762
(112,119,98)
#656C59
(101,108,89)
#5A6150
(90,97,80)
#4F5647
(79,86,71)
#444B3E
(68,75,62)
#394035
(57,64,53)
#2E352C
(46,53,44)
#232A23
(35,42,35)
#181F1A
(24,31,26)
#0D1411
(13,20,17)
#000000
(0,0,0)

Tints of #7B826B

#7B826B
(123,130,107)
#878D78
(135,141,120)
#939885
(147,152,133)
#9FA392
(159,163,146)
#ABAE9F
(171,174,159)
#B7B9AC
(183,185,172)
#C3C4B9
(195,196,185)
#CFCFC6
(207,207,198)
#DBDAD3
(219,218,211)
#E7E5E0
(231,229,224)
#F3F0ED
(243,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B826B; }

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

This text font color is #7B826B.

Background Color

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

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

This div background color is #7B826B.

Border color

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

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

This div border color is #7B826B.

Opacity

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

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

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

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

This text has shadow with #7B826B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B826B.

Preview

Color preview on black background

This text has color #7B826B on black background.


Color preview on white background

This text has color #7B826B on white background.


Black color preview on #7B826B background

This text has black color on #7B826B background.


White color preview on #7B826B background

This text has white color on #7B826B background.


Related colors

Complementary color

Complementary color for #hex is #847D94.


I love getcolorcode.com

Triadic colors

1 #6B7B82 and #826B7B with #7B826B are triadic colors.

2 #6B827B and #827B6B with #7B826B are triadic colors.