COLOR #7B826D

HEX: #7B826D RGB: (123,130,109)

Color info

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

RGB color model

#7B826D color RGB value is (123,130,109).

RGB: (123,130,109) (48%, 51%, 43%)

RGB channels and saturation

R 123 of 255 = 48%
G 130 of 255 = 51%
B 109 of 255 = 43%

123
130
109

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

Portions of RGB colors in percentages

R + G + B = 123 + 130 + 109 = 362 (100%)
R 123 of 362 ~ 33.98%
G 130 of 362 ~ 35.91%
B 109 of 362 ~ 30.11'%

%33.98
%35.91
%30.11

CMYK color model

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

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

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

CMYK percentages

%5.38
%0
%16.15
%49.02

Codes

Color #7B826D in popluar color models

7B 82 6D
RGB 123 130 109
HSL 80° 8.79% 46.86%
HSB/HSV 80° 16.15% 50.98%
CMYK 5.38% 0.00% 16.15%
49.02%

Color #7B826D in popluar number systems.

HEX 7B 82 6D
Decimal 123 130 109
Binary 1111011 10000010 1101101
Octal 173 202 155

Shades and tints

Shades of #7B826D

#7B826D
(123,130,109)
#707764
(112,119,100)
#656C5B
(101,108,91)
#5A6152
(90,97,82)
#4F5649
(79,86,73)
#444B40
(68,75,64)
#394037
(57,64,55)
#2E352E
(46,53,46)
#232A25
(35,42,37)
#181F1C
(24,31,28)
#0D1413
(13,20,19)
#000000
(0,0,0)

Tints of #7B826D

#7B826D
(123,130,109)
#878D7A
(135,141,122)
#939887
(147,152,135)
#9FA394
(159,163,148)
#ABAEA1
(171,174,161)
#B7B9AE
(183,185,174)
#C3C4BB
(195,196,187)
#CFCFC8
(207,207,200)
#DBDAD5
(219,218,213)
#E7E5E2
(231,229,226)
#F3F0EF
(243,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B826D; }

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

This text font color is #7B826D.

Background Color

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

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

This div background color is #7B826D.

Border color

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

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

This div border color is #7B826D.

Opacity

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

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

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

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

This text has shadow with #7B826D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B826D.

Preview

Color preview on black background

This text has color #7B826D on black background.


Color preview on white background

This text has color #7B826D on white background.


Black color preview on #7B826D background

This text has black color on #7B826D background.


White color preview on #7B826D background

This text has white color on #7B826D background.


Related colors

Complementary color

Complementary color for #hex is #847D92.


I love getcolorcode.com

Triadic colors

1 #6D7B82 and #826D7B with #7B826D are triadic colors.

2 #6D827B and #827B6D with #7B826D are triadic colors.