COLOR #77636C

HEX: #77636C
RGB: (119,99,108)

Color info

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

RGB color model

#77636C color RGB value is (119,99,108).

  • red value is 119;
  • green value is 99;
  • blue value is 108.
RGB:
(119,99,108)
(47%,39%,42%)

RGB channels and saturation

R 119 of 255 = 47%
G 99 of 255 = 39%
B 108 of 255 = 42%

119
99
108

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

Portions of RGB colors in percentages

R + G + B =
119 + 99 + 108 = 326 (100%)
R 119 of 326 ~ 36.5%
G 99 of 326 ~ 30.37%
B 108 of 326 ~ 33.13%

%36.5
%30.37
%33.13

CMYK color model

#77636C color CMYK value is (0,17,9,53).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 9.24%
  • key color value is 53.33%
CMYK:
(0,17,9,53)
C0M17Y9K53 
(0%,17%,9%,53%)
(0.00/0.17/0.09/0.53)	

CMYK percentages

%0
%16.81
%9.24
%53.33

Codes

Color #77636C in popluar color models

77636C
RGB11999108
HSL333°9.17%42.75%
HSB/HSV333°16.81%46.67%
CMYK0.00%16.81%9.24%
53.33%

Color #77636C in popluar number systems.

HEX77636C
Decimal11999108
Binary111011111000111101100
Octal167143154

Shades and tints

Shades of #77636C

#77636C
(119,99,108)
#6D5A63
(109,90,99)
#63515A
(99,81,90)
#594851
(89,72,81)
#4F3F48
(79,63,72)
#45363F
(69,54,63)
#3B2D36
(59,45,54)
#31242D
(49,36,45)
#271B24
(39,27,36)
#1D121B
(29,18,27)
#130912
(19,9,18)
#000000
(0,0,0)

Tints of #77636C

#77636C
(119,99,108)
#837179
(131,113,121)
#8F7F86
(143,127,134)
#9B8D93
(155,141,147)
#A79BA0
(167,155,160)
#B3A9AD
(179,169,173)
#BFB7BA
(191,183,186)
#CBC5C7
(203,197,199)
#D7D3D4
(215,211,212)
#E3E1E1
(227,225,225)
#EFEFEE
(239,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77636C color. Also use rgb(119,99,108) instead hex code.

Text Font Color

.myTextColor { color: #77636C; }

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

This text font color is #77636C.


Background Color

.myBgColor { background-color: #77636C; }

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

This div background color is #77636C.


Border color

.myBorderColor { border: 1px solid #77636C; }

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

This div border color is #77636C.


Opacity

.myOpacity80 { color: #77636C; opacity: 0.8; }

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

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

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

This text has shadow with #77636C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77636C on black background.


Color preview on white background

This text has color #77636C on white background.



Black color preview on #77636C background

This text has black color on #77636C background.


White color preview on #77636C background

This text has white color on #77636C background.