COLOR #7C788C

HEX: #7C788C
RGB: (124,120,140)

Color info

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

RGB color model

#7C788C color RGB value is (124,120,140).

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

RGB channels and saturation

R 124 of 255 = 49%
G 120 of 255 = 47%
B 140 of 255 = 55%

124
120
140

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

Portions of RGB colors in percentages

R + G + B =
124 + 120 + 140 = 384 (100%)
R 124 of 384 ~ 32.29%
G 120 of 384 ~ 31.25%
B 140 of 384 ~ 36.46%

%32.29
%31.25
%36.46

CMYK color model

#7C788C color CMYK value is (11,14,0,45).

  • cyan value is 11.43%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(11,14,0,45)
C11M14Y0K45 
(11%,14%,0%,45%)
(0.11/0.14/0.00/0.45)	

CMYK percentages

%11.43
%14.29
%0
%45.1

Codes

Color #7C788C in popluar color models

7C788C
RGB124120140
HSL252°8.00%50.98%
HSB/HSV252°14.29%54.90%
CMYK11.43%14.29%0.00%
45.10%

Color #7C788C in popluar number systems.

HEX7C788C
Decimal124120140
Binary1111100111100010001100
Octal174170214

Shades and tints

Shades of #7C788C

#7C788C
(124,120,140)
#716E80
(113,110,128)
#666474
(102,100,116)
#5B5A68
(91,90,104)
#50505C
(80,80,92)
#454650
(69,70,80)
#3A3C44
(58,60,68)
#2F3238
(47,50,56)
#24282C
(36,40,44)
#191E20
(25,30,32)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #7C788C

#7C788C
(124,120,140)
#878496
(135,132,150)
#9290A0
(146,144,160)
#9D9CAA
(157,156,170)
#A8A8B4
(168,168,180)
#B3B4BE
(179,180,190)
#BEC0C8
(190,192,200)
#C9CCD2
(201,204,210)
#D4D8DC
(212,216,220)
#DFE4E6
(223,228,230)
#EAF0F0
(234,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7C788C; }

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

This text font color is #7C788C.


Background Color

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

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

This div background color is #7C788C.


Border color

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

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

This div border color is #7C788C.


Opacity

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

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

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

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

This text has shadow with #7C788C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C788C on black background.


Color preview on white background

This text has color #7C788C on white background.



Black color preview on #7C788C background

This text has black color on #7C788C background.


White color preview on #7C788C background

This text has white color on #7C788C background.