COLOR #777574

HEX: #777574
RGB: (119,117,116)

Color info

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

RGB color model

#777574 color RGB value is (119,117,116).

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

RGB channels and saturation

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

119
117
116

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

Portions of RGB colors in percentages

R + G + B =
119 + 117 + 116 = 352 (100%)
R 119 of 352 ~ 33.81%
G 117 of 352 ~ 33.24%
B 116 of 352 ~ 32.95%

%33.81
%33.24
%32.95

CMYK color model

#777574 color CMYK value is (0,2,3,53).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 2.52%
  • key color value is 53.33%
CMYK:
(0,2,3,53)
C0M2Y3K53 
(0%,2%,3%,53%)
(0.00/0.02/0.03/0.53)	

CMYK percentages

%0
%1.68
%2.52
%53.33

Codes

Color #777574 in popluar color models

777574
RGB119117116
HSL20°1.28%46.08%
HSB/HSV20°2.52%46.67%
CMYK0.00%1.68%2.52%
53.33%

Color #777574 in popluar number systems.

HEX777574
Decimal119117116
Binary111011111101011110100
Octal167165164

Shades and tints

Shades of #777574

#777574
(119,117,116)
#6D6B6A
(109,107,106)
#636160
(99,97,96)
#595756
(89,87,86)
#4F4D4C
(79,77,76)
#454342
(69,67,66)
#3B3938
(59,57,56)
#312F2E
(49,47,46)
#272524
(39,37,36)
#1D1B1A
(29,27,26)
#131110
(19,17,16)
#000000
(0,0,0)

Tints of #777574

#777574
(119,117,116)
#838180
(131,129,128)
#8F8D8C
(143,141,140)
#9B9998
(155,153,152)
#A7A5A4
(167,165,164)
#B3B1B0
(179,177,176)
#BFBDBC
(191,189,188)
#CBC9C8
(203,201,200)
#D7D5D4
(215,213,212)
#E3E1E0
(227,225,224)
#EFEDEC
(239,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777574; }

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

This text font color is #777574.


Background Color

.myBgColor { background-color: #777574; }

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

This div background color is #777574.


Border color

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

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

This div border color is #777574.


Opacity

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

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

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

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

This text has shadow with #777574 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777574 on black background.


Color preview on white background

This text has color #777574 on white background.



Black color preview on #777574 background

This text has black color on #777574 background.


White color preview on #777574 background

This text has white color on #777574 background.