COLOR #778873

HEX: #778873
RGB: (119,136,115)

Color info

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

RGB color model

#778873 color RGB value is (119,136,115).

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

RGB channels and saturation

R 119 of 255 = 47%
G 136 of 255 = 53%
B 115 of 255 = 45%

119
136
115

R + G + B ~ 48%. #778873 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 136 + 115 = 370 (100%)
R 119 of 370 ~ 32.16%
G 136 of 370 ~ 36.76%
B 115 of 370 ~ 31.08%

%32.16
%36.76
%31.08

CMYK color model

#778873 color CMYK value is (13,0,15,47).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 15.44%
  • key color value is 46.67%
CMYK: (13,0,15,47) C13M0Y15K47 (13%,0%,15%,47%) (0.13/0.00/0.15/0.47)

CMYK percentages

%12.5
%0
%15.44
%46.67

Codes

Color #778873 in popluar color models

778873
RGB119136115
HSL109°8.37%49.22%
HSB/HSV109°15.44%53.33%
CMYK12.50%0.00%15.44%
46.67%

Color #778873 in popluar number systems.

HEX778873
Decimal119136115
Binary1110111100010001110011
Octal167210163

Shades and tints

Shades of #778873

#778873
(119,136,115)
#6D7C69
(109,124,105)
#63705F
(99,112,95)
#596455
(89,100,85)
#4F584B
(79,88,75)
#454C41
(69,76,65)
#3B4037
(59,64,55)
#31342D
(49,52,45)
#272823
(39,40,35)
#1D1C19
(29,28,25)
#13100F
(19,16,15)
#000000
(0,0,0)

Tints of #778873

#778873
(119,136,115)
#83927F
(131,146,127)
#8F9C8B
(143,156,139)
#9BA697
(155,166,151)
#A7B0A3
(167,176,163)
#B3BAAF
(179,186,175)
#BFC4BB
(191,196,187)
#CBCEC7
(203,206,199)
#D7D8D3
(215,216,211)
#E3E2DF
(227,226,223)
#EFECEB
(239,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #778873; }

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

This text font color is #778873.


Background Color

.myBgColor { background-color: #778873; }

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

This div background color is #778873.


Border color

.myBorderColor { border: 1px solid #778873; }

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

This div border color is #778873.


Opacity

.myOpacity80 { color: #778873; opacity: 0.8; }

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

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

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

This text has shadow with #778873 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #778873 on black background.


Color preview on white background

This text has color #778873 on white background.



Black color preview on #778873 background

This text has black color on #778873 background.


White color preview on #778873 background

This text has white color on #778873 background.