COLOR #7A886C

HEX: #7A886C
RGB: (122,136,108)

Color info

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

RGB color model

#7A886C color RGB value is (122,136,108).

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

RGB channels and saturation

R 122 of 255 = 48%
G 136 of 255 = 53%
B 108 of 255 = 42%

122
136
108

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

Portions of RGB colors in percentages

R + G + B =
122 + 136 + 108 = 366 (100%)
R 122 of 366 ~ 33.33%
G 136 of 366 ~ 37.16%
B 108 of 366 ~ 29.51%

%33.33
%37.16
%29.51

CMYK color model

#7A886C color CMYK value is (10,0,21,47).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 46.67%
CMYK:
(10,0,21,47)
C10M0Y21K47 
(10%,0%,21%,47%)
(0.10/0.00/0.21/0.47)	

CMYK percentages

%10.29
%0
%20.59
%46.67

Codes

Color #7A886C in popluar color models

7A886C
RGB122136108
HSL90°11.48%47.84%
HSB/HSV90°20.59%53.33%
CMYK10.29%0.00%20.59%
46.67%

Color #7A886C in popluar number systems.

HEX7A886C
Decimal122136108
Binary1111010100010001101100
Octal172210154

Shades and tints

Shades of #7A886C

#7A886C
(122,136,108)
#6F7C63
(111,124,99)
#64705A
(100,112,90)
#596451
(89,100,81)
#4E5848
(78,88,72)
#434C3F
(67,76,63)
#384036
(56,64,54)
#2D342D
(45,52,45)
#222824
(34,40,36)
#171C1B
(23,28,27)
#0C1012
(12,16,18)
#000000
(0,0,0)

Tints of #7A886C

#7A886C
(122,136,108)
#869279
(134,146,121)
#929C86
(146,156,134)
#9EA693
(158,166,147)
#AAB0A0
(170,176,160)
#B6BAAD
(182,186,173)
#C2C4BA
(194,196,186)
#CECEC7
(206,206,199)
#DAD8D4
(218,216,212)
#E6E2E1
(230,226,225)
#F2ECEE
(242,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A886C; }

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

This text font color is #7A886C.


Background Color

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

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

This div background color is #7A886C.


Border color

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

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

This div border color is #7A886C.


Opacity

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

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

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

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

This text has shadow with #7A886C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A886C on black background.


Color preview on white background

This text has color #7A886C on white background.



Black color preview on #7A886C background

This text has black color on #7A886C background.


White color preview on #7A886C background

This text has white color on #7A886C background.