COLOR #7A886E

HEX: #7A886E
RGB: (122,136,110)

Color info

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

RGB color model

#7A886E color RGB value is (122,136,110).

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

RGB channels and saturation

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

122
136
110

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

Portions of RGB colors in percentages

R + G + B =
122 + 136 + 110 = 368 (100%)
R 122 of 368 ~ 33.15%
G 136 of 368 ~ 36.96%
B 110 of 368 ~ 29.89%

%33.15
%36.96
%29.89

CMYK color model

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

  • cyan value is 10.29%
  • 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

%10.29
%0
%19.12
%46.67

Codes

Color #7A886E in popluar color models

7A886E
RGB122136110
HSL92°10.57%48.24%
HSB/HSV92°19.12%53.33%
CMYK10.29%0.00%19.12%
46.67%

Color #7A886E in popluar number systems.

HEX7A886E
Decimal122136110
Binary1111010100010001101110
Octal172210156

Shades and tints

Shades of #7A886E

#7A886E
(122,136,110)
#6F7C64
(111,124,100)
#64705A
(100,112,90)
#596450
(89,100,80)
#4E5846
(78,88,70)
#434C3C
(67,76,60)
#384032
(56,64,50)
#2D3428
(45,52,40)
#22281E
(34,40,30)
#171C14
(23,28,20)
#0C100A
(12,16,10)
#000000
(0,0,0)

Tints of #7A886E

#7A886E
(122,136,110)
#86927B
(134,146,123)
#929C88
(146,156,136)
#9EA695
(158,166,149)
#AAB0A2
(170,176,162)
#B6BAAF
(182,186,175)
#C2C4BC
(194,196,188)
#CECEC9
(206,206,201)
#DAD8D6
(218,216,214)
#E6E2E3
(230,226,227)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A886E; }

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

This text font color is #7A886E.


Background Color

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

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

This div background color is #7A886E.


Border color

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

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

This div border color is #7A886E.


Opacity

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

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

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

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

This text has shadow with #7A886E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A886E on black background.


Color preview on white background

This text has color #7A886E on white background.



Black color preview on #7A886E background

This text has black color on #7A886E background.


White color preview on #7A886E background

This text has white color on #7A886E background.