COLOR #799B81

HEX: #799B81
RGB: (121,155,129)

Color info

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

RGB color model

#799B81 color RGB value is (121,155,129).

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

RGB channels and saturation

R 121 of 255 = 47%
G 155 of 255 = 61%
B 129 of 255 = 51%

121
155
129

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

Portions of RGB colors in percentages

R + G + B =
121 + 155 + 129 = 405 (100%)
R 121 of 405 ~ 29.88%
G 155 of 405 ~ 38.27%
B 129 of 405 ~ 31.85%

%29.88
%38.27
%31.85

CMYK color model

#799B81 color CMYK value is (22,0,17,39).

  • cyan value is 21.94%
  • magenta value is 0.00%
  • yellow value is 16.77%
  • key color value is 39.22%
CMYK:
(22,0,17,39)
C22M0Y17K39 
(22%,0%,17%,39%)
(0.22/0.00/0.17/0.39)	

CMYK percentages

%21.94
%0
%16.77
%39.22

Codes

Color #799B81 in popluar color models

799B81
RGB121155129
HSL134°14.53%54.12%
HSB/HSV134°21.94%60.78%
CMYK21.94%0.00%16.77%
39.22%

Color #799B81 in popluar number systems.

HEX799B81
Decimal121155129
Binary11110011001101110000001
Octal171233201

Shades and tints

Shades of #799B81

#799B81
(121,155,129)
#6E8D76
(110,141,118)
#637F6B
(99,127,107)
#587160
(88,113,96)
#4D6355
(77,99,85)
#42554A
(66,85,74)
#37473F
(55,71,63)
#2C3934
(44,57,52)
#212B29
(33,43,41)
#161D1E
(22,29,30)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #799B81

#799B81
(121,155,129)
#85A48C
(133,164,140)
#91AD97
(145,173,151)
#9DB6A2
(157,182,162)
#A9BFAD
(169,191,173)
#B5C8B8
(181,200,184)
#C1D1C3
(193,209,195)
#CDDACE
(205,218,206)
#D9E3D9
(217,227,217)
#E5ECE4
(229,236,228)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799B81; }

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

This text font color is #799B81.


Background Color

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

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

This div background color is #799B81.


Border color

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

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

This div border color is #799B81.


Opacity

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

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

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

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

This text has shadow with #799B81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799B81 on black background.


Color preview on white background

This text has color #799B81 on white background.



Black color preview on #799B81 background

This text has black color on #799B81 background.


White color preview on #799B81 background

This text has white color on #799B81 background.