COLOR #799C7A

HEX: #799C7A RGB: (121,156,122)

Color info

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

RGB color model

#799C7A color RGB value is (121,156,122).

RGB: (121,156,122) (47%, 61%, 48%)

RGB channels and saturation

R 121 of 255 = 47%
G 156 of 255 = 61%
B 122 of 255 = 48%

121
156
122

R + G + B ~ 52%. #799C7A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 156 + 122 = 399 (100%)
R 121 of 399 ~ 30.33%
G 156 of 399 ~ 39.1%
B 122 of 399 ~ 30.58'%

%30.33
%39.1
%30.58

CMYK color model

#799C7A color CMYK value is (22,0,22,39).

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 21.79%
  • key color value is 38.82%

CMYK: (22,0,22,39)
C22M0Y22K39 (22%, 0%, 22%, 39%)
(0.22 / 0.00 / 0.22 / 0.39)

CMYK percentages

%22.44
%0
%21.79
%38.82

Codes

Color #799C7A in popluar color models

79 9C 7A
RGB 121 156 122
HSL 122° 15.02% 54.31%
HSB/HSV 122° 22.44% 61.18%
CMYK 22.44% 0.00% 21.79%
38.82%

Color #799C7A in popluar number systems.

HEX 79 9C 7A
Decimal 121 156 122
Binary 1111001 10011100 1111010
Octal 171 234 172

Shades and tints

Shades of #799C7A

#799C7A
(121,156,122)
#6E8E6F
(110,142,111)
#638064
(99,128,100)
#587259
(88,114,89)
#4D644E
(77,100,78)
#425643
(66,86,67)
#374838
(55,72,56)
#2C3A2D
(44,58,45)
#212C22
(33,44,34)
#161E17
(22,30,23)
#0B100C
(11,16,12)
#000000
(0,0,0)

Tints of #799C7A

#799C7A
(121,156,122)
#85A586
(133,165,134)
#91AE92
(145,174,146)
#9DB79E
(157,183,158)
#A9C0AA
(169,192,170)
#B5C9B6
(181,201,182)
#C1D2C2
(193,210,194)
#CDDBCE
(205,219,206)
#D9E4DA
(217,228,218)
#E5EDE6
(229,237,230)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799C7A color. Also use rgb(121,156,122) instead hex code.

Text Font Color

.myTextColor { color: #799C7A; }

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

This text font color is #799C7A.

Background Color

.myBgColor { background-color: #799C7A; }

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

This div background color is #799C7A.

Border color

.myBorderColor { border: 1px solid #799C7A; }

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

This div border color is #799C7A.

Opacity

.myOpacity80 { color: #799C7A; opacity: 0.8; }

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

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

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

This text has shadow with #799C7A color.


.textShadow {text-shadow: 3px 3px 1px #799C7A', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #799C7A; -webkit-box-shadow: 1px 1px 3px 2px #799C7A; box-shadow:1px 1px 3px 2px #799C7A;">
Div content here
</div>

This div box has shadow with color #799C7A.

Preview

Color preview on black background

This text has color #799C7A on black background.


Color preview on white background

This text has color #799C7A on white background.


Black color preview on #799C7A background

This text has black color on #799C7A background.


White color preview on #799C7A background

This text has white color on #799C7A background.


Related colors

Complementary color

Complementary color for #hex is #866385.


I love getcolorcode.com

Triadic colors

1 #7A799C and #9C7A79 with #799C7A are triadic colors.

2 #7A9C79 and #9C797A with #799C7A are triadic colors.