COLOR #7C788E

HEX: #7C788E
RGB: (124,120,142)

Color info

#7C788E contains red, green and blue colors in about the same proportion. Web safe color of #7C788E is #666699 (or #669).

RGB color model

#7C788E color RGB value is (124,120,142).

  • red value is 124;
  • green value is 120;
  • blue value is 142.
RGB:
(124,120,142)
(49%,47%,56%)

RGB channels and saturation

R 124 of 255 = 49%
G 120 of 255 = 47%
B 142 of 255 = 56%

124
120
142

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

Portions of RGB colors in percentages

R + G + B =
124 + 120 + 142 = 386 (100%)
R 124 of 386 ~ 32.12%
G 120 of 386 ~ 31.09%
B 142 of 386 ~ 36.79%

%32.12
%31.09
%36.79

CMYK color model

#7C788E color CMYK value is (13,15,0,44).

  • cyan value is 12.68%
  • magenta value is 15.49%
  • yellow value is 0.00%
  • key color value is 44.31%
CMYK:
(13,15,0,44)
C13M15Y0K44 
(13%,15%,0%,44%)
(0.13/0.15/0.00/0.44)	

CMYK percentages

%12.68
%15.49
%0
%44.31

Codes

Color #7C788E in popluar color models

7C788E
RGB124120142
HSL251°8.87%51.37%
HSB/HSV251°15.49%55.69%
CMYK12.68%15.49%0.00%
44.31%

Color #7C788E in popluar number systems.

HEX7C788E
Decimal124120142
Binary1111100111100010001110
Octal174170216

Shades and tints

Shades of #7C788E

#7C788E
(124,120,142)
#716E82
(113,110,130)
#666476
(102,100,118)
#5B5A6A
(91,90,106)
#50505E
(80,80,94)
#454652
(69,70,82)
#3A3C46
(58,60,70)
#2F323A
(47,50,58)
#24282E
(36,40,46)
#191E22
(25,30,34)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #7C788E

#7C788E
(124,120,142)
#878498
(135,132,152)
#9290A2
(146,144,162)
#9D9CAC
(157,156,172)
#A8A8B6
(168,168,182)
#B3B4C0
(179,180,192)
#BEC0CA
(190,192,202)
#C9CCD4
(201,204,212)
#D4D8DE
(212,216,222)
#DFE4E8
(223,228,232)
#EAF0F2
(234,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C788E color. Also use rgb(124,120,142) instead hex code.

Text Font Color

.myTextColor { color: #7C788E; }

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

This text font color is #7C788E.


Background Color

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

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

This div background color is #7C788E.


Border color

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

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

This div border color is #7C788E.


Opacity

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

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

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

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

This text has shadow with #7C788E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C788E on black background.


Color preview on white background

This text has color #7C788E on white background.



Black color preview on #7C788E background

This text has black color on #7C788E background.


White color preview on #7C788E background

This text has white color on #7C788E background.