COLOR #799881

HEX: #799881
RGB: (121,152,129)

Color info

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

RGB color model

#799881 color RGB value is (121,152,129).

  • red value is 121;
  • green value is 152;
  • blue value is 129.
RGB:
(121,152,129)
(47%,60%,51%)

RGB channels and saturation

R 121 of 255 = 47%
G 152 of 255 = 60%
B 129 of 255 = 51%

121
152
129

R + G + B ~ 53%. #799881 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
121 + 152 + 129 = 402 (100%)
R 121 of 402 ~ 30.1%
G 152 of 402 ~ 37.81%
B 129 of 402 ~ 32.09%

%30.1
%37.81
%32.09

CMYK color model

#799881 color CMYK value is (20,0,15,40).

  • cyan value is 20.39%
  • magenta value is 0.00%
  • yellow value is 15.13%
  • key color value is 40.39%
CMYK:
(20,0,15,40)
C20M0Y15K40 
(20%,0%,15%,40%)
(0.20/0.00/0.15/0.40)	

CMYK percentages

%20.39
%0
%15.13
%40.39

Codes

Color #799881 in popluar color models

799881
RGB121152129
HSL135°13.08%53.53%
HSB/HSV135°20.39%59.61%
CMYK20.39%0.00%15.13%
40.39%

Color #799881 in popluar number systems.

HEX799881
Decimal121152129
Binary11110011001100010000001
Octal171230201

Shades and tints

Shades of #799881

#799881
(121,152,129)
#6E8B76
(110,139,118)
#637E6B
(99,126,107)
#587160
(88,113,96)
#4D6455
(77,100,85)
#42574A
(66,87,74)
#374A3F
(55,74,63)
#2C3D34
(44,61,52)
#213029
(33,48,41)
#16231E
(22,35,30)
#0B1613
(11,22,19)
#000000
(0,0,0)

Tints of #799881

#799881
(121,152,129)
#85A18C
(133,161,140)
#91AA97
(145,170,151)
#9DB3A2
(157,179,162)
#A9BCAD
(169,188,173)
#B5C5B8
(181,197,184)
#C1CEC3
(193,206,195)
#CDD7CE
(205,215,206)
#D9E0D9
(217,224,217)
#E5E9E4
(229,233,228)
#F1F2EF
(241,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799881 color. Also use rgb(121,152,129) instead hex code.

Text Font Color

.myTextColor { color: #799881; }

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

This text font color is #799881.


Background Color

.myBgColor { background-color: #799881; }

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

This div background color is #799881.


Border color

.myBorderColor { border: 1px solid #799881; }

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

This div border color is #799881.


Opacity

.myOpacity80 { color: #799881; opacity: 0.8; }

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

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

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

This text has shadow with #799881 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799881 on black background.


Color preview on white background

This text has color #799881 on white background.



Black color preview on #799881 background

This text has black color on #799881 background.


White color preview on #799881 background

This text has white color on #799881 background.