COLOR #7C778A

HEX: #7C778A
RGB: (124,119,138)

Color info

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

RGB color model

#7C778A color RGB value is (124,119,138).

  • red value is 124;
  • green value is 119;
  • blue value is 138.
RGB:
(124,119,138)
(49%,47%,54%)

RGB channels and saturation

R 124 of 255 = 49%
G 119 of 255 = 47%
B 138 of 255 = 54%

124
119
138

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

Portions of RGB colors in percentages

R + G + B =
124 + 119 + 138 = 381 (100%)
R 124 of 381 ~ 32.55%
G 119 of 381 ~ 31.23%
B 138 of 381 ~ 36.22%

%32.55
%31.23
%36.22

CMYK color model

#7C778A color CMYK value is (10,14,0,46).

  • cyan value is 10.14%
  • magenta value is 13.77%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK:
(10,14,0,46)
C10M14Y0K46 
(10%,14%,0%,46%)
(0.10/0.14/0.00/0.46)	

CMYK percentages

%10.14
%13.77
%0
%45.88

Codes

Color #7C778A in popluar color models

7C778A
RGB124119138
HSL256°7.51%50.39%
HSB/HSV256°13.77%54.12%
CMYK10.14%13.77%0.00%
45.88%

Color #7C778A in popluar number systems.

HEX7C778A
Decimal124119138
Binary1111100111011110001010
Octal174167212

Shades and tints

Shades of #7C778A

#7C778A
(124,119,138)
#716D7E
(113,109,126)
#666372
(102,99,114)
#5B5966
(91,89,102)
#504F5A
(80,79,90)
#45454E
(69,69,78)
#3A3B42
(58,59,66)
#2F3136
(47,49,54)
#24272A
(36,39,42)
#191D1E
(25,29,30)
#0E1312
(14,19,18)
#000000
(0,0,0)

Tints of #7C778A

#7C778A
(124,119,138)
#878394
(135,131,148)
#928F9E
(146,143,158)
#9D9BA8
(157,155,168)
#A8A7B2
(168,167,178)
#B3B3BC
(179,179,188)
#BEBFC6
(190,191,198)
#C9CBD0
(201,203,208)
#D4D7DA
(212,215,218)
#DFE3E4
(223,227,228)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C778A color. Also use rgb(124,119,138) instead hex code.

Text Font Color

.myTextColor { color: #7C778A; }

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

This text font color is #7C778A.


Background Color

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

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

This div background color is #7C778A.


Border color

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

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

This div border color is #7C778A.


Opacity

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

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

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

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

This text has shadow with #7C778A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C778A on black background.


Color preview on white background

This text has color #7C778A on white background.



Black color preview on #7C778A background

This text has black color on #7C778A background.


White color preview on #7C778A background

This text has white color on #7C778A background.