COLOR #7A955C

HEX: #7A955C
RGB: (122,149,92)

Color info

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

RGB color model

#7A955C color RGB value is (122,149,92).

  • red value is 122;
  • green value is 149;
  • blue value is 92.
RGB:
(122,149,92)
(48%,58%,36%)

RGB channels and saturation

R 122 of 255 = 48%
G 149 of 255 = 58%
B 92 of 255 = 36%

122
149
92

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

Portions of RGB colors in percentages

R + G + B =
122 + 149 + 92 = 363 (100%)
R 122 of 363 ~ 33.61%
G 149 of 363 ~ 41.05%
B 92 of 363 ~ 25.34%

%33.61
%41.05
%25.34

CMYK color model

#7A955C color CMYK value is (18,0,38,42).

  • cyan value is 18.12%
  • magenta value is 0.00%
  • yellow value is 38.26%
  • key color value is 41.57%
CMYK:
(18,0,38,42)
C18M0Y38K42 
(18%,0%,38%,42%)
(0.18/0.00/0.38/0.42)	

CMYK percentages

%18.12
%0
%38.26
%41.57

Codes

Color #7A955C in popluar color models

7A955C
RGB12214992
HSL88°23.65%47.25%
HSB/HSV88°38.26%58.43%
CMYK18.12%0.00%38.26%
41.57%

Color #7A955C in popluar number systems.

HEX7A955C
Decimal12214992
Binary1111010100101011011100
Octal172225134

Shades and tints

Shades of #7A955C

#7A955C
(122,149,92)
#6F8854
(111,136,84)
#647B4C
(100,123,76)
#596E44
(89,110,68)
#4E613C
(78,97,60)
#435434
(67,84,52)
#38472C
(56,71,44)
#2D3A24
(45,58,36)
#222D1C
(34,45,28)
#172014
(23,32,20)
#0C130C
(12,19,12)
#000000
(0,0,0)

Tints of #7A955C

#7A955C
(122,149,92)
#869E6A
(134,158,106)
#92A778
(146,167,120)
#9EB086
(158,176,134)
#AAB994
(170,185,148)
#B6C2A2
(182,194,162)
#C2CBB0
(194,203,176)
#CED4BE
(206,212,190)
#DADDCC
(218,221,204)
#E6E6DA
(230,230,218)
#F2EFE8
(242,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A955C color. Also use rgb(122,149,92) instead hex code.

Text Font Color

.myTextColor { color: #7A955C; }

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

This text font color is #7A955C.


Background Color

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

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

This div background color is #7A955C.


Border color

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

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

This div border color is #7A955C.


Opacity

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

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

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

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

This text has shadow with #7A955C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A955C on black background.


Color preview on white background

This text has color #7A955C on white background.



Black color preview on #7A955C background

This text has black color on #7A955C background.


White color preview on #7A955C background

This text has white color on #7A955C background.