COLOR #7AA792

HEX: #7AA792
RGB: (122,167,146)

Color info

#7AA792 contains red, green and blue colors in about the same proportion. Web safe color of #7AA792 is #669999 (or #699).

RGB color model

#7AA792 color RGB value is (122,167,146).

  • red value is 122;
  • green value is 167;
  • blue value is 146.
RGB:
(122,167,146)
(48%,65%,57%)

RGB channels and saturation

R 122 of 255 = 48%
G 167 of 255 = 65%
B 146 of 255 = 57%

122
167
146

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

Portions of RGB colors in percentages

R + G + B =
122 + 167 + 146 = 435 (100%)
R 122 of 435 ~ 28.05%
G 167 of 435 ~ 38.39%
B 146 of 435 ~ 33.56%

%28.05
%38.39
%33.56

CMYK color model

#7AA792 color CMYK value is (27,0,13,35).

  • cyan value is 26.95%
  • magenta value is 0.00%
  • yellow value is 12.57%
  • key color value is 34.51%
CMYK:
(27,0,13,35)
C27M0Y13K35 
(27%,0%,13%,35%)
(0.27/0.00/0.13/0.35)	

CMYK percentages

%26.95
%0
%12.57
%34.51

Codes

Color #7AA792 in popluar color models

7AA792
RGB122167146
HSL152°20.36%56.67%
HSB/HSV152°26.95%65.49%
CMYK26.95%0.00%12.57%
34.51%

Color #7AA792 in popluar number systems.

HEX7AA792
Decimal122167146
Binary11110101010011110010010
Octal172247222

Shades and tints

Shades of #7AA792

#7AA792
(122,167,146)
#6F9885
(111,152,133)
#648978
(100,137,120)
#597A6B
(89,122,107)
#4E6B5E
(78,107,94)
#435C51
(67,92,81)
#384D44
(56,77,68)
#2D3E37
(45,62,55)
#222F2A
(34,47,42)
#17201D
(23,32,29)
#0C1110
(12,17,16)
#000000
(0,0,0)

Tints of #7AA792

#7AA792
(122,167,146)
#86AF9B
(134,175,155)
#92B7A4
(146,183,164)
#9EBFAD
(158,191,173)
#AAC7B6
(170,199,182)
#B6CFBF
(182,207,191)
#C2D7C8
(194,215,200)
#CEDFD1
(206,223,209)
#DAE7DA
(218,231,218)
#E6EFE3
(230,239,227)
#F2F7EC
(242,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7AA792 color. Also use rgb(122,167,146) instead hex code.

Text Font Color

.myTextColor { color: #7AA792; }

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

This text font color is #7AA792.


Background Color

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

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

This div background color is #7AA792.


Border color

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

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

This div border color is #7AA792.


Opacity

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

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

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

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

This text has shadow with #7AA792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7AA792 on black background.


Color preview on white background

This text has color #7AA792 on white background.



Black color preview on #7AA792 background

This text has black color on #7AA792 background.


White color preview on #7AA792 background

This text has white color on #7AA792 background.