COLOR #777478

HEX: #777478
RGB: (119,116,120)

Color info

#777478 contains red, green and blue colors in about the same proportion. Web safe color of #777478 is #666666 (or #666).

RGB color model

#777478 color RGB value is (119,116,120).

  • red value is 119;
  • green value is 116;
  • blue value is 120.
RGB:
(119,116,120)
(47%,45%,47%)

RGB channels and saturation

R 119 of 255 = 47%
G 116 of 255 = 45%
B 120 of 255 = 47%

119
116
120

R + G + B ~ 46%. #777478 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 116 + 120 = 355 (100%)
R 119 of 355 ~ 33.52%
G 116 of 355 ~ 32.68%
B 120 of 355 ~ 33.8%

%33.52
%32.68
%33.8

CMYK color model

#777478 color CMYK value is (1,3,0,53).

  • cyan value is 0.83%
  • magenta value is 3.33%
  • yellow value is 0.00%
  • key color value is 52.94%
CMYK:
(1,3,0,53)
C1M3Y0K53 
(1%,3%,0%,53%)
(0.01/0.03/0.00/0.53)	

CMYK percentages

%0.83
%3.33
%0
%52.94

Codes

Color #777478 in popluar color models

777478
RGB119116120
HSL285°1.69%46.27%
HSB/HSV285°3.33%47.06%
CMYK0.83%3.33%0.00%
52.94%

Color #777478 in popluar number systems.

HEX777478
Decimal119116120
Binary111011111101001111000
Octal167164170

Shades and tints

Shades of #777478

#777478
(119,116,120)
#6D6A6E
(109,106,110)
#636064
(99,96,100)
#59565A
(89,86,90)
#4F4C50
(79,76,80)
#454246
(69,66,70)
#3B383C
(59,56,60)
#312E32
(49,46,50)
#272428
(39,36,40)
#1D1A1E
(29,26,30)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #777478

#777478
(119,116,120)
#838084
(131,128,132)
#8F8C90
(143,140,144)
#9B989C
(155,152,156)
#A7A4A8
(167,164,168)
#B3B0B4
(179,176,180)
#BFBCC0
(191,188,192)
#CBC8CC
(203,200,204)
#D7D4D8
(215,212,216)
#E3E0E4
(227,224,228)
#EFECF0
(239,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777478 color. Also use rgb(119,116,120) instead hex code.

Text Font Color

.myTextColor { color: #777478; }

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

This text font color is #777478.


Background Color

.myBgColor { background-color: #777478; }

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

This div background color is #777478.


Border color

.myBorderColor { border: 1px solid #777478; }

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

This div border color is #777478.


Opacity

.myOpacity80 { color: #777478; opacity: 0.8; }

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

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

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

This text has shadow with #777478 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777478 on black background.


Color preview on white background

This text has color #777478 on white background.



Black color preview on #777478 background

This text has black color on #777478 background.


White color preview on #777478 background

This text has white color on #777478 background.