COLOR #77888F

HEX: #77888F
RGB: (119,136,143)

Color info

#77888F contains red, green and blue colors in about the same proportion. Web safe color of #77888F is #669999 (or #699).

RGB color model

#77888F color RGB value is (119,136,143).

  • red value is 119;
  • green value is 136;
  • blue value is 143.
RGB:
(119,136,143)
(47%,53%,56%)

RGB channels and saturation

R 119 of 255 = 47%
G 136 of 255 = 53%
B 143 of 255 = 56%

119
136
143

R + G + B ~ 52%. #77888F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 136 + 143 = 398 (100%)
R 119 of 398 ~ 29.9%
G 136 of 398 ~ 34.17%
B 143 of 398 ~ 35.93%

%29.9
%34.17
%35.93

CMYK color model

#77888F color CMYK value is (17,5,0,44).

  • cyan value is 16.78%
  • magenta value is 4.90%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(17,5,0,44)
C17M5Y0K44 
(17%,5%,0%,44%)
(0.17/0.05/0.00/0.44)	

CMYK percentages

%16.78
%4.9
%0
%43.92

Codes

Color #77888F in popluar color models

77888F
RGB119136143
HSL198°9.68%51.37%
HSB/HSV198°16.78%56.08%
CMYK16.78%4.90%0.00%
43.92%

Color #77888F in popluar number systems.

HEX77888F
Decimal119136143
Binary11101111000100010001111
Octal167210217

Shades and tints

Shades of #77888F

#77888F
(119,136,143)
#6D7C82
(109,124,130)
#637075
(99,112,117)
#596468
(89,100,104)
#4F585B
(79,88,91)
#454C4E
(69,76,78)
#3B4041
(59,64,65)
#313434
(49,52,52)
#272827
(39,40,39)
#1D1C1A
(29,28,26)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #77888F

#77888F
(119,136,143)
#839299
(131,146,153)
#8F9CA3
(143,156,163)
#9BA6AD
(155,166,173)
#A7B0B7
(167,176,183)
#B3BAC1
(179,186,193)
#BFC4CB
(191,196,203)
#CBCED5
(203,206,213)
#D7D8DF
(215,216,223)
#E3E2E9
(227,226,233)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77888F color. Also use rgb(119,136,143) instead hex code.

Text Font Color

.myTextColor { color: #77888F; }

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

This text font color is #77888F.


Background Color

.myBgColor { background-color: #77888F; }

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

This div background color is #77888F.


Border color

.myBorderColor { border: 1px solid #77888F; }

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

This div border color is #77888F.


Opacity

.myOpacity80 { color: #77888F; opacity: 0.8; }

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

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

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

This text has shadow with #77888F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77888F on black background.


Color preview on white background

This text has color #77888F on white background.



Black color preview on #77888F background

This text has black color on #77888F background.


White color preview on #77888F background

This text has white color on #77888F background.