COLOR #777066

HEX: #777066
RGB: (119,112,102)

Color info

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

RGB color model

#777066 color RGB value is (119,112,102).

  • red value is 119;
  • green value is 112;
  • blue value is 102.
RGB:
(119,112,102)
(47%,44%,40%)

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 102 of 255 = 40%

119
112
102

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

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 102 = 333 (100%)
R 119 of 333 ~ 35.74%
G 112 of 333 ~ 33.63%
B 102 of 333 ~ 30.63%

%35.74
%33.63
%30.63

CMYK color model

#777066 color CMYK value is (0,6,14,53).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 14.29%
  • key color value is 53.33%
CMYK:
(0,6,14,53)
C0M6Y14K53 
(0%,6%,14%,53%)
(0.00/0.06/0.14/0.53)	

CMYK percentages

%0
%5.88
%14.29
%53.33

Codes

Color #777066 in popluar color models

777066
RGB119112102
HSL35°7.69%43.33%
HSB/HSV35°14.29%46.67%
CMYK0.00%5.88%14.29%
53.33%

Color #777066 in popluar number systems.

HEX777066
Decimal119112102
Binary111011111100001100110
Octal167160146

Shades and tints

Shades of #777066

#777066
(119,112,102)
#6D665D
(109,102,93)
#635C54
(99,92,84)
#59524B
(89,82,75)
#4F4842
(79,72,66)
#453E39
(69,62,57)
#3B3430
(59,52,48)
#312A27
(49,42,39)
#27201E
(39,32,30)
#1D1615
(29,22,21)
#130C0C
(19,12,12)
#000000
(0,0,0)

Tints of #777066

#777066
(119,112,102)
#837D73
(131,125,115)
#8F8A80
(143,138,128)
#9B978D
(155,151,141)
#A7A49A
(167,164,154)
#B3B1A7
(179,177,167)
#BFBEB4
(191,190,180)
#CBCBC1
(203,203,193)
#D7D8CE
(215,216,206)
#E3E5DB
(227,229,219)
#EFF2E8
(239,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777066 color. Also use rgb(119,112,102) instead hex code.

Text Font Color

.myTextColor { color: #777066; }

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

This text font color is #777066.


Background Color

.myBgColor { background-color: #777066; }

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

This div background color is #777066.


Border color

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

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

This div border color is #777066.


Opacity

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

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

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

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

This text has shadow with #777066 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777066 on black background.


Color preview on white background

This text has color #777066 on white background.



Black color preview on #777066 background

This text has black color on #777066 background.


White color preview on #777066 background

This text has white color on #777066 background.