COLOR #779375

HEX: #779375
RGB: (119,147,117)

Color info

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

RGB color model

#779375 color RGB value is (119,147,117).

  • red value is 119;
  • green value is 147;
  • blue value is 117.
RGB:
(119,147,117)
(47%,58%,46%)

RGB channels and saturation

R 119 of 255 = 47%
G 147 of 255 = 58%
B 117 of 255 = 46%

119
147
117

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

Portions of RGB colors in percentages

R + G + B =
119 + 147 + 117 = 383 (100%)
R 119 of 383 ~ 31.07%
G 147 of 383 ~ 38.38%
B 117 of 383 ~ 30.55%

%31.07
%38.38
%30.55

CMYK color model

#779375 color CMYK value is (19,0,20,42).

  • cyan value is 19.05%
  • magenta value is 0.00%
  • yellow value is 20.41%
  • key color value is 42.35%
CMYK:
(19,0,20,42)
C19M0Y20K42 
(19%,0%,20%,42%)
(0.19/0.00/0.20/0.42)	

CMYK percentages

%19.05
%0
%20.41
%42.35

Codes

Color #779375 in popluar color models

779375
RGB119147117
HSL116°12.20%51.76%
HSB/HSV116°20.41%57.65%
CMYK19.05%0.00%20.41%
42.35%

Color #779375 in popluar number systems.

HEX779375
Decimal119147117
Binary1110111100100111110101
Octal167223165

Shades and tints

Shades of #779375

#779375
(119,147,117)
#6D866B
(109,134,107)
#637961
(99,121,97)
#596C57
(89,108,87)
#4F5F4D
(79,95,77)
#455243
(69,82,67)
#3B4539
(59,69,57)
#31382F
(49,56,47)
#272B25
(39,43,37)
#1D1E1B
(29,30,27)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #779375

#779375
(119,147,117)
#839C81
(131,156,129)
#8FA58D
(143,165,141)
#9BAE99
(155,174,153)
#A7B7A5
(167,183,165)
#B3C0B1
(179,192,177)
#BFC9BD
(191,201,189)
#CBD2C9
(203,210,201)
#D7DBD5
(215,219,213)
#E3E4E1
(227,228,225)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #779375 color. Also use rgb(119,147,117) instead hex code.

Text Font Color

.myTextColor { color: #779375; }

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

This text font color is #779375.


Background Color

.myBgColor { background-color: #779375; }

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

This div background color is #779375.


Border color

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

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

This div border color is #779375.


Opacity

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

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

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

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

This text has shadow with #779375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #779375 on black background.


Color preview on white background

This text has color #779375 on white background.



Black color preview on #779375 background

This text has black color on #779375 background.


White color preview on #779375 background

This text has white color on #779375 background.