COLOR #777883

HEX: #777883 RGB: (119,120,131)

Color info

#777883 contains red, green and blue colors in about the same proportion. Web safe color of #777883 is #666699 (or #669).

RGB color model

#777883 color RGB value is (119,120,131).

RGB: (119,120,131) (47%, 47%, 51%)

RGB channels and saturation

R 119 of 255 = 47%
G 120 of 255 = 47%
B 131 of 255 = 51%

119
120
131

R + G + B ~ 48%. #777883 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 119 + 120 + 131 = 370 (100%)
R 119 of 370 ~ 32.16%
G 120 of 370 ~ 32.43%
B 131 of 370 ~ 35.41'%

%32.16
%32.43
%35.41

CMYK color model

#777883 color CMYK value is (9,8,0,49).

  • cyan value is 9.16%
  • magenta value is 8.40%
  • yellow value is 0.00%
  • key color value is 48.63%

CMYK: (9,8,0,49)
C9M8Y0K49 (9%, 8%, 0%, 49%)
(0.09 / 0.08 / 0.00 / 0.49)

CMYK percentages

%9.16
%8.4
%0
%48.63

Codes

Color #777883 in popluar color models

77 78 83
RGB 119 120 131
HSL 235° 4.80% 49.02%
HSB/HSV 235° 9.16% 51.37%
CMYK 9.16% 8.40% 0.00%
48.63%

Color #777883 in popluar number systems.

HEX 77 78 83
Decimal 119 120 131
Binary 1110111 1111000 10000011
Octal 167 170 203

Shades and tints

Shades of #777883

#777883
(119,120,131)
#6D6E78
(109,110,120)
#63646D
(99,100,109)
#595A62
(89,90,98)
#4F5057
(79,80,87)
#45464C
(69,70,76)
#3B3C41
(59,60,65)
#313236
(49,50,54)
#27282B
(39,40,43)
#1D1E20
(29,30,32)
#131415
(19,20,21)
#000000
(0,0,0)

Tints of #777883

#777883
(119,120,131)
#83848E
(131,132,142)
#8F9099
(143,144,153)
#9B9CA4
(155,156,164)
#A7A8AF
(167,168,175)
#B3B4BA
(179,180,186)
#BFC0C5
(191,192,197)
#CBCCD0
(203,204,208)
#D7D8DB
(215,216,219)
#E3E4E6
(227,228,230)
#EFF0F1
(239,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777883 color. Also use rgb(119,120,131) instead hex code.

Text Font Color

.myTextColor { color: #777883; }

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

This text font color is #777883.

Background Color

.myBgColor { background-color: #777883; }

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

This div background color is #777883.

Border color

.myBorderColor { border: 1px solid #777883; }

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

This div border color is #777883.

Opacity

.myOpacity80 { color: #777883; opacity: 0.8; }

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

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

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

This text has shadow with #777883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #777883.

Preview

Color preview on black background

This text has color #777883 on black background.


Color preview on white background

This text has color #777883 on white background.


Black color preview on #777883 background

This text has black color on #777883 background.


White color preview on #777883 background

This text has white color on #777883 background.


Related colors

Complementary color

Complementary color for #hex is #88877C.


I love getcolorcode.com

Triadic colors

1 #837778 and #788377 with #777883 are triadic colors.

2 #837877 and #787783 with #777883 are triadic colors.