COLOR #77626C

HEX: #77626C
RGB: (119,98,108)

Color info

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

RGB color model

#77626C color RGB value is (119,98,108).

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

RGB channels and saturation

R 119 of 255 = 47%
G 98 of 255 = 38%
B 108 of 255 = 42%

119
98
108

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

Portions of RGB colors in percentages

R + G + B =
119 + 98 + 108 = 325 (100%)
R 119 of 325 ~ 36.62%
G 98 of 325 ~ 30.15%
B 108 of 325 ~ 33.23%

%36.62
%30.15
%33.23

CMYK color model

#77626C color CMYK value is (0,18,9,53).

  • cyan value is 0.00%
  • magenta value is 17.65%
  • yellow value is 9.24%
  • key color value is 53.33%
CMYK:
(0,18,9,53)
C0M18Y9K53 
(0%,18%,9%,53%)
(0.00/0.18/0.09/0.53)	

CMYK percentages

%0
%17.65
%9.24
%53.33

Codes

Color #77626C in popluar color models

77626C
RGB11998108
HSL331°9.68%42.55%
HSB/HSV331°17.65%46.67%
CMYK0.00%17.65%9.24%
53.33%

Color #77626C in popluar number systems.

HEX77626C
Decimal11998108
Binary111011111000101101100
Octal167142154

Shades and tints

Shades of #77626C

#77626C
(119,98,108)
#6D5A63
(109,90,99)
#63525A
(99,82,90)
#594A51
(89,74,81)
#4F4248
(79,66,72)
#453A3F
(69,58,63)
#3B3236
(59,50,54)
#312A2D
(49,42,45)
#272224
(39,34,36)
#1D1A1B
(29,26,27)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #77626C

#77626C
(119,98,108)
#837079
(131,112,121)
#8F7E86
(143,126,134)
#9B8C93
(155,140,147)
#A79AA0
(167,154,160)
#B3A8AD
(179,168,173)
#BFB6BA
(191,182,186)
#CBC4C7
(203,196,199)
#D7D2D4
(215,210,212)
#E3E0E1
(227,224,225)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77626C; }

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

This text font color is #77626C.


Background Color

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

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

This div background color is #77626C.


Border color

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

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

This div border color is #77626C.


Opacity

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

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

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

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

This text has shadow with #77626C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77626C on black background.


Color preview on white background

This text has color #77626C on white background.



Black color preview on #77626C background

This text has black color on #77626C background.


White color preview on #77626C background

This text has white color on #77626C background.