COLOR #77838F

HEX: #77838F
RGB: (119,131,143)

Color info

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

RGB color model

#77838F color RGB value is (119,131,143).

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

RGB channels and saturation

R 119 of 255 = 47%
G 131 of 255 = 51%
B 143 of 255 = 56%

119
131
143

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

Portions of RGB colors in percentages

R + G + B =
119 + 131 + 143 = 393 (100%)
R 119 of 393 ~ 30.28%
G 131 of 393 ~ 33.33%
B 143 of 393 ~ 36.39%

%30.28
%33.33
%36.39

CMYK color model

#77838F color CMYK value is (17,8,0,44).

  • cyan value is 16.78%
  • magenta value is 8.39%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(17,8,0,44)
C17M8Y0K44 
(17%,8%,0%,44%)
(0.17/0.08/0.00/0.44)	

CMYK percentages

%16.78
%8.39
%0
%43.92

Codes

Color #77838F in popluar color models

77838F
RGB119131143
HSL210°9.68%51.37%
HSB/HSV210°16.78%56.08%
CMYK16.78%8.39%0.00%
43.92%

Color #77838F in popluar number systems.

HEX77838F
Decimal119131143
Binary11101111000001110001111
Octal167203217

Shades and tints

Shades of #77838F

#77838F
(119,131,143)
#6D7882
(109,120,130)
#636D75
(99,109,117)
#596268
(89,98,104)
#4F575B
(79,87,91)
#454C4E
(69,76,78)
#3B4141
(59,65,65)
#313634
(49,54,52)
#272B27
(39,43,39)
#1D201A
(29,32,26)
#13150D
(19,21,13)
#000000
(0,0,0)

Tints of #77838F

#77838F
(119,131,143)
#838E99
(131,142,153)
#8F99A3
(143,153,163)
#9BA4AD
(155,164,173)
#A7AFB7
(167,175,183)
#B3BAC1
(179,186,193)
#BFC5CB
(191,197,203)
#CBD0D5
(203,208,213)
#D7DBDF
(215,219,223)
#E3E6E9
(227,230,233)
#EFF1F3
(239,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77838F; }

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

This text font color is #77838F.


Background Color

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

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

This div background color is #77838F.


Border color

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

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

This div border color is #77838F.


Opacity

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

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

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

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

This text has shadow with #77838F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77838F on black background.


Color preview on white background

This text has color #77838F on white background.



Black color preview on #77838F background

This text has black color on #77838F background.


White color preview on #77838F background

This text has white color on #77838F background.