COLOR #7C9A80

HEX: #7C9A80
RGB: (124,154,128)

Color info

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

RGB color model

#7C9A80 color RGB value is (124,154,128).

  • red value is 124;
  • green value is 154;
  • blue value is 128.
RGB:
(124,154,128)
(49%,60%,50%)

RGB channels and saturation

R 124 of 255 = 49%
G 154 of 255 = 60%
B 128 of 255 = 50%

124
154
128

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

Portions of RGB colors in percentages

R + G + B =
124 + 154 + 128 = 406 (100%)
R 124 of 406 ~ 30.54%
G 154 of 406 ~ 37.93%
B 128 of 406 ~ 31.53%

%30.54
%37.93
%31.53

CMYK color model

#7C9A80 color CMYK value is (19,0,17,40).

  • cyan value is 19.48%
  • magenta value is 0.00%
  • yellow value is 16.88%
  • key color value is 39.61%
CMYK:
(19,0,17,40)
C19M0Y17K40 
(19%,0%,17%,40%)
(0.19/0.00/0.17/0.40)	

CMYK percentages

%19.48
%0
%16.88
%39.61

Codes

Color #7C9A80 in popluar color models

7C9A80
RGB124154128
HSL128°12.93%54.51%
HSB/HSV128°19.48%60.39%
CMYK19.48%0.00%16.88%
39.61%

Color #7C9A80 in popluar number systems.

HEX7C9A80
Decimal124154128
Binary11111001001101010000000
Octal174232200

Shades and tints

Shades of #7C9A80

#7C9A80
(124,154,128)
#718C75
(113,140,117)
#667E6A
(102,126,106)
#5B705F
(91,112,95)
#506254
(80,98,84)
#455449
(69,84,73)
#3A463E
(58,70,62)
#2F3833
(47,56,51)
#242A28
(36,42,40)
#191C1D
(25,28,29)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #7C9A80

#7C9A80
(124,154,128)
#87A38B
(135,163,139)
#92AC96
(146,172,150)
#9DB5A1
(157,181,161)
#A8BEAC
(168,190,172)
#B3C7B7
(179,199,183)
#BED0C2
(190,208,194)
#C9D9CD
(201,217,205)
#D4E2D8
(212,226,216)
#DFEBE3
(223,235,227)
#EAF4EE
(234,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9A80 color. Also use rgb(124,154,128) instead hex code.

Text Font Color

.myTextColor { color: #7C9A80; }

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

This text font color is #7C9A80.


Background Color

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

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

This div background color is #7C9A80.


Border color

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

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

This div border color is #7C9A80.


Opacity

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

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

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

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

This text has shadow with #7C9A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9A80 on black background.


Color preview on white background

This text has color #7C9A80 on white background.



Black color preview on #7C9A80 background

This text has black color on #7C9A80 background.


White color preview on #7C9A80 background

This text has white color on #7C9A80 background.