COLOR #799F8A

HEX: #799F8A
RGB: (121,159,138)

Color info

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

RGB color model

#799F8A color RGB value is (121,159,138).

  • red value is 121;
  • green value is 159;
  • blue value is 138.
RGB:
(121,159,138)
(47%,62%,54%)

RGB channels and saturation

R 121 of 255 = 47%
G 159 of 255 = 62%
B 138 of 255 = 54%

121
159
138

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

Portions of RGB colors in percentages

R + G + B =
121 + 159 + 138 = 418 (100%)
R 121 of 418 ~ 28.95%
G 159 of 418 ~ 38.04%
B 138 of 418 ~ 33.01%

%28.95
%38.04
%33.01

CMYK color model

#799F8A color CMYK value is (24,0,13,38).

  • cyan value is 23.90%
  • magenta value is 0.00%
  • yellow value is 13.21%
  • key color value is 37.65%
CMYK:
(24,0,13,38)
C24M0Y13K38 
(24%,0%,13%,38%)
(0.24/0.00/0.13/0.38)	

CMYK percentages

%23.9
%0
%13.21
%37.65

Codes

Color #799F8A in popluar color models

799F8A
RGB121159138
HSL147°16.52%54.90%
HSB/HSV147°23.90%62.35%
CMYK23.90%0.00%13.21%
37.65%

Color #799F8A in popluar number systems.

HEX799F8A
Decimal121159138
Binary11110011001111110001010
Octal171237212

Shades and tints

Shades of #799F8A

#799F8A
(121,159,138)
#6E917E
(110,145,126)
#638372
(99,131,114)
#587566
(88,117,102)
#4D675A
(77,103,90)
#42594E
(66,89,78)
#374B42
(55,75,66)
#2C3D36
(44,61,54)
#212F2A
(33,47,42)
#16211E
(22,33,30)
#0B1312
(11,19,18)
#000000
(0,0,0)

Tints of #799F8A

#799F8A
(121,159,138)
#85A794
(133,167,148)
#91AF9E
(145,175,158)
#9DB7A8
(157,183,168)
#A9BFB2
(169,191,178)
#B5C7BC
(181,199,188)
#C1CFC6
(193,207,198)
#CDD7D0
(205,215,208)
#D9DFDA
(217,223,218)
#E5E7E4
(229,231,228)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799F8A color. Also use rgb(121,159,138) instead hex code.

Text Font Color

.myTextColor { color: #799F8A; }

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

This text font color is #799F8A.


Background Color

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

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

This div background color is #799F8A.


Border color

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

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

This div border color is #799F8A.


Opacity

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

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

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

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

This text has shadow with #799F8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799F8A on black background.


Color preview on white background

This text has color #799F8A on white background.



Black color preview on #799F8A background

This text has black color on #799F8A background.


White color preview on #799F8A background

This text has white color on #799F8A background.