COLOR #7A885D

HEX: #7A885D
RGB: (122,136,93)

Color info

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

RGB color model

#7A885D color RGB value is (122,136,93).

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

RGB channels and saturation

R 122 of 255 = 48%
G 136 of 255 = 53%
B 93 of 255 = 36%

122
136
93

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

Portions of RGB colors in percentages

R + G + B =
122 + 136 + 93 = 351 (100%)
R 122 of 351 ~ 34.76%
G 136 of 351 ~ 38.75%
B 93 of 351 ~ 26.5%

%34.76
%38.75
%26.5

CMYK color model

#7A885D color CMYK value is (10,0,32,47).

  • cyan value is 10.29%
  • magenta value is 0.00%
  • yellow value is 31.62%
  • key color value is 46.67%
CMYK:
(10,0,32,47)
C10M0Y32K47 
(10%,0%,32%,47%)
(0.10/0.00/0.32/0.47)	

CMYK percentages

%10.29
%0
%31.62
%46.67

Codes

Color #7A885D in popluar color models

7A885D
RGB12213693
HSL80°18.78%44.90%
HSB/HSV80°31.62%53.33%
CMYK10.29%0.00%31.62%
46.67%

Color #7A885D in popluar number systems.

HEX7A885D
Decimal12213693
Binary1111010100010001011101
Octal172210135

Shades and tints

Shades of #7A885D

#7A885D
(122,136,93)
#6F7C55
(111,124,85)
#64704D
(100,112,77)
#596445
(89,100,69)
#4E583D
(78,88,61)
#434C35
(67,76,53)
#38402D
(56,64,45)
#2D3425
(45,52,37)
#22281D
(34,40,29)
#171C15
(23,28,21)
#0C100D
(12,16,13)
#000000
(0,0,0)

Tints of #7A885D

#7A885D
(122,136,93)
#86926B
(134,146,107)
#929C79
(146,156,121)
#9EA687
(158,166,135)
#AAB095
(170,176,149)
#B6BAA3
(182,186,163)
#C2C4B1
(194,196,177)
#CECEBF
(206,206,191)
#DAD8CD
(218,216,205)
#E6E2DB
(230,226,219)
#F2ECE9
(242,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A885D; }

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

This text font color is #7A885D.


Background Color

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

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

This div background color is #7A885D.


Border color

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

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

This div border color is #7A885D.


Opacity

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

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

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

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

This text has shadow with #7A885D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A885D on black background.


Color preview on white background

This text has color #7A885D on white background.



Black color preview on #7A885D background

This text has black color on #7A885D background.


White color preview on #7A885D background

This text has white color on #7A885D background.