COLOR #7A886F

HEX: #7A886F
RGB: (122,136,111)

Color info

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

RGB color model

#7A886F color RGB value is (122,136,111).

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

RGB channels and saturation

R 122 of 255 = 48%
G 136 of 255 = 53%
B 111 of 255 = 44%

122
136
111

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

Portions of RGB colors in percentages

R + G + B =
122 + 136 + 111 = 369 (100%)
R 122 of 369 ~ 33.06%
G 136 of 369 ~ 36.86%
B 111 of 369 ~ 30.08%

%33.06
%36.86
%30.08

CMYK color model

#7A886F color CMYK value is (10,0,18,47).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 18.38%
  • key color value is 46.67%
CMYK:
(10,0,18,47)
C10M0Y18K47 
(10%,0%,18%,47%)
(0.10/0.00/0.18/0.47)	

CMYK percentages

%10.29
%0
%18.38
%46.67

Codes

Color #7A886F in popluar color models

7A886F
RGB122136111
HSL94°10.12%48.43%
HSB/HSV94°18.38%53.33%
CMYK10.29%0.00%18.38%
46.67%

Color #7A886F in popluar number systems.

HEX7A886F
Decimal122136111
Binary1111010100010001101111
Octal172210157

Shades and tints

Shades of #7A886F

#7A886F
(122,136,111)
#6F7C65
(111,124,101)
#64705B
(100,112,91)
#596451
(89,100,81)
#4E5847
(78,88,71)
#434C3D
(67,76,61)
#384033
(56,64,51)
#2D3429
(45,52,41)
#22281F
(34,40,31)
#171C15
(23,28,21)
#0C100B
(12,16,11)
#000000
(0,0,0)

Tints of #7A886F

#7A886F
(122,136,111)
#86927C
(134,146,124)
#929C89
(146,156,137)
#9EA696
(158,166,150)
#AAB0A3
(170,176,163)
#B6BAB0
(182,186,176)
#C2C4BD
(194,196,189)
#CECECA
(206,206,202)
#DAD8D7
(218,216,215)
#E6E2E4
(230,226,228)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A886F; }

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

This text font color is #7A886F.


Background Color

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

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

This div background color is #7A886F.


Border color

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

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

This div border color is #7A886F.


Opacity

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

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

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

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

This text has shadow with #7A886F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A886F on black background.


Color preview on white background

This text has color #7A886F on white background.



Black color preview on #7A886F background

This text has black color on #7A886F background.


White color preview on #7A886F background

This text has white color on #7A886F background.