COLOR #7C8790

HEX: #7C8790
RGB: (124,135,144)

Color info

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

RGB color model

#7C8790 color RGB value is (124,135,144).

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

RGB channels and saturation

R 124 of 255 = 49%
G 135 of 255 = 53%
B 144 of 255 = 56%

124
135
144

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

Portions of RGB colors in percentages

R + G + B =
124 + 135 + 144 = 403 (100%)
R 124 of 403 ~ 30.77%
G 135 of 403 ~ 33.5%
B 144 of 403 ~ 35.73%

%30.77
%33.5
%35.73

CMYK color model

#7C8790 color CMYK value is (14,6,0,44).

  • cyan value is 13.89%
  • magenta value is 6.25%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(14,6,0,44)
C14M6Y0K44 
(14%,6%,0%,44%)
(0.14/0.06/0.00/0.44)	

CMYK percentages

%13.89
%6.25
%0
%43.53

Codes

Color #7C8790 in popluar color models

7C8790
RGB124135144
HSL207°8.26%52.55%
HSB/HSV207°13.89%56.47%
CMYK13.89%6.25%0.00%
43.53%

Color #7C8790 in popluar number systems.

HEX7C8790
Decimal124135144
Binary11111001000011110010000
Octal174207220

Shades and tints

Shades of #7C8790

#7C8790
(124,135,144)
#717B83
(113,123,131)
#666F76
(102,111,118)
#5B6369
(91,99,105)
#50575C
(80,87,92)
#454B4F
(69,75,79)
#3A3F42
(58,63,66)
#2F3335
(47,51,53)
#242728
(36,39,40)
#191B1B
(25,27,27)
#0E0F0E
(14,15,14)
#000000
(0,0,0)

Tints of #7C8790

#7C8790
(124,135,144)
#87919A
(135,145,154)
#929BA4
(146,155,164)
#9DA5AE
(157,165,174)
#A8AFB8
(168,175,184)
#B3B9C2
(179,185,194)
#BEC3CC
(190,195,204)
#C9CDD6
(201,205,214)
#D4D7E0
(212,215,224)
#DFE1EA
(223,225,234)
#EAEBF4
(234,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C8790; }

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

This text font color is #7C8790.


Background Color

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

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

This div background color is #7C8790.


Border color

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

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

This div border color is #7C8790.


Opacity

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

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

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

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

This text has shadow with #7C8790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C8790 on black background.


Color preview on white background

This text has color #7C8790 on white background.



Black color preview on #7C8790 background

This text has black color on #7C8790 background.


White color preview on #7C8790 background

This text has white color on #7C8790 background.