COLOR #77827E

HEX: #77827E
RGB: (119,130,126)

Color info

#77827E contains red, green and blue colors in about the same proportion. Web safe color of #77827E is #669966 (or #696).

RGB color model

#77827E color RGB value is (119,130,126).

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

RGB channels and saturation

R 119 of 255 = 47%
G 130 of 255 = 51%
B 126 of 255 = 49%

119
130
126

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

Portions of RGB colors in percentages

R + G + B =
119 + 130 + 126 = 375 (100%)
R 119 of 375 ~ 31.73%
G 130 of 375 ~ 34.67%
B 126 of 375 ~ 33.6%

%31.73
%34.67
%33.6

CMYK color model

#77827E color CMYK value is (8,0,3,49).

  • cyan value is 8.46%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 49.02%
CMYK:
(8,0,3,49)
C8M0Y3K49 
(8%,0%,3%,49%)
(0.08/0.00/0.03/0.49)	

CMYK percentages

%8.46
%0
%3.08
%49.02

Codes

Color #77827E in popluar color models

77827E
RGB119130126
HSL158°4.42%48.82%
HSB/HSV158°8.46%50.98%
CMYK8.46%0.00%3.08%
49.02%

Color #77827E in popluar number systems.

HEX77827E
Decimal119130126
Binary1110111100000101111110
Octal167202176

Shades and tints

Shades of #77827E

#77827E
(119,130,126)
#6D7773
(109,119,115)
#636C68
(99,108,104)
#59615D
(89,97,93)
#4F5652
(79,86,82)
#454B47
(69,75,71)
#3B403C
(59,64,60)
#313531
(49,53,49)
#272A26
(39,42,38)
#1D1F1B
(29,31,27)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #77827E

#77827E
(119,130,126)
#838D89
(131,141,137)
#8F9894
(143,152,148)
#9BA39F
(155,163,159)
#A7AEAA
(167,174,170)
#B3B9B5
(179,185,181)
#BFC4C0
(191,196,192)
#CBCFCB
(203,207,203)
#D7DAD6
(215,218,214)
#E3E5E1
(227,229,225)
#EFF0EC
(239,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77827E color. Also use rgb(119,130,126) instead hex code.

Text Font Color

.myTextColor { color: #77827E; }

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

This text font color is #77827E.


Background Color

.myBgColor { background-color: #77827E; }

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

This div background color is #77827E.


Border color

.myBorderColor { border: 1px solid #77827E; }

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

This div border color is #77827E.


Opacity

.myOpacity80 { color: #77827E; opacity: 0.8; }

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

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

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

This text has shadow with #77827E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77827E on black background.


Color preview on white background

This text has color #77827E on white background.



Black color preview on #77827E background

This text has black color on #77827E background.


White color preview on #77827E background

This text has white color on #77827E background.