COLOR #777083

HEX: #777083
RGB: (119,112,131)

Color info

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

RGB color model

#777083 color RGB value is (119,112,131).

  • red value is 119;
  • green value is 112;
  • blue value is 131.
RGB:
(119,112,131)
(47%,44%,51%)

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 131 of 255 = 51%

119
112
131

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

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 131 = 362 (100%)
R 119 of 362 ~ 32.87%
G 112 of 362 ~ 30.94%
B 131 of 362 ~ 36.19%

%32.87
%30.94
%36.19

CMYK color model

#777083 color CMYK value is (9,15,0,49).

  • cyan value is 9.16%
  • magenta value is 14.50%
  • yellow value is 0.00%
  • key color value is 48.63%
CMYK:
(9,15,0,49)
C9M15Y0K49 
(9%,15%,0%,49%)
(0.09/0.15/0.00/0.49)	

CMYK percentages

%9.16
%14.5
%0
%48.63

Codes

Color #777083 in popluar color models

777083
RGB119112131
HSL262°7.82%47.65%
HSB/HSV262°14.50%51.37%
CMYK9.16%14.50%0.00%
48.63%

Color #777083 in popluar number systems.

HEX777083
Decimal119112131
Binary1110111111000010000011
Octal167160203

Shades and tints

Shades of #777083

#777083
(119,112,131)
#6D6678
(109,102,120)
#635C6D
(99,92,109)
#595262
(89,82,98)
#4F4857
(79,72,87)
#453E4C
(69,62,76)
#3B3441
(59,52,65)
#312A36
(49,42,54)
#27202B
(39,32,43)
#1D1620
(29,22,32)
#130C15
(19,12,21)
#000000
(0,0,0)

Tints of #777083

#777083
(119,112,131)
#837D8E
(131,125,142)
#8F8A99
(143,138,153)
#9B97A4
(155,151,164)
#A7A4AF
(167,164,175)
#B3B1BA
(179,177,186)
#BFBEC5
(191,190,197)
#CBCBD0
(203,203,208)
#D7D8DB
(215,216,219)
#E3E5E6
(227,229,230)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777083; }

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

This text font color is #777083.


Background Color

.myBgColor { background-color: #777083; }

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

This div background color is #777083.


Border color

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

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

This div border color is #777083.


Opacity

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

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

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

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

This text has shadow with #777083 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777083 on black background.


Color preview on white background

This text has color #777083 on white background.



Black color preview on #777083 background

This text has black color on #777083 background.


White color preview on #777083 background

This text has white color on #777083 background.