COLOR #799C93

HEX: #799C93
RGB: (121,156,147)

Color info

#799C93 contains red, green and blue colors in about the same proportion. Web safe color of #799C93 is #669999 (or #699).

RGB color model

#799C93 color RGB value is (121,156,147).

  • red value is 121;
  • green value is 156;
  • blue value is 147.
RGB:
(121,156,147)
(47%,61%,58%)

RGB channels and saturation

R 121 of 255 = 47%
G 156 of 255 = 61%
B 147 of 255 = 58%

121
156
147

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

Portions of RGB colors in percentages

R + G + B =
121 + 156 + 147 = 424 (100%)
R 121 of 424 ~ 28.54%
G 156 of 424 ~ 36.79%
B 147 of 424 ~ 34.67%

%28.54
%36.79
%34.67

CMYK color model

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

  • cyan value is 22.44%
  • magenta value is 0.00%
  • yellow value is 5.77%
  • key color value is 38.82%
CMYK:
(22,0,6,39)
C22M0Y6K39 
(22%,0%,6%,39%)
(0.22/0.00/0.06/0.39)	

CMYK percentages

%22.44
%0
%5.77
%38.82

Codes

Color #799C93 in popluar color models

799C93
RGB121156147
HSL165°15.02%54.31%
HSB/HSV165°22.44%61.18%
CMYK22.44%0.00%5.77%
38.82%

Color #799C93 in popluar number systems.

HEX799C93
Decimal121156147
Binary11110011001110010010011
Octal171234223

Shades and tints

Shades of #799C93

#799C93
(121,156,147)
#6E8E86
(110,142,134)
#638079
(99,128,121)
#58726C
(88,114,108)
#4D645F
(77,100,95)
#425652
(66,86,82)
#374845
(55,72,69)
#2C3A38
(44,58,56)
#212C2B
(33,44,43)
#161E1E
(22,30,30)
#0B1011
(11,16,17)
#000000
(0,0,0)

Tints of #799C93

#799C93
(121,156,147)
#85A59C
(133,165,156)
#91AEA5
(145,174,165)
#9DB7AE
(157,183,174)
#A9C0B7
(169,192,183)
#B5C9C0
(181,201,192)
#C1D2C9
(193,210,201)
#CDDBD2
(205,219,210)
#D9E4DB
(217,228,219)
#E5EDE4
(229,237,228)
#F1F6ED
(241,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799C93; }

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

This text font color is #799C93.


Background Color

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

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

This div background color is #799C93.


Border color

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

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

This div border color is #799C93.


Opacity

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

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

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

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

This text has shadow with #799C93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799C93 on black background.


Color preview on white background

This text has color #799C93 on white background.



Black color preview on #799C93 background

This text has black color on #799C93 background.


White color preview on #799C93 background

This text has white color on #799C93 background.