COLOR #777564

HEX: #777564
RGB: (119,117,100)

Color info

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

RGB color model

#777564 color RGB value is (119,117,100).

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

RGB channels and saturation

R 119 of 255 = 47%
G 117 of 255 = 46%
B 100 of 255 = 39%

119
117
100

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

Portions of RGB colors in percentages

R + G + B =
119 + 117 + 100 = 336 (100%)
R 119 of 336 ~ 35.42%
G 117 of 336 ~ 34.82%
B 100 of 336 ~ 29.76%

%35.42
%34.82
%29.76

CMYK color model

#777564 color CMYK value is (0,2,16,53).

  • cyan value is 0.00%
  • magenta value is 1.68%
  • yellow value is 15.97%
  • key color value is 53.33%
CMYK:
(0,2,16,53)
C0M2Y16K53 
(0%,2%,16%,53%)
(0.00/0.02/0.16/0.53)	

CMYK percentages

%0
%1.68
%15.97
%53.33

Codes

Color #777564 in popluar color models

777564
RGB119117100
HSL54°8.68%42.94%
HSB/HSV54°15.97%46.67%
CMYK0.00%1.68%15.97%
53.33%

Color #777564 in popluar number systems.

HEX777564
Decimal119117100
Binary111011111101011100100
Octal167165144

Shades and tints

Shades of #777564

#777564
(119,117,100)
#6D6B5B
(109,107,91)
#636152
(99,97,82)
#595749
(89,87,73)
#4F4D40
(79,77,64)
#454337
(69,67,55)
#3B392E
(59,57,46)
#312F25
(49,47,37)
#27251C
(39,37,28)
#1D1B13
(29,27,19)
#13110A
(19,17,10)
#000000
(0,0,0)

Tints of #777564

#777564
(119,117,100)
#838172
(131,129,114)
#8F8D80
(143,141,128)
#9B998E
(155,153,142)
#A7A59C
(167,165,156)
#B3B1AA
(179,177,170)
#BFBDB8
(191,189,184)
#CBC9C6
(203,201,198)
#D7D5D4
(215,213,212)
#E3E1E2
(227,225,226)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777564; }

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

This text font color is #777564.


Background Color

.myBgColor { background-color: #777564; }

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

This div background color is #777564.


Border color

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

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

This div border color is #777564.


Opacity

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

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

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

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

This text has shadow with #777564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777564 on black background.


Color preview on white background

This text has color #777564 on white background.



Black color preview on #777564 background

This text has black color on #777564 background.


White color preview on #777564 background

This text has white color on #777564 background.