COLOR #77927C

HEX: #77927C
RGB: (119,146,124)

Color info

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

RGB color model

#77927C color RGB value is (119,146,124).

  • red value is 119;
  • green value is 146;
  • blue value is 124.
RGB:
(119,146,124)
(47%,57%,49%)

RGB channels and saturation

R 119 of 255 = 47%
G 146 of 255 = 57%
B 124 of 255 = 49%

119
146
124

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

Portions of RGB colors in percentages

R + G + B =
119 + 146 + 124 = 389 (100%)
R 119 of 389 ~ 30.59%
G 146 of 389 ~ 37.53%
B 124 of 389 ~ 31.88%

%30.59
%37.53
%31.88

CMYK color model

#77927C color CMYK value is (18,0,15,43).

  • cyan value is 18.49%
  • magenta value is 0.00%
  • yellow value is 15.07%
  • key color value is 42.75%
CMYK:
(18,0,15,43)
C18M0Y15K43 
(18%,0%,15%,43%)
(0.18/0.00/0.15/0.43)	

CMYK percentages

%18.49
%0
%15.07
%42.75

Codes

Color #77927C in popluar color models

77927C
RGB119146124
HSL131°11.02%51.96%
HSB/HSV131°18.49%57.25%
CMYK18.49%0.00%15.07%
42.75%

Color #77927C in popluar number systems.

HEX77927C
Decimal119146124
Binary1110111100100101111100
Octal167222174

Shades and tints

Shades of #77927C

#77927C
(119,146,124)
#6D8571
(109,133,113)
#637866
(99,120,102)
#596B5B
(89,107,91)
#4F5E50
(79,94,80)
#455145
(69,81,69)
#3B443A
(59,68,58)
#31372F
(49,55,47)
#272A24
(39,42,36)
#1D1D19
(29,29,25)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #77927C

#77927C
(119,146,124)
#839B87
(131,155,135)
#8FA492
(143,164,146)
#9BAD9D
(155,173,157)
#A7B6A8
(167,182,168)
#B3BFB3
(179,191,179)
#BFC8BE
(191,200,190)
#CBD1C9
(203,209,201)
#D7DAD4
(215,218,212)
#E3E3DF
(227,227,223)
#EFECEA
(239,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77927C color. Also use rgb(119,146,124) instead hex code.

Text Font Color

.myTextColor { color: #77927C; }

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

This text font color is #77927C.


Background Color

.myBgColor { background-color: #77927C; }

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

This div background color is #77927C.


Border color

.myBorderColor { border: 1px solid #77927C; }

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

This div border color is #77927C.


Opacity

.myOpacity80 { color: #77927C; opacity: 0.8; }

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

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

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

This text has shadow with #77927C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77927C on black background.


Color preview on white background

This text has color #77927C on white background.



Black color preview on #77927C background

This text has black color on #77927C background.


White color preview on #77927C background

This text has white color on #77927C background.