COLOR #799070

HEX: #799070
RGB: (121,144,112)

Color info

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

RGB color model

#799070 color RGB value is (121,144,112).

  • red value is 121;
  • green value is 144;
  • blue value is 112.
RGB:
(121,144,112)
(47%,56%,44%)

RGB channels and saturation

R 121 of 255 = 47%
G 144 of 255 = 56%
B 112 of 255 = 44%

121
144
112

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

Portions of RGB colors in percentages

R + G + B =
121 + 144 + 112 = 377 (100%)
R 121 of 377 ~ 32.1%
G 144 of 377 ~ 38.2%
B 112 of 377 ~ 29.71%

%32.1
%38.2
%29.71

CMYK color model

#799070 color CMYK value is (16,0,22,44).

  • cyan value is 15.97%
  • magenta value is 0.00%
  • yellow value is 22.22%
  • key color value is 43.53%
CMYK:
(16,0,22,44)
C16M0Y22K44 
(16%,0%,22%,44%)
(0.16/0.00/0.22/0.44)	

CMYK percentages

%15.97
%0
%22.22
%43.53

Codes

Color #799070 in popluar color models

799070
RGB121144112
HSL103°12.60%50.20%
HSB/HSV103°22.22%56.47%
CMYK15.97%0.00%22.22%
43.53%

Color #799070 in popluar number systems.

HEX799070
Decimal121144112
Binary1111001100100001110000
Octal171220160

Shades and tints

Shades of #799070

#799070
(121,144,112)
#6E8366
(110,131,102)
#63765C
(99,118,92)
#586952
(88,105,82)
#4D5C48
(77,92,72)
#424F3E
(66,79,62)
#374234
(55,66,52)
#2C352A
(44,53,42)
#212820
(33,40,32)
#161B16
(22,27,22)
#0B0E0C
(11,14,12)
#000000
(0,0,0)

Tints of #799070

#799070
(121,144,112)
#859A7D
(133,154,125)
#91A48A
(145,164,138)
#9DAE97
(157,174,151)
#A9B8A4
(169,184,164)
#B5C2B1
(181,194,177)
#C1CCBE
(193,204,190)
#CDD6CB
(205,214,203)
#D9E0D8
(217,224,216)
#E5EAE5
(229,234,229)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799070 color. Also use rgb(121,144,112) instead hex code.

Text Font Color

.myTextColor { color: #799070; }

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

This text font color is #799070.


Background Color

.myBgColor { background-color: #799070; }

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

This div background color is #799070.


Border color

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

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

This div border color is #799070.


Opacity

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

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

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

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

This text has shadow with #799070 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799070 on black background.


Color preview on white background

This text has color #799070 on white background.



Black color preview on #799070 background

This text has black color on #799070 background.


White color preview on #799070 background

This text has white color on #799070 background.