COLOR #7A9784

HEX: #7A9784
RGB: (122,151,132)

Color info

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

RGB color model

#7A9784 color RGB value is (122,151,132).

  • red value is 122;
  • green value is 151;
  • blue value is 132.
RGB:
(122,151,132)
(48%,59%,52%)

RGB channels and saturation

R 122 of 255 = 48%
G 151 of 255 = 59%
B 132 of 255 = 52%

122
151
132

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

Portions of RGB colors in percentages

R + G + B =
122 + 151 + 132 = 405 (100%)
R 122 of 405 ~ 30.12%
G 151 of 405 ~ 37.28%
B 132 of 405 ~ 32.59%

%30.12
%37.28
%32.59

CMYK color model

#7A9784 color CMYK value is (19,0,13,41).

  • cyan value is 19.21%
  • magenta value is 0.00%
  • yellow value is 12.58%
  • key color value is 40.78%
CMYK:
(19,0,13,41)
C19M0Y13K41 
(19%,0%,13%,41%)
(0.19/0.00/0.13/0.41)	

CMYK percentages

%19.21
%0
%12.58
%40.78

Codes

Color #7A9784 in popluar color models

7A9784
RGB122151132
HSL141°12.24%53.53%
HSB/HSV141°19.21%59.22%
CMYK19.21%0.00%12.58%
40.78%

Color #7A9784 in popluar number systems.

HEX7A9784
Decimal122151132
Binary11110101001011110000100
Octal172227204

Shades and tints

Shades of #7A9784

#7A9784
(122,151,132)
#6F8A78
(111,138,120)
#647D6C
(100,125,108)
#597060
(89,112,96)
#4E6354
(78,99,84)
#435648
(67,86,72)
#38493C
(56,73,60)
#2D3C30
(45,60,48)
#222F24
(34,47,36)
#172218
(23,34,24)
#0C150C
(12,21,12)
#000000
(0,0,0)

Tints of #7A9784

#7A9784
(122,151,132)
#86A08F
(134,160,143)
#92A99A
(146,169,154)
#9EB2A5
(158,178,165)
#AABBB0
(170,187,176)
#B6C4BB
(182,196,187)
#C2CDC6
(194,205,198)
#CED6D1
(206,214,209)
#DADFDC
(218,223,220)
#E6E8E7
(230,232,231)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A9784 color. Also use rgb(122,151,132) instead hex code.

Text Font Color

.myTextColor { color: #7A9784; }

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

This text font color is #7A9784.


Background Color

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

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

This div background color is #7A9784.


Border color

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

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

This div border color is #7A9784.


Opacity

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

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

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

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

This text has shadow with #7A9784 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9784 on black background.


Color preview on white background

This text has color #7A9784 on white background.



Black color preview on #7A9784 background

This text has black color on #7A9784 background.


White color preview on #7A9784 background

This text has white color on #7A9784 background.