COLOR #7A937D

HEX: #7A937D
RGB: (122,147,125)

Color info

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

RGB color model

#7A937D color RGB value is (122,147,125).

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

RGB channels and saturation

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

122
147
125

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

Portions of RGB colors in percentages

R + G + B =
122 + 147 + 125 = 394 (100%)
R 122 of 394 ~ 30.96%
G 147 of 394 ~ 37.31%
B 125 of 394 ~ 31.73%

%30.96
%37.31
%31.73

CMYK color model

#7A937D color CMYK value is (17,0,15,42).

  • cyan value is 17.01%
  • magenta value is 0.00%
  • yellow value is 14.97%
  • key color value is 42.35%
CMYK:
(17,0,15,42)
C17M0Y15K42 
(17%,0%,15%,42%)
(0.17/0.00/0.15/0.42)	

CMYK percentages

%17.01
%0
%14.97
%42.35

Codes

Color #7A937D in popluar color models

7A937D
RGB122147125
HSL127°10.37%52.75%
HSB/HSV127°17.01%57.65%
CMYK17.01%0.00%14.97%
42.35%

Color #7A937D in popluar number systems.

HEX7A937D
Decimal122147125
Binary1111010100100111111101
Octal172223175

Shades and tints

Shades of #7A937D

#7A937D
(122,147,125)
#6F8672
(111,134,114)
#647967
(100,121,103)
#596C5C
(89,108,92)
#4E5F51
(78,95,81)
#435246
(67,82,70)
#38453B
(56,69,59)
#2D3830
(45,56,48)
#222B25
(34,43,37)
#171E1A
(23,30,26)
#0C110F
(12,17,15)
#000000
(0,0,0)

Tints of #7A937D

#7A937D
(122,147,125)
#869C88
(134,156,136)
#92A593
(146,165,147)
#9EAE9E
(158,174,158)
#AAB7A9
(170,183,169)
#B6C0B4
(182,192,180)
#C2C9BF
(194,201,191)
#CED2CA
(206,210,202)
#DADBD5
(218,219,213)
#E6E4E0
(230,228,224)
#F2EDEB
(242,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A937D; }

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

This text font color is #7A937D.


Background Color

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

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

This div background color is #7A937D.


Border color

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

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

This div border color is #7A937D.


Opacity

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

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

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

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

This text has shadow with #7A937D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A937D on black background.


Color preview on white background

This text has color #7A937D on white background.



Black color preview on #7A937D background

This text has black color on #7A937D background.


White color preview on #7A937D background

This text has white color on #7A937D background.