COLOR #7C9A8C

HEX: #7C9A8C
RGB: (124,154,140)

Color info

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

RGB color model

#7C9A8C color RGB value is (124,154,140).

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

RGB channels and saturation

R 124 of 255 = 49%
G 154 of 255 = 60%
B 140 of 255 = 55%

124
154
140

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

Portions of RGB colors in percentages

R + G + B =
124 + 154 + 140 = 418 (100%)
R 124 of 418 ~ 29.67%
G 154 of 418 ~ 36.84%
B 140 of 418 ~ 33.49%

%29.67
%36.84
%33.49

CMYK color model

#7C9A8C color CMYK value is (19,0,9,40).

  • cyan value is 19.48%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 39.61%
CMYK:
(19,0,9,40)
C19M0Y9K40 
(19%,0%,9%,40%)
(0.19/0.00/0.09/0.40)	

CMYK percentages

%19.48
%0
%9.09
%39.61

Codes

Color #7C9A8C in popluar color models

7C9A8C
RGB124154140
HSL152°12.93%54.51%
HSB/HSV152°19.48%60.39%
CMYK19.48%0.00%9.09%
39.61%

Color #7C9A8C in popluar number systems.

HEX7C9A8C
Decimal124154140
Binary11111001001101010001100
Octal174232214

Shades and tints

Shades of #7C9A8C

#7C9A8C
(124,154,140)
#718C80
(113,140,128)
#667E74
(102,126,116)
#5B7068
(91,112,104)
#50625C
(80,98,92)
#455450
(69,84,80)
#3A4644
(58,70,68)
#2F3838
(47,56,56)
#242A2C
(36,42,44)
#191C20
(25,28,32)
#0E0E14
(14,14,20)
#000000
(0,0,0)

Tints of #7C9A8C

#7C9A8C
(124,154,140)
#87A396
(135,163,150)
#92ACA0
(146,172,160)
#9DB5AA
(157,181,170)
#A8BEB4
(168,190,180)
#B3C7BE
(179,199,190)
#BED0C8
(190,208,200)
#C9D9D2
(201,217,210)
#D4E2DC
(212,226,220)
#DFEBE6
(223,235,230)
#EAF4F0
(234,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C9A8C; }

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

This text font color is #7C9A8C.


Background Color

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

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

This div background color is #7C9A8C.


Border color

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

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

This div border color is #7C9A8C.


Opacity

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

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

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

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

This text has shadow with #7C9A8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9A8C on black background.


Color preview on white background

This text has color #7C9A8C on white background.



Black color preview on #7C9A8C background

This text has black color on #7C9A8C background.


White color preview on #7C9A8C background

This text has white color on #7C9A8C background.