COLOR #7A947D

HEX: #7A947D
RGB: (122,148,125)

Color info

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

RGB color model

#7A947D color RGB value is (122,148,125).

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

RGB channels and saturation

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

122
148
125

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

Portions of RGB colors in percentages

R + G + B =
122 + 148 + 125 = 395 (100%)
R 122 of 395 ~ 30.89%
G 148 of 395 ~ 37.47%
B 125 of 395 ~ 31.65%

%30.89
%37.47
%31.65

CMYK color model

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

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

CMYK percentages

%17.57
%0
%15.54
%41.96

Codes

Color #7A947D in popluar color models

7A947D
RGB122148125
HSL127°10.83%52.94%
HSB/HSV127°17.57%58.04%
CMYK17.57%0.00%15.54%
41.96%

Color #7A947D in popluar number systems.

HEX7A947D
Decimal122148125
Binary1111010100101001111101
Octal172224175

Shades and tints

Shades of #7A947D

#7A947D
(122,148,125)
#6F8772
(111,135,114)
#647A67
(100,122,103)
#596D5C
(89,109,92)
#4E6051
(78,96,81)
#435346
(67,83,70)
#38463B
(56,70,59)
#2D3930
(45,57,48)
#222C25
(34,44,37)
#171F1A
(23,31,26)
#0C120F
(12,18,15)
#000000
(0,0,0)

Tints of #7A947D

#7A947D
(122,148,125)
#869D88
(134,157,136)
#92A693
(146,166,147)
#9EAF9E
(158,175,158)
#AAB8A9
(170,184,169)
#B6C1B4
(182,193,180)
#C2CABF
(194,202,191)
#CED3CA
(206,211,202)
#DADCD5
(218,220,213)
#E6E5E0
(230,229,224)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A947D; }

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

This text font color is #7A947D.


Background Color

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

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

This div background color is #7A947D.


Border color

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

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

This div border color is #7A947D.


Opacity

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

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

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

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

This text has shadow with #7A947D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A947D on black background.


Color preview on white background

This text has color #7A947D on white background.



Black color preview on #7A947D background

This text has black color on #7A947D background.


White color preview on #7A947D background

This text has white color on #7A947D background.