COLOR #77636F

HEX: #77636F
RGB: (119,99,111)

Color info

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

RGB color model

#77636F color RGB value is (119,99,111).

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

RGB channels and saturation

R 119 of 255 = 47%
G 99 of 255 = 39%
B 111 of 255 = 44%

119
99
111

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

Portions of RGB colors in percentages

R + G + B =
119 + 99 + 111 = 329 (100%)
R 119 of 329 ~ 36.17%
G 99 of 329 ~ 30.09%
B 111 of 329 ~ 33.74%

%36.17
%30.09
%33.74

CMYK color model

#77636F color CMYK value is (0,17,7,53).

  • cyan value is 0.00%
  • magenta value is 16.81%
  • yellow value is 6.72%
  • key color value is 53.33%
CMYK:
(0,17,7,53)
C0M17Y7K53 
(0%,17%,7%,53%)
(0.00/0.17/0.07/0.53)	

CMYK percentages

%0
%16.81
%6.72
%53.33

Codes

Color #77636F in popluar color models

77636F
RGB11999111
HSL324°9.17%42.75%
HSB/HSV324°16.81%46.67%
CMYK0.00%16.81%6.72%
53.33%

Color #77636F in popluar number systems.

HEX77636F
Decimal11999111
Binary111011111000111101111
Octal167143157

Shades and tints

Shades of #77636F

#77636F
(119,99,111)
#6D5A65
(109,90,101)
#63515B
(99,81,91)
#594851
(89,72,81)
#4F3F47
(79,63,71)
#45363D
(69,54,61)
#3B2D33
(59,45,51)
#312429
(49,36,41)
#271B1F
(39,27,31)
#1D1215
(29,18,21)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #77636F

#77636F
(119,99,111)
#83717C
(131,113,124)
#8F7F89
(143,127,137)
#9B8D96
(155,141,150)
#A79BA3
(167,155,163)
#B3A9B0
(179,169,176)
#BFB7BD
(191,183,189)
#CBC5CA
(203,197,202)
#D7D3D7
(215,211,215)
#E3E1E4
(227,225,228)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77636F; }

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

This text font color is #77636F.


Background Color

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

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

This div background color is #77636F.


Border color

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

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

This div border color is #77636F.


Opacity

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

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

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

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

This text has shadow with #77636F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77636F on black background.


Color preview on white background

This text has color #77636F on white background.



Black color preview on #77636F background

This text has black color on #77636F background.


White color preview on #77636F background

This text has white color on #77636F background.