COLOR #777885

HEX: #777885
RGB: (119,120,133)

Color info

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

RGB color model

#777885 color RGB value is (119,120,133).

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

RGB channels and saturation

R 119 of 255 = 47%
G 120 of 255 = 47%
B 133 of 255 = 52%

119
120
133

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

Portions of RGB colors in percentages

R + G + B =
119 + 120 + 133 = 372 (100%)
R 119 of 372 ~ 31.99%
G 120 of 372 ~ 32.26%
B 133 of 372 ~ 35.75%

%31.99
%32.26
%35.75

CMYK color model

#777885 color CMYK value is (11,10,0,48).

  • cyan value is 10.53%
  • magenta value is 9.77%
  • yellow value is 0.00%
  • key color value is 47.84%
CMYK:
(11,10,0,48)
C11M10Y0K48 
(11%,10%,0%,48%)
(0.11/0.10/0.00/0.48)	

CMYK percentages

%10.53
%9.77
%0
%47.84

Codes

Color #777885 in popluar color models

777885
RGB119120133
HSL236°5.56%49.41%
HSB/HSV236°10.53%52.16%
CMYK10.53%9.77%0.00%
47.84%

Color #777885 in popluar number systems.

HEX777885
Decimal119120133
Binary1110111111100010000101
Octal167170205

Shades and tints

Shades of #777885

#777885
(119,120,133)
#6D6E79
(109,110,121)
#63646D
(99,100,109)
#595A61
(89,90,97)
#4F5055
(79,80,85)
#454649
(69,70,73)
#3B3C3D
(59,60,61)
#313231
(49,50,49)
#272825
(39,40,37)
#1D1E19
(29,30,25)
#13140D
(19,20,13)
#000000
(0,0,0)

Tints of #777885

#777885
(119,120,133)
#838490
(131,132,144)
#8F909B
(143,144,155)
#9B9CA6
(155,156,166)
#A7A8B1
(167,168,177)
#B3B4BC
(179,180,188)
#BFC0C7
(191,192,199)
#CBCCD2
(203,204,210)
#D7D8DD
(215,216,221)
#E3E4E8
(227,228,232)
#EFF0F3
(239,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777885; }

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

This text font color is #777885.


Background Color

.myBgColor { background-color: #777885; }

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

This div background color is #777885.


Border color

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

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

This div border color is #777885.


Opacity

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

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

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

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

This text has shadow with #777885 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777885 on black background.


Color preview on white background

This text has color #777885 on white background.



Black color preview on #777885 background

This text has black color on #777885 background.


White color preview on #777885 background

This text has white color on #777885 background.