COLOR #7A957D

HEX: #7A957D
RGB: (122,149,125)

Color info

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

RGB color model

#7A957D color RGB value is (122,149,125).

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

RGB channels and saturation

R 122 of 255 = 48%
G 149 of 255 = 58%
B 125 of 255 = 49%

122
149
125

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

Portions of RGB colors in percentages

R + G + B =
122 + 149 + 125 = 396 (100%)
R 122 of 396 ~ 30.81%
G 149 of 396 ~ 37.63%
B 125 of 396 ~ 31.57%

%30.81
%37.63
%31.57

CMYK color model

#7A957D color CMYK value is (18,0,16,42).

  • cyan value is 18.12%
  • magenta value is 0.00%
  • yellow value is 16.11%
  • key color value is 41.57%
CMYK:
(18,0,16,42)
C18M0Y16K42 
(18%,0%,16%,42%)
(0.18/0.00/0.16/0.42)	

CMYK percentages

%18.12
%0
%16.11
%41.57

Codes

Color #7A957D in popluar color models

7A957D
RGB122149125
HSL127°11.30%53.14%
HSB/HSV127°18.12%58.43%
CMYK18.12%0.00%16.11%
41.57%

Color #7A957D in popluar number systems.

HEX7A957D
Decimal122149125
Binary1111010100101011111101
Octal172225175

Shades and tints

Shades of #7A957D

#7A957D
(122,149,125)
#6F8872
(111,136,114)
#647B67
(100,123,103)
#596E5C
(89,110,92)
#4E6151
(78,97,81)
#435446
(67,84,70)
#38473B
(56,71,59)
#2D3A30
(45,58,48)
#222D25
(34,45,37)
#17201A
(23,32,26)
#0C130F
(12,19,15)
#000000
(0,0,0)

Tints of #7A957D

#7A957D
(122,149,125)
#869E88
(134,158,136)
#92A793
(146,167,147)
#9EB09E
(158,176,158)
#AAB9A9
(170,185,169)
#B6C2B4
(182,194,180)
#C2CBBF
(194,203,191)
#CED4CA
(206,212,202)
#DADDD5
(218,221,213)
#E6E6E0
(230,230,224)
#F2EFEB
(242,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A957D; }

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

This text font color is #7A957D.


Background Color

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

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

This div background color is #7A957D.


Border color

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

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

This div border color is #7A957D.


Opacity

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

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

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

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

This text has shadow with #7A957D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A957D on black background.


Color preview on white background

This text has color #7A957D on white background.



Black color preview on #7A957D background

This text has black color on #7A957D background.


White color preview on #7A957D background

This text has white color on #7A957D background.