COLOR #7C9094

HEX: #7C9094
RGB: (124,144,148)

Color info

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

RGB color model

#7C9094 color RGB value is (124,144,148).

  • red value is 124;
  • green value is 144;
  • blue value is 148.
RGB:
(124,144,148)
(49%,56%,58%)

RGB channels and saturation

R 124 of 255 = 49%
G 144 of 255 = 56%
B 148 of 255 = 58%

124
144
148

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

Portions of RGB colors in percentages

R + G + B =
124 + 144 + 148 = 416 (100%)
R 124 of 416 ~ 29.81%
G 144 of 416 ~ 34.62%
B 148 of 416 ~ 35.58%

%29.81
%34.62
%35.58

CMYK color model

#7C9094 color CMYK value is (16,3,0,42).

  • cyan value is 16.22%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 41.96%
CMYK:
(16,3,0,42)
C16M3Y0K42 
(16%,3%,0%,42%)
(0.16/0.03/0.00/0.42)	

CMYK percentages

%16.22
%2.7
%0
%41.96

Codes

Color #7C9094 in popluar color models

7C9094
RGB124144148
HSL190°10.08%53.33%
HSB/HSV190°16.22%58.04%
CMYK16.22%2.70%0.00%
41.96%

Color #7C9094 in popluar number systems.

HEX7C9094
Decimal124144148
Binary11111001001000010010100
Octal174220224

Shades and tints

Shades of #7C9094

#7C9094
(124,144,148)
#718387
(113,131,135)
#66767A
(102,118,122)
#5B696D
(91,105,109)
#505C60
(80,92,96)
#454F53
(69,79,83)
#3A4246
(58,66,70)
#2F3539
(47,53,57)
#24282C
(36,40,44)
#191B1F
(25,27,31)
#0E0E12
(14,14,18)
#000000
(0,0,0)

Tints of #7C9094

#7C9094
(124,144,148)
#879A9D
(135,154,157)
#92A4A6
(146,164,166)
#9DAEAF
(157,174,175)
#A8B8B8
(168,184,184)
#B3C2C1
(179,194,193)
#BECCCA
(190,204,202)
#C9D6D3
(201,214,211)
#D4E0DC
(212,224,220)
#DFEAE5
(223,234,229)
#EAF4EE
(234,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C9094 color. Also use rgb(124,144,148) instead hex code.

Text Font Color

.myTextColor { color: #7C9094; }

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

This text font color is #7C9094.


Background Color

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

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

This div background color is #7C9094.


Border color

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

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

This div border color is #7C9094.


Opacity

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

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

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

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

This text has shadow with #7C9094 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C9094 on black background.


Color preview on white background

This text has color #7C9094 on white background.



Black color preview on #7C9094 background

This text has black color on #7C9094 background.


White color preview on #7C9094 background

This text has white color on #7C9094 background.