COLOR #7B886E

HEX: #7B886E RGB: (123,136,110)

Color info

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

RGB color model

#7B886E color RGB value is (123,136,110).

RGB: (123,136,110) (48%, 53%, 43%)

RGB channels and saturation

R 123 of 255 = 48%
G 136 of 255 = 53%
B 110 of 255 = 43%

123
136
110

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

Portions of RGB colors in percentages

R + G + B = 123 + 136 + 110 = 369 (100%)
R 123 of 369 ~ 33.33%
G 136 of 369 ~ 36.86%
B 110 of 369 ~ 29.81'%

%33.33
%36.86
%29.81

CMYK color model

#7B886E color CMYK value is (10,0,19,47).

  • cyan value is 9.56%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 46.67%
CMYK: (10,0,19,47) C10M0Y19K47 (10%,0%,19%,47%) (0.10/0.00/0.19/0.47) 

CMYK percentages

%9.56
%0
%19.12
%46.67

Codes

Color #7B886E in popluar color models

7B 88 6E
RGB 123 136 110
HSL 90° 10.57% 48.24%
HSB/HSV 90° 19.12% 53.33%
CMYK 9.56% 0.00% 19.12%
46.67%

Color #7B886E in popluar number systems.

HEX 7B 88 6E
Decimal 123 136 110
Binary 1111011 10001000 1101110
Octal 173 210 156

Shades and tints

Shades of #7B886E

#7B886E
(123,136,110)
#707C64
(112,124,100)
#65705A
(101,112,90)
#5A6450
(90,100,80)
#4F5846
(79,88,70)
#444C3C
(68,76,60)
#394032
(57,64,50)
#2E3428
(46,52,40)
#23281E
(35,40,30)
#181C14
(24,28,20)
#0D100A
(13,16,10)
#000000
(0,0,0)

Tints of #7B886E

#7B886E
(123,136,110)
#87927B
(135,146,123)
#939C88
(147,156,136)
#9FA695
(159,166,149)
#ABB0A2
(171,176,162)
#B7BAAF
(183,186,175)
#C3C4BC
(195,196,188)
#CFCEC9
(207,206,201)
#DBD8D6
(219,216,214)
#E7E2E3
(231,226,227)
#F3ECF0
(243,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B886E; }

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

This text font color is #7B886E.

Background Color

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

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

This div background color is #7B886E.

Border color

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

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

This div border color is #7B886E.

Opacity

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

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

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

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

This text has shadow with #7B886E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B886E.

Preview

Color preview on black background

This text has color #7B886E on black background.


Color preview on white background

This text has color #7B886E on white background.


Black color preview on #7B886E background

This text has black color on #7B886E background.


White color preview on #7B886E background

This text has white color on #7B886E background.


Related colors

Complementary color

Complementary color for #hex is #847791.


I love getcolorcode.com

Triadic colors

1 #6E7B88 and #886E7B with #7B886E are triadic colors.

2 #6E887B and #887B6E with #7B886E are triadic colors.