COLOR #799A95

HEX: #799A95
RGB: (121,154,149)

Color info

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

RGB color model

#799A95 color RGB value is (121,154,149).

  • red value is 121;
  • green value is 154;
  • blue value is 149.
RGB:
(121,154,149)
(47%,60%,58%)

RGB channels and saturation

R 121 of 255 = 47%
G 154 of 255 = 60%
B 149 of 255 = 58%

121
154
149

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

Portions of RGB colors in percentages

R + G + B =
121 + 154 + 149 = 424 (100%)
R 121 of 424 ~ 28.54%
G 154 of 424 ~ 36.32%
B 149 of 424 ~ 35.14%

%28.54
%36.32
%35.14

CMYK color model

#799A95 color CMYK value is (21,0,3,40).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 3.25%
  • key color value is 39.61%
CMYK:
(21,0,3,40)
C21M0Y3K40 
(21%,0%,3%,40%)
(0.21/0.00/0.03/0.40)	

CMYK percentages

%21.43
%0
%3.25
%39.61

Codes

Color #799A95 in popluar color models

799A95
RGB121154149
HSL171°14.04%53.92%
HSB/HSV171°21.43%60.39%
CMYK21.43%0.00%3.25%
39.61%

Color #799A95 in popluar number systems.

HEX799A95
Decimal121154149
Binary11110011001101010010101
Octal171232225

Shades and tints

Shades of #799A95

#799A95
(121,154,149)
#6E8C88
(110,140,136)
#637E7B
(99,126,123)
#58706E
(88,112,110)
#4D6261
(77,98,97)
#425454
(66,84,84)
#374647
(55,70,71)
#2C383A
(44,56,58)
#212A2D
(33,42,45)
#161C20
(22,28,32)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #799A95

#799A95
(121,154,149)
#85A39E
(133,163,158)
#91ACA7
(145,172,167)
#9DB5B0
(157,181,176)
#A9BEB9
(169,190,185)
#B5C7C2
(181,199,194)
#C1D0CB
(193,208,203)
#CDD9D4
(205,217,212)
#D9E2DD
(217,226,221)
#E5EBE6
(229,235,230)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799A95 color. Also use rgb(121,154,149) instead hex code.

Text Font Color

.myTextColor { color: #799A95; }

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

This text font color is #799A95.


Background Color

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

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

This div background color is #799A95.


Border color

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

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

This div border color is #799A95.


Opacity

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

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

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

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

This text has shadow with #799A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799A95 on black background.


Color preview on white background

This text has color #799A95 on white background.



Black color preview on #799A95 background

This text has black color on #799A95 background.


White color preview on #799A95 background

This text has white color on #799A95 background.