COLOR #777674

HEX: #777674
RGB: (119,118,116)

Color info

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

RGB color model

#777674 color RGB value is (119,118,116).

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

RGB channels and saturation

R 119 of 255 = 47%
G 118 of 255 = 46%
B 116 of 255 = 45%

119
118
116

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

Portions of RGB colors in percentages

R + G + B =
119 + 118 + 116 = 353 (100%)
R 119 of 353 ~ 33.71%
G 118 of 353 ~ 33.43%
B 116 of 353 ~ 32.86%

%33.71
%33.43
%32.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.84%
  • yellow value is 2.52%
  • key color value is 53.33%
CMYK:
(0,1,3,53)
C0M1Y3K53 
(0%,1%,3%,53%)
(0.00/0.01/0.03/0.53)	

CMYK percentages

%0
%0.84
%2.52
%53.33

Codes

Color #777674 in popluar color models

777674
RGB119118116
HSL40°1.28%46.08%
HSB/HSV40°2.52%46.67%
CMYK0.00%0.84%2.52%
53.33%

Color #777674 in popluar number systems.

HEX777674
Decimal119118116
Binary111011111101101110100
Octal167166164

Shades and tints

Shades of #777674

#777674
(119,118,116)
#6D6C6A
(109,108,106)
#636260
(99,98,96)
#595856
(89,88,86)
#4F4E4C
(79,78,76)
#454442
(69,68,66)
#3B3A38
(59,58,56)
#31302E
(49,48,46)
#272624
(39,38,36)
#1D1C1A
(29,28,26)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #777674

#777674
(119,118,116)
#838280
(131,130,128)
#8F8E8C
(143,142,140)
#9B9A98
(155,154,152)
#A7A6A4
(167,166,164)
#B3B2B0
(179,178,176)
#BFBEBC
(191,190,188)
#CBCAC8
(203,202,200)
#D7D6D4
(215,214,212)
#E3E2E0
(227,226,224)
#EFEEEC
(239,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777674; }

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

This text font color is #777674.


Background Color

.myBgColor { background-color: #777674; }

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

This div background color is #777674.


Border color

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

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

This div border color is #777674.


Opacity

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

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

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

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

This text has shadow with #777674 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777674 on black background.


Color preview on white background

This text has color #777674 on white background.



Black color preview on #777674 background

This text has black color on #777674 background.


White color preview on #777674 background

This text has white color on #777674 background.