COLOR #7C9A7A

HEX: #7C9A7A
RGB: (124,154,122)

Color info

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

RGB color model

#7C9A7A color RGB value is (124,154,122).

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

RGB channels and saturation

R 124 of 255 = 49%
G 154 of 255 = 60%
B 122 of 255 = 48%

124
154
122

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

Portions of RGB colors in percentages

R + G + B =
124 + 154 + 122 = 400 (100%)
R 124 of 400 ~ 31%
G 154 of 400 ~ 38.5%
B 122 of 400 ~ 30.5%

%31
%38.5
%30.5

CMYK color model

#7C9A7A color CMYK value is (19,0,21,40).

  • cyan value is 19.48%
  • magenta value is 0.00%
  • yellow value is 20.78%
  • key color value is 39.61%
CMYK:
(19,0,21,40)
C19M0Y21K40 
(19%,0%,21%,40%)
(0.19/0.00/0.21/0.40)	

CMYK percentages

%19.48
%0
%20.78
%39.61

Codes

Color #7C9A7A in popluar color models

7C9A7A
RGB124154122
HSL116°13.68%54.12%
HSB/HSV116°20.78%60.39%
CMYK19.48%0.00%20.78%
39.61%

Color #7C9A7A in popluar number systems.

HEX7C9A7A
Decimal124154122
Binary1111100100110101111010
Octal174232172

Shades and tints

Shades of #7C9A7A

#7C9A7A
(124,154,122)
#718C6F
(113,140,111)
#667E64
(102,126,100)
#5B7059
(91,112,89)
#50624E
(80,98,78)
#455443
(69,84,67)
#3A4638
(58,70,56)
#2F382D
(47,56,45)
#242A22
(36,42,34)
#191C17
(25,28,23)
#0E0E0C
(14,14,12)
#000000
(0,0,0)

Tints of #7C9A7A

#7C9A7A
(124,154,122)
#87A386
(135,163,134)
#92AC92
(146,172,146)
#9DB59E
(157,181,158)
#A8BEAA
(168,190,170)
#B3C7B6
(179,199,182)
#BED0C2
(190,208,194)
#C9D9CE
(201,217,206)
#D4E2DA
(212,226,218)
#DFEBE6
(223,235,230)
#EAF4F2
(234,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9A7A; }

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

This text font color is #7C9A7A.


Background Color

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

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

This div background color is #7C9A7A.


Border color

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

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

This div border color is #7C9A7A.


Opacity

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

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

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

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

This text has shadow with #7C9A7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9A7A on black background.


Color preview on white background

This text has color #7C9A7A on white background.



Black color preview on #7C9A7A background

This text has black color on #7C9A7A background.


White color preview on #7C9A7A background

This text has white color on #7C9A7A background.