COLOR #7B884A

HEX: #7B884A
RGB: (123,136,74)

Color info

#7B884A contains mainly red and green colors. Web safe color of #7B884A is #669933 (or #693).

RGB color model

#7B884A color RGB value is (123,136,74).

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

RGB channels and saturation

R 123 of 255 = 48%
G 136 of 255 = 53%
B 74 of 255 = 29%

123
136
74

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

Portions of RGB colors in percentages

R + G + B =
123 + 136 + 74 = 333 (100%)
R 123 of 333 ~ 36.94%
G 136 of 333 ~ 40.84%
B 74 of 333 ~ 22.22%

%36.94
%40.84
%22.22

CMYK color model

#7B884A color CMYK value is (10,0,46,47).

  • cyan value is 9.56%
  • magenta value is 0.00%
  • yellow value is 45.59%
  • key color value is 46.67%
CMYK:
(10,0,46,47)
C10M0Y46K47 
(10%,0%,46%,47%)
(0.10/0.00/0.46/0.47)	

CMYK percentages

%9.56
%0
%45.59
%46.67

Codes

Color #7B884A in popluar color models

7B884A
RGB12313674
HSL73°29.52%41.18%
HSB/HSV73°45.59%53.33%
CMYK9.56%0.00%45.59%
46.67%

Color #7B884A in popluar number systems.

HEX7B884A
Decimal12313674
Binary1111011100010001001010
Octal173210112

Shades and tints

Shades of #7B884A

#7B884A
(123,136,74)
#707C44
(112,124,68)
#65703E
(101,112,62)
#5A6438
(90,100,56)
#4F5832
(79,88,50)
#444C2C
(68,76,44)
#394026
(57,64,38)
#2E3420
(46,52,32)
#23281A
(35,40,26)
#181C14
(24,28,20)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #7B884A

#7B884A
(123,136,74)
#87925A
(135,146,90)
#939C6A
(147,156,106)
#9FA67A
(159,166,122)
#ABB08A
(171,176,138)
#B7BA9A
(183,186,154)
#C3C4AA
(195,196,170)
#CFCEBA
(207,206,186)
#DBD8CA
(219,216,202)
#E7E2DA
(231,226,218)
#F3ECEA
(243,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B884A; }

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

This text font color is #7B884A.


Background Color

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

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

This div background color is #7B884A.


Border color

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

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

This div border color is #7B884A.


Opacity

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

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

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

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

This text has shadow with #7B884A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B884A on black background.


Color preview on white background

This text has color #7B884A on white background.



Black color preview on #7B884A background

This text has black color on #7B884A background.


White color preview on #7B884A background

This text has white color on #7B884A background.