COLOR #77647D

HEX: #77647D RGB: (119,100,125)

Color info

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

RGB color model

#77647D color RGB value is (119,100,125).

RGB: (119,100,125) (47%, 39%, 49%)

RGB channels and saturation

R 119 of 255 = 47%
G 100 of 255 = 39%
B 125 of 255 = 49%

119
100
125

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

Portions of RGB colors in percentages

R + G + B = 119 + 100 + 125 = 344 (100%)
R 119 of 344 ~ 34.59%
G 100 of 344 ~ 29.07%
B 125 of 344 ~ 36.34'%

%34.59
%29.07
%36.34

CMYK color model

#77647D color CMYK value is (5,20,0,51).

  • cyan value is 4.80%
  • magenta value is 20.00%
  • yellow value is 0.00%
  • key color value is 50.98%

CMYK: (5,20,0,51)
C5M20Y0K51 (5%, 20%, 0%, 51%)
(0.05 / 0.20 / 0.00 / 0.51)

CMYK percentages

%4.8
%20
%0
%50.98

Codes

Color #77647D in popluar color models

77 64 7D
RGB 119 100 125
HSL 286° 11.11% 44.12%
HSB/HSV 286° 20.00% 49.02%
CMYK 4.80% 20.00% 0.00%
50.98%

Color #77647D in popluar number systems.

HEX 77 64 7D
Decimal 119 100 125
Binary 1110111 1100100 1111101
Octal 167 144 175

Shades and tints

Shades of #77647D

#77647D
(119,100,125)
#6D5B72
(109,91,114)
#635267
(99,82,103)
#59495C
(89,73,92)
#4F4051
(79,64,81)
#453746
(69,55,70)
#3B2E3B
(59,46,59)
#312530
(49,37,48)
#271C25
(39,28,37)
#1D131A
(29,19,26)
#130A0F
(19,10,15)
#000000
(0,0,0)

Tints of #77647D

#77647D
(119,100,125)
#837288
(131,114,136)
#8F8093
(143,128,147)
#9B8E9E
(155,142,158)
#A79CA9
(167,156,169)
#B3AAB4
(179,170,180)
#BFB8BF
(191,184,191)
#CBC6CA
(203,198,202)
#D7D4D5
(215,212,213)
#E3E2E0
(227,226,224)
#EFF0EB
(239,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77647D color. Also use rgb(119,100,125) instead hex code.

Text Font Color

.myTextColor { color: #77647D; }

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

This text font color is #77647D.

Background Color

.myBgColor { background-color: #77647D; }

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

This div background color is #77647D.

Border color

.myBorderColor { border: 1px solid #77647D; }

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

This div border color is #77647D.

Opacity

.myOpacity80 { color: #77647D; opacity: 0.8; }

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

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

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

This text has shadow with #77647D color.


.textShadow {text-shadow: 3px 3px 1px #77647D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #77647D; -webkit-box-shadow: 1px 1px 3px 2px #77647D; box-shadow:1px 1px 3px 2px #77647D;">
Div content here
</div>

This div box has shadow with color #77647D.

Preview

Color preview on black background

This text has color #77647D on black background.


Color preview on white background

This text has color #77647D on white background.


Black color preview on #77647D background

This text has black color on #77647D background.


White color preview on #77647D background

This text has white color on #77647D background.


Related colors

Complementary color

Complementary color for #hex is #889B82.


I love getcolorcode.com

Triadic colors

1 #7D7764 and #647D77 with #77647D are triadic colors.

2 #7D6477 and #64777D with #77647D are triadic colors.