COLOR #77829A

HEX: #77829A
RGB: (119,130,154)

Color info

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

RGB color model

#77829A color RGB value is (119,130,154).

  • red value is 119;
  • green value is 130;
  • blue value is 154.
RGB:
(119,130,154)
(47%,51%,60%)

RGB channels and saturation

R 119 of 255 = 47%
G 130 of 255 = 51%
B 154 of 255 = 60%

119
130
154

R + G + B ~ 53%. #77829A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 130 + 154 = 403 (100%)
R 119 of 403 ~ 29.53%
G 130 of 403 ~ 32.26%
B 154 of 403 ~ 38.21%

%29.53
%32.26
%38.21

CMYK color model

#77829A color CMYK value is (23,16,0,40).

  • cyan value is 22.73%
  • magenta value is 15.58%
  • yellow value is 0.00%
  • key color value is 39.61%
CMYK:
(23,16,0,40)
C23M16Y0K40 
(23%,16%,0%,40%)
(0.23/0.16/0.00/0.40)	

CMYK percentages

%22.73
%15.58
%0
%39.61

Codes

Color #77829A in popluar color models

77829A
RGB119130154
HSL221°14.77%53.53%
HSB/HSV221°22.73%60.39%
CMYK22.73%15.58%0.00%
39.61%

Color #77829A in popluar number systems.

HEX77829A
Decimal119130154
Binary11101111000001010011010
Octal167202232

Shades and tints

Shades of #77829A

#77829A
(119,130,154)
#6D778C
(109,119,140)
#636C7E
(99,108,126)
#596170
(89,97,112)
#4F5662
(79,86,98)
#454B54
(69,75,84)
#3B4046
(59,64,70)
#313538
(49,53,56)
#272A2A
(39,42,42)
#1D1F1C
(29,31,28)
#13140E
(19,20,14)
#000000
(0,0,0)

Tints of #77829A

#77829A
(119,130,154)
#838DA3
(131,141,163)
#8F98AC
(143,152,172)
#9BA3B5
(155,163,181)
#A7AEBE
(167,174,190)
#B3B9C7
(179,185,199)
#BFC4D0
(191,196,208)
#CBCFD9
(203,207,217)
#D7DAE2
(215,218,226)
#E3E5EB
(227,229,235)
#EFF0F4
(239,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77829A color. Also use rgb(119,130,154) instead hex code.

Text Font Color

.myTextColor { color: #77829A; }

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

This text font color is #77829A.


Background Color

.myBgColor { background-color: #77829A; }

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

This div background color is #77829A.


Border color

.myBorderColor { border: 1px solid #77829A; }

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

This div border color is #77829A.


Opacity

.myOpacity80 { color: #77829A; opacity: 0.8; }

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

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

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

This text has shadow with #77829A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77829A on black background.


Color preview on white background

This text has color #77829A on white background.



Black color preview on #77829A background

This text has black color on #77829A background.


White color preview on #77829A background

This text has white color on #77829A background.