COLOR #7B886A

HEX: #7B886A
RGB: (123,136,106)

Color info

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

RGB color model

#7B886A color RGB value is (123,136,106).

  • red value is 123;
  • green value is 136;
  • blue value is 106.
RGB:
(123,136,106)
(48%,53%,42%)

RGB channels and saturation

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

123
136
106

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

Portions of RGB colors in percentages

R + G + B =
123 + 136 + 106 = 365 (100%)
R 123 of 365 ~ 33.7%
G 136 of 365 ~ 37.26%
B 106 of 365 ~ 29.04%

%33.7
%37.26
%29.04

CMYK color model

#7B886A color CMYK value is (10,0,22,47).

  • cyan value is 9.56%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 46.67%
CMYK:
(10,0,22,47)
C10M0Y22K47 
(10%,0%,22%,47%)
(0.10/0.00/0.22/0.47)	

CMYK percentages

%9.56
%0
%22.06
%46.67

Codes

Color #7B886A in popluar color models

7B886A
RGB123136106
HSL86°12.40%47.45%
HSB/HSV86°22.06%53.33%
CMYK9.56%0.00%22.06%
46.67%

Color #7B886A in popluar number systems.

HEX7B886A
Decimal123136106
Binary1111011100010001101010
Octal173210152

Shades and tints

Shades of #7B886A

#7B886A
(123,136,106)
#707C61
(112,124,97)
#657058
(101,112,88)
#5A644F
(90,100,79)
#4F5846
(79,88,70)
#444C3D
(68,76,61)
#394034
(57,64,52)
#2E342B
(46,52,43)
#232822
(35,40,34)
#181C19
(24,28,25)
#0D1010
(13,16,16)
#000000
(0,0,0)

Tints of #7B886A

#7B886A
(123,136,106)
#879277
(135,146,119)
#939C84
(147,156,132)
#9FA691
(159,166,145)
#ABB09E
(171,176,158)
#B7BAAB
(183,186,171)
#C3C4B8
(195,196,184)
#CFCEC5
(207,206,197)
#DBD8D2
(219,216,210)
#E7E2DF
(231,226,223)
#F3ECEC
(243,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B886A; }

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

This text font color is #7B886A.


Background Color

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

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

This div background color is #7B886A.


Border color

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

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

This div border color is #7B886A.


Opacity

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

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

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

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

This text has shadow with #7B886A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B886A on black background.


Color preview on white background

This text has color #7B886A on white background.



Black color preview on #7B886A background

This text has black color on #7B886A background.


White color preview on #7B886A background

This text has white color on #7B886A background.