COLOR #77637A

HEX: #77637A
RGB: (119,99,122)

Color info

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

RGB color model

#77637A color RGB value is (119,99,122).

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

RGB channels and saturation

R 119 of 255 = 47%
G 99 of 255 = 39%
B 122 of 255 = 48%

119
99
122

R + G + B ~ 45%. #77637A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 99 + 122 = 340 (100%)
R 119 of 340 ~ 35%
G 99 of 340 ~ 29.12%
B 122 of 340 ~ 35.88%

%35
%29.12
%35.88

CMYK color model

#77637A color CMYK value is (2,19,0,52).

  • cyan value is 2.46%
  • magenta value is 18.85%
  • yellow value is 0.00%
  • key color value is 52.16%
CMYK:
(2,19,0,52)
C2M19Y0K52 
(2%,19%,0%,52%)
(0.02/0.19/0.00/0.52)	

CMYK percentages

%2.46
%18.85
%0
%52.16

Codes

Color #77637A in popluar color models

77637A
RGB11999122
HSL292°10.41%43.33%
HSB/HSV292°18.85%47.84%
CMYK2.46%18.85%0.00%
52.16%

Color #77637A in popluar number systems.

HEX77637A
Decimal11999122
Binary111011111000111111010
Octal167143172

Shades and tints

Shades of #77637A

#77637A
(119,99,122)
#6D5A6F
(109,90,111)
#635164
(99,81,100)
#594859
(89,72,89)
#4F3F4E
(79,63,78)
#453643
(69,54,67)
#3B2D38
(59,45,56)
#31242D
(49,36,45)
#271B22
(39,27,34)
#1D1217
(29,18,23)
#13090C
(19,9,12)
#000000
(0,0,0)

Tints of #77637A

#77637A
(119,99,122)
#837186
(131,113,134)
#8F7F92
(143,127,146)
#9B8D9E
(155,141,158)
#A79BAA
(167,155,170)
#B3A9B6
(179,169,182)
#BFB7C2
(191,183,194)
#CBC5CE
(203,197,206)
#D7D3DA
(215,211,218)
#E3E1E6
(227,225,230)
#EFEFF2
(239,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77637A color. Also use rgb(119,99,122) instead hex code.

Text Font Color

.myTextColor { color: #77637A; }

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

This text font color is #77637A.


Background Color

.myBgColor { background-color: #77637A; }

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

This div background color is #77637A.


Border color

.myBorderColor { border: 1px solid #77637A; }

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

This div border color is #77637A.


Opacity

.myOpacity80 { color: #77637A; opacity: 0.8; }

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

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

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

This text has shadow with #77637A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77637A on black background.


Color preview on white background

This text has color #77637A on white background.



Black color preview on #77637A background

This text has black color on #77637A background.


White color preview on #77637A background

This text has white color on #77637A background.