COLOR #799788

HEX: #799788
RGB: (121,151,136)

Color info

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

RGB color model

#799788 color RGB value is (121,151,136).

  • red value is 121;
  • green value is 151;
  • blue value is 136.
RGB:
(121,151,136)
(47%,59%,53%)

RGB channels and saturation

R 121 of 255 = 47%
G 151 of 255 = 59%
B 136 of 255 = 53%

121
151
136

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

Portions of RGB colors in percentages

R + G + B =
121 + 151 + 136 = 408 (100%)
R 121 of 408 ~ 29.66%
G 151 of 408 ~ 37.01%
B 136 of 408 ~ 33.33%

%29.66
%37.01
%33.33

CMYK color model

#799788 color CMYK value is (20,0,10,41).

  • cyan value is 19.87%
  • magenta value is 0.00%
  • yellow value is 9.93%
  • key color value is 40.78%
CMYK:
(20,0,10,41)
C20M0Y10K41 
(20%,0%,10%,41%)
(0.20/0.00/0.10/0.41)	

CMYK percentages

%19.87
%0
%9.93
%40.78

Codes

Color #799788 in popluar color models

799788
RGB121151136
HSL150°12.61%53.33%
HSB/HSV150°19.87%59.22%
CMYK19.87%0.00%9.93%
40.78%

Color #799788 in popluar number systems.

HEX799788
Decimal121151136
Binary11110011001011110001000
Octal171227210

Shades and tints

Shades of #799788

#799788
(121,151,136)
#6E8A7C
(110,138,124)
#637D70
(99,125,112)
#587064
(88,112,100)
#4D6358
(77,99,88)
#42564C
(66,86,76)
#374940
(55,73,64)
#2C3C34
(44,60,52)
#212F28
(33,47,40)
#16221C
(22,34,28)
#0B1510
(11,21,16)
#000000
(0,0,0)

Tints of #799788

#799788
(121,151,136)
#85A092
(133,160,146)
#91A99C
(145,169,156)
#9DB2A6
(157,178,166)
#A9BBB0
(169,187,176)
#B5C4BA
(181,196,186)
#C1CDC4
(193,205,196)
#CDD6CE
(205,214,206)
#D9DFD8
(217,223,216)
#E5E8E2
(229,232,226)
#F1F1EC
(241,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799788 color. Also use rgb(121,151,136) instead hex code.

Text Font Color

.myTextColor { color: #799788; }

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

This text font color is #799788.


Background Color

.myBgColor { background-color: #799788; }

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

This div background color is #799788.


Border color

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

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

This div border color is #799788.


Opacity

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

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

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

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

This text has shadow with #799788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799788 on black background.


Color preview on white background

This text has color #799788 on white background.



Black color preview on #799788 background

This text has black color on #799788 background.


White color preview on #799788 background

This text has white color on #799788 background.