COLOR #7A884B

HEX: #7A884B
RGB: (122,136,75)

Color info

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

RGB color model

#7A884B color RGB value is (122,136,75).

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

RGB channels and saturation

R 122 of 255 = 48%
G 136 of 255 = 53%
B 75 of 255 = 29%

122
136
75

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

Portions of RGB colors in percentages

R + G + B =
122 + 136 + 75 = 333 (100%)
R 122 of 333 ~ 36.64%
G 136 of 333 ~ 40.84%
B 75 of 333 ~ 22.52%

%36.64
%40.84
%22.52

CMYK color model

#7A884B color CMYK value is (10,0,45,47).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 44.85%
  • key color value is 46.67%
CMYK:
(10,0,45,47)
C10M0Y45K47 
(10%,0%,45%,47%)
(0.10/0.00/0.45/0.47)	

CMYK percentages

%10.29
%0
%44.85
%46.67

Codes

Color #7A884B in popluar color models

7A884B
RGB12213675
HSL74°28.91%41.37%
HSB/HSV74°44.85%53.33%
CMYK10.29%0.00%44.85%
46.67%

Color #7A884B in popluar number systems.

HEX7A884B
Decimal12213675
Binary1111010100010001001011
Octal172210113

Shades and tints

Shades of #7A884B

#7A884B
(122,136,75)
#6F7C45
(111,124,69)
#64703F
(100,112,63)
#596439
(89,100,57)
#4E5833
(78,88,51)
#434C2D
(67,76,45)
#384027
(56,64,39)
#2D3421
(45,52,33)
#22281B
(34,40,27)
#171C15
(23,28,21)
#0C100F
(12,16,15)
#000000
(0,0,0)

Tints of #7A884B

#7A884B
(122,136,75)
#86925B
(134,146,91)
#929C6B
(146,156,107)
#9EA67B
(158,166,123)
#AAB08B
(170,176,139)
#B6BA9B
(182,186,155)
#C2C4AB
(194,196,171)
#CECEBB
(206,206,187)
#DAD8CB
(218,216,203)
#E6E2DB
(230,226,219)
#F2ECEB
(242,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A884B color. Also use rgb(122,136,75) instead hex code.

Text Font Color

.myTextColor { color: #7A884B; }

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

This text font color is #7A884B.


Background Color

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

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

This div background color is #7A884B.


Border color

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

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

This div border color is #7A884B.


Opacity

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

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

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

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

This text has shadow with #7A884B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A884B on black background.


Color preview on white background

This text has color #7A884B on white background.



Black color preview on #7A884B background

This text has black color on #7A884B background.


White color preview on #7A884B background

This text has white color on #7A884B background.