COLOR #777085

HEX: #777085
RGB: (119,112,133)

Color info

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

RGB color model

#777085 color RGB value is (119,112,133).

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

RGB channels and saturation

R 119 of 255 = 47%
G 112 of 255 = 44%
B 133 of 255 = 52%

119
112
133

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

Portions of RGB colors in percentages

R + G + B =
119 + 112 + 133 = 364 (100%)
R 119 of 364 ~ 32.69%
G 112 of 364 ~ 30.77%
B 133 of 364 ~ 36.54%

%32.69
%30.77
%36.54

CMYK color model

#777085 color CMYK value is (11,16,0,48).

  • cyan value is 10.53%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(11,16,0,48)
C11M16Y0K48 
(11%,16%,0%,48%)
(0.11/0.16/0.00/0.48)	

CMYK percentages

%10.53
%15.79
%0
%47.84

Codes

Color #777085 in popluar color models

777085
RGB119112133
HSL260°8.57%48.04%
HSB/HSV260°15.79%52.16%
CMYK10.53%15.79%0.00%
47.84%

Color #777085 in popluar number systems.

HEX777085
Decimal119112133
Binary1110111111000010000101
Octal167160205

Shades and tints

Shades of #777085

#777085
(119,112,133)
#6D6679
(109,102,121)
#635C6D
(99,92,109)
#595261
(89,82,97)
#4F4855
(79,72,85)
#453E49
(69,62,73)
#3B343D
(59,52,61)
#312A31
(49,42,49)
#272025
(39,32,37)
#1D1619
(29,22,25)
#130C0D
(19,12,13)
#000000
(0,0,0)

Tints of #777085

#777085
(119,112,133)
#837D90
(131,125,144)
#8F8A9B
(143,138,155)
#9B97A6
(155,151,166)
#A7A4B1
(167,164,177)
#B3B1BC
(179,177,188)
#BFBEC7
(191,190,199)
#CBCBD2
(203,203,210)
#D7D8DD
(215,216,221)
#E3E5E8
(227,229,232)
#EFF2F3
(239,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777085; }

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

This text font color is #777085.


Background Color

.myBgColor { background-color: #777085; }

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

This div background color is #777085.


Border color

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

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

This div border color is #777085.


Opacity

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

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

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

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

This text has shadow with #777085 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777085 on black background.


Color preview on white background

This text has color #777085 on white background.



Black color preview on #777085 background

This text has black color on #777085 background.


White color preview on #777085 background

This text has white color on #777085 background.