COLOR #7C8990

HEX: #7C8990
RGB: (124,137,144)

Color info

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

RGB color model

#7C8990 color RGB value is (124,137,144).

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

RGB channels and saturation

R 124 of 255 = 49%
G 137 of 255 = 54%
B 144 of 255 = 56%

124
137
144

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

Portions of RGB colors in percentages

R + G + B =
124 + 137 + 144 = 405 (100%)
R 124 of 405 ~ 30.62%
G 137 of 405 ~ 33.83%
B 144 of 405 ~ 35.56%

%30.62
%33.83
%35.56

CMYK color model

#7C8990 color CMYK value is (14,5,0,44).

  • cyan value is 13.89%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(14,5,0,44)
C14M5Y0K44 
(14%,5%,0%,44%)
(0.14/0.05/0.00/0.44)	

CMYK percentages

%13.89
%4.86
%0
%43.53

Codes

Color #7C8990 in popluar color models

7C8990
RGB124137144
HSL201°8.26%52.55%
HSB/HSV201°13.89%56.47%
CMYK13.89%4.86%0.00%
43.53%

Color #7C8990 in popluar number systems.

HEX7C8990
Decimal124137144
Binary11111001000100110010000
Octal174211220

Shades and tints

Shades of #7C8990

#7C8990
(124,137,144)
#717D83
(113,125,131)
#667176
(102,113,118)
#5B6569
(91,101,105)
#50595C
(80,89,92)
#454D4F
(69,77,79)
#3A4142
(58,65,66)
#2F3535
(47,53,53)
#242928
(36,41,40)
#191D1B
(25,29,27)
#0E110E
(14,17,14)
#000000
(0,0,0)

Tints of #7C8990

#7C8990
(124,137,144)
#87939A
(135,147,154)
#929DA4
(146,157,164)
#9DA7AE
(157,167,174)
#A8B1B8
(168,177,184)
#B3BBC2
(179,187,194)
#BEC5CC
(190,197,204)
#C9CFD6
(201,207,214)
#D4D9E0
(212,217,224)
#DFE3EA
(223,227,234)
#EAEDF4
(234,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8990; }

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

This text font color is #7C8990.


Background Color

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

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

This div background color is #7C8990.


Border color

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

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

This div border color is #7C8990.


Opacity

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

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

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

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

This text has shadow with #7C8990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8990 on black background.


Color preview on white background

This text has color #7C8990 on white background.



Black color preview on #7C8990 background

This text has black color on #7C8990 background.


White color preview on #7C8990 background

This text has white color on #7C8990 background.