COLOR #7B886B

HEX: #7B886B RGB: (123,136,107)

Color info

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

RGB color model

#7B886B color RGB value is (123,136,107).

RGB: (123,136,107) (48%, 53%, 42%)

RGB channels and saturation

R 123 of 255 = 48%
G 136 of 255 = 53%
B 107 of 255 = 42%

123
136
107

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

Portions of RGB colors in percentages

R + G + B = 123 + 136 + 107 = 366 (100%)
R 123 of 366 ~ 33.61%
G 136 of 366 ~ 37.16%
B 107 of 366 ~ 29.23'%

%33.61
%37.16
%29.23

CMYK color model

#7B886B color CMYK value is (10,0,21,47).

  • cyan value is 9.56%
  • magenta value is 0.00%
  • yellow value is 21.32%
  • key color value is 46.67%

CMYK: (10,0,21,47)
C10M0Y21K47 (10%, 0%, 21%, 47%)
(0.10 / 0.00 / 0.21 / 0.47)

CMYK percentages

%9.56
%0
%21.32
%46.67

Codes

Color #7B886B in popluar color models

7B 88 6B
RGB 123 136 107
HSL 87° 11.93% 47.65%
HSB/HSV 87° 21.32% 53.33%
CMYK 9.56% 0.00% 21.32%
46.67%

Color #7B886B in popluar number systems.

HEX 7B 88 6B
Decimal 123 136 107
Binary 1111011 10001000 1101011
Octal 173 210 153

Shades and tints

Shades of #7B886B

#7B886B
(123,136,107)
#707C62
(112,124,98)
#657059
(101,112,89)
#5A6450
(90,100,80)
#4F5847
(79,88,71)
#444C3E
(68,76,62)
#394035
(57,64,53)
#2E342C
(46,52,44)
#232823
(35,40,35)
#181C1A
(24,28,26)
#0D1011
(13,16,17)
#000000
(0,0,0)

Tints of #7B886B

#7B886B
(123,136,107)
#879278
(135,146,120)
#939C85
(147,156,133)
#9FA692
(159,166,146)
#ABB09F
(171,176,159)
#B7BAAC
(183,186,172)
#C3C4B9
(195,196,185)
#CFCEC6
(207,206,198)
#DBD8D3
(219,216,211)
#E7E2E0
(231,226,224)
#F3ECED
(243,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B886B; }

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

This text font color is #7B886B.

Background Color

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

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

This div background color is #7B886B.

Border color

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

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

This div border color is #7B886B.

Opacity

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

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

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

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

This text has shadow with #7B886B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B886B.

Preview

Color preview on black background

This text has color #7B886B on black background.


Color preview on white background

This text has color #7B886B on white background.


Black color preview on #7B886B background

This text has black color on #7B886B background.


White color preview on #7B886B background

This text has white color on #7B886B background.


Related colors

Complementary color

Complementary color for #hex is #847794.


I love getcolorcode.com

Triadic colors

1 #6B7B88 and #886B7B with #7B886B are triadic colors.

2 #6B887B and #887B6B with #7B886B are triadic colors.