COLOR #799878

HEX: #799878
RGB: (121,152,120)

Color info

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

RGB color model

#799878 color RGB value is (121,152,120).

  • red value is 121;
  • green value is 152;
  • blue value is 120.
RGB:
(121,152,120)
(47%,60%,47%)

RGB channels and saturation

R 121 of 255 = 47%
G 152 of 255 = 60%
B 120 of 255 = 47%

121
152
120

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

Portions of RGB colors in percentages

R + G + B =
121 + 152 + 120 = 393 (100%)
R 121 of 393 ~ 30.79%
G 152 of 393 ~ 38.68%
B 120 of 393 ~ 30.53%

%30.79
%38.68
%30.53

CMYK color model

#799878 color CMYK value is (20,0,21,40).

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 21.05%
  • key color value is 40.39%
CMYK:
(20,0,21,40)
C20M0Y21K40 
(20%,0%,21%,40%)
(0.20/0.00/0.21/0.40)	

CMYK percentages

%20.39
%0
%21.05
%40.39

Codes

Color #799878 in popluar color models

799878
RGB121152120
HSL118°13.45%53.33%
HSB/HSV118°21.05%59.61%
CMYK20.39%0.00%21.05%
40.39%

Color #799878 in popluar number systems.

HEX799878
Decimal121152120
Binary1111001100110001111000
Octal171230170

Shades and tints

Shades of #799878

#799878
(121,152,120)
#6E8B6E
(110,139,110)
#637E64
(99,126,100)
#58715A
(88,113,90)
#4D6450
(77,100,80)
#425746
(66,87,70)
#374A3C
(55,74,60)
#2C3D32
(44,61,50)
#213028
(33,48,40)
#16231E
(22,35,30)
#0B1614
(11,22,20)
#000000
(0,0,0)

Tints of #799878

#799878
(121,152,120)
#85A184
(133,161,132)
#91AA90
(145,170,144)
#9DB39C
(157,179,156)
#A9BCA8
(169,188,168)
#B5C5B4
(181,197,180)
#C1CEC0
(193,206,192)
#CDD7CC
(205,215,204)
#D9E0D8
(217,224,216)
#E5E9E4
(229,233,228)
#F1F2F0
(241,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799878 color. Also use rgb(121,152,120) instead hex code.

Text Font Color

.myTextColor { color: #799878; }

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

This text font color is #799878.


Background Color

.myBgColor { background-color: #799878; }

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

This div background color is #799878.


Border color

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

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

This div border color is #799878.


Opacity

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

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

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

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

This text has shadow with #799878 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799878 on black background.


Color preview on white background

This text has color #799878 on white background.



Black color preview on #799878 background

This text has black color on #799878 background.


White color preview on #799878 background

This text has white color on #799878 background.