COLOR #799290

HEX: #799290
RGB: (121,146,144)

Color info

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

RGB color model

#799290 color RGB value is (121,146,144).

  • red value is 121;
  • green value is 146;
  • blue value is 144.
RGB:
(121,146,144)
(47%,57%,56%)

RGB channels and saturation

R 121 of 255 = 47%
G 146 of 255 = 57%
B 144 of 255 = 56%

121
146
144

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

Portions of RGB colors in percentages

R + G + B =
121 + 146 + 144 = 411 (100%)
R 121 of 411 ~ 29.44%
G 146 of 411 ~ 35.52%
B 144 of 411 ~ 35.04%

%29.44
%35.52
%35.04

CMYK color model

#799290 color CMYK value is (17,0,1,43).

  • cyan value is 17.12%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 42.75%
CMYK:
(17,0,1,43)
C17M0Y1K43 
(17%,0%,1%,43%)
(0.17/0.00/0.01/0.43)	

CMYK percentages

%17.12
%0
%1.37
%42.75

Codes

Color #799290 in popluar color models

799290
RGB121146144
HSL175°10.29%52.35%
HSB/HSV175°17.12%57.25%
CMYK17.12%0.00%1.37%
42.75%

Color #799290 in popluar number systems.

HEX799290
Decimal121146144
Binary11110011001001010010000
Octal171222220

Shades and tints

Shades of #799290

#799290
(121,146,144)
#6E8583
(110,133,131)
#637876
(99,120,118)
#586B69
(88,107,105)
#4D5E5C
(77,94,92)
#42514F
(66,81,79)
#374442
(55,68,66)
#2C3735
(44,55,53)
#212A28
(33,42,40)
#161D1B
(22,29,27)
#0B100E
(11,16,14)
#000000
(0,0,0)

Tints of #799290

#799290
(121,146,144)
#859B9A
(133,155,154)
#91A4A4
(145,164,164)
#9DADAE
(157,173,174)
#A9B6B8
(169,182,184)
#B5BFC2
(181,191,194)
#C1C8CC
(193,200,204)
#CDD1D6
(205,209,214)
#D9DAE0
(217,218,224)
#E5E3EA
(229,227,234)
#F1ECF4
(241,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799290 color. Also use rgb(121,146,144) instead hex code.

Text Font Color

.myTextColor { color: #799290; }

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

This text font color is #799290.


Background Color

.myBgColor { background-color: #799290; }

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

This div background color is #799290.


Border color

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

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

This div border color is #799290.


Opacity

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

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

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

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

This text has shadow with #799290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799290 on black background.


Color preview on white background

This text has color #799290 on white background.



Black color preview on #799290 background

This text has black color on #799290 background.


White color preview on #799290 background

This text has white color on #799290 background.