COLOR #7A9278

HEX: #7A9278
RGB: (122,146,120)

Color info

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

RGB color model

#7A9278 color RGB value is (122,146,120).

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

RGB channels and saturation

R 122 of 255 = 48%
G 146 of 255 = 57%
B 120 of 255 = 47%

122
146
120

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

Portions of RGB colors in percentages

R + G + B =
122 + 146 + 120 = 388 (100%)
R 122 of 388 ~ 31.44%
G 146 of 388 ~ 37.63%
B 120 of 388 ~ 30.93%

%31.44
%37.63
%30.93

CMYK color model

#7A9278 color CMYK value is (16,0,18,43).

  • cyan value is 16.44%
  • magenta value is 0.00%
  • yellow value is 17.81%
  • key color value is 42.75%
CMYK:
(16,0,18,43)
C16M0Y18K43 
(16%,0%,18%,43%)
(0.16/0.00/0.18/0.43)	

CMYK percentages

%16.44
%0
%17.81
%42.75

Codes

Color #7A9278 in popluar color models

7A9278
RGB122146120
HSL115°10.66%52.16%
HSB/HSV115°17.81%57.25%
CMYK16.44%0.00%17.81%
42.75%

Color #7A9278 in popluar number systems.

HEX7A9278
Decimal122146120
Binary1111010100100101111000
Octal172222170

Shades and tints

Shades of #7A9278

#7A9278
(122,146,120)
#6F856E
(111,133,110)
#647864
(100,120,100)
#596B5A
(89,107,90)
#4E5E50
(78,94,80)
#435146
(67,81,70)
#38443C
(56,68,60)
#2D3732
(45,55,50)
#222A28
(34,42,40)
#171D1E
(23,29,30)
#0C1014
(12,16,20)
#000000
(0,0,0)

Tints of #7A9278

#7A9278
(122,146,120)
#869B84
(134,155,132)
#92A490
(146,164,144)
#9EAD9C
(158,173,156)
#AAB6A8
(170,182,168)
#B6BFB4
(182,191,180)
#C2C8C0
(194,200,192)
#CED1CC
(206,209,204)
#DADAD8
(218,218,216)
#E6E3E4
(230,227,228)
#F2ECF0
(242,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7A9278; }

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

This text font color is #7A9278.


Background Color

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

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

This div background color is #7A9278.


Border color

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

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

This div border color is #7A9278.


Opacity

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

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

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

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

This text has shadow with #7A9278 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A9278 on black background.


Color preview on white background

This text has color #7A9278 on white background.



Black color preview on #7A9278 background

This text has black color on #7A9278 background.


White color preview on #7A9278 background

This text has white color on #7A9278 background.