COLOR #799F8F

HEX: #799F8F RGB: (121,159,143)

Color info

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

RGB color model

#799F8F color RGB value is (121,159,143).

RGB: (121,159,143) (47%, 62%, 56%)

RGB channels and saturation

R 121 of 255 = 47%
G 159 of 255 = 62%
B 143 of 255 = 56%

121
159
143

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

Portions of RGB colors in percentages

R + G + B = 121 + 159 + 143 = 423 (100%)
R 121 of 423 ~ 28.61%
G 159 of 423 ~ 37.59%
B 143 of 423 ~ 33.81'%

%28.61
%37.59
%33.81

CMYK color model

#799F8F color CMYK value is (24,0,10,38).

  • cyan value is 23.90%
  • magenta value is 0.00%
  • yellow value is 10.06%
  • key color value is 37.65%

CMYK: (24,0,10,38)
C24M0Y10K38 (24%, 0%, 10%, 38%)
(0.24 / 0.00 / 0.10 / 0.38)

CMYK percentages

%23.9
%0
%10.06
%37.65

Codes

Color #799F8F in popluar color models

79 9F 8F
RGB 121 159 143
HSL 155° 16.52% 54.90%
HSB/HSV 155° 23.90% 62.35%
CMYK 23.90% 0.00% 10.06%
37.65%

Color #799F8F in popluar number systems.

HEX 79 9F 8F
Decimal 121 159 143
Binary 1111001 10011111 10001111
Octal 171 237 217

Shades and tints

Shades of #799F8F

#799F8F
(121,159,143)
#6E9182
(110,145,130)
#638375
(99,131,117)
#587568
(88,117,104)
#4D675B
(77,103,91)
#42594E
(66,89,78)
#374B41
(55,75,65)
#2C3D34
(44,61,52)
#212F27
(33,47,39)
#16211A
(22,33,26)
#0B130D
(11,19,13)
#000000
(0,0,0)

Tints of #799F8F

#799F8F
(121,159,143)
#85A799
(133,167,153)
#91AFA3
(145,175,163)
#9DB7AD
(157,183,173)
#A9BFB7
(169,191,183)
#B5C7C1
(181,199,193)
#C1CFCB
(193,207,203)
#CDD7D5
(205,215,213)
#D9DFDF
(217,223,223)
#E5E7E9
(229,231,233)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799F8F; }

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

This text font color is #799F8F.

Background Color

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

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

This div background color is #799F8F.

Border color

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

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

This div border color is #799F8F.

Opacity

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

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

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

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

This text has shadow with #799F8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #799F8F.

Preview

Color preview on black background

This text has color #799F8F on black background.


Color preview on white background

This text has color #799F8F on white background.


Black color preview on #799F8F background

This text has black color on #799F8F background.


White color preview on #799F8F background

This text has white color on #799F8F background.


Related colors

Complementary color

Complementary color for #hex is #866070.


I love getcolorcode.com

Triadic colors

1 #8F799F and #9F8F79 with #799F8F are triadic colors.

2 #8F9F79 and #9F798F with #799F8F are triadic colors.