COLOR #777164

HEX: #777164
RGB: (119,113,100)

Color info

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

RGB color model

#777164 color RGB value is (119,113,100).

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

RGB channels and saturation

R 119 of 255 = 47%
G 113 of 255 = 44%
B 100 of 255 = 39%

119
113
100

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

Portions of RGB colors in percentages

R + G + B =
119 + 113 + 100 = 332 (100%)
R 119 of 332 ~ 35.84%
G 113 of 332 ~ 34.04%
B 100 of 332 ~ 30.12%

%35.84
%34.04
%30.12

CMYK color model

#777164 color CMYK value is (0,5,16,53).

  • cyan value is 0.00%
  • magenta value is 5.04%
  • yellow value is 15.97%
  • key color value is 53.33%
CMYK:
(0,5,16,53)
C0M5Y16K53 
(0%,5%,16%,53%)
(0.00/0.05/0.16/0.53)	

CMYK percentages

%0
%5.04
%15.97
%53.33

Codes

Color #777164 in popluar color models

777164
RGB119113100
HSL41°8.68%42.94%
HSB/HSV41°15.97%46.67%
CMYK0.00%5.04%15.97%
53.33%

Color #777164 in popluar number systems.

HEX777164
Decimal119113100
Binary111011111100011100100
Octal167161144

Shades and tints

Shades of #777164

#777164
(119,113,100)
#6D675B
(109,103,91)
#635D52
(99,93,82)
#595349
(89,83,73)
#4F4940
(79,73,64)
#453F37
(69,63,55)
#3B352E
(59,53,46)
#312B25
(49,43,37)
#27211C
(39,33,28)
#1D1713
(29,23,19)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #777164

#777164
(119,113,100)
#837D72
(131,125,114)
#8F8980
(143,137,128)
#9B958E
(155,149,142)
#A7A19C
(167,161,156)
#B3ADAA
(179,173,170)
#BFB9B8
(191,185,184)
#CBC5C6
(203,197,198)
#D7D1D4
(215,209,212)
#E3DDE2
(227,221,226)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777164; }

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

This text font color is #777164.


Background Color

.myBgColor { background-color: #777164; }

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

This div background color is #777164.


Border color

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

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

This div border color is #777164.


Opacity

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

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

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

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

This text has shadow with #777164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777164 on black background.


Color preview on white background

This text has color #777164 on white background.



Black color preview on #777164 background

This text has black color on #777164 background.


White color preview on #777164 background

This text has white color on #777164 background.