COLOR #799291

HEX: #799291
RGB: (121,146,145)

Color info

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

RGB color model

#799291 color RGB value is (121,146,145).

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

RGB channels and saturation

R 121 of 255 = 47%
G 146 of 255 = 57%
B 145 of 255 = 57%

121
146
145

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

Portions of RGB colors in percentages

R + G + B =
121 + 146 + 145 = 412 (100%)
R 121 of 412 ~ 29.37%
G 146 of 412 ~ 35.44%
B 145 of 412 ~ 35.19%

%29.37
%35.44
%35.19

CMYK color model

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

  • cyan value is 17.12%
  • magenta value is 0.00%
  • yellow value is 0.68%
  • 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
%0.68
%42.75

Codes

Color #799291 in popluar color models

799291
RGB121146145
HSL178°10.29%52.35%
HSB/HSV178°17.12%57.25%
CMYK17.12%0.00%0.68%
42.75%

Color #799291 in popluar number systems.

HEX799291
Decimal121146145
Binary11110011001001010010001
Octal171222221

Shades and tints

Shades of #799291

#799291
(121,146,145)
#6E8584
(110,133,132)
#637877
(99,120,119)
#586B6A
(88,107,106)
#4D5E5D
(77,94,93)
#425150
(66,81,80)
#374443
(55,68,67)
#2C3736
(44,55,54)
#212A29
(33,42,41)
#161D1C
(22,29,28)
#0B100F
(11,16,15)
#000000
(0,0,0)

Tints of #799291

#799291
(121,146,145)
#859B9B
(133,155,155)
#91A4A5
(145,164,165)
#9DADAF
(157,173,175)
#A9B6B9
(169,182,185)
#B5BFC3
(181,191,195)
#C1C8CD
(193,200,205)
#CDD1D7
(205,209,215)
#D9DAE1
(217,218,225)
#E5E3EB
(229,227,235)
#F1ECF5
(241,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799291; }

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

This text font color is #799291.


Background Color

.myBgColor { background-color: #799291; }

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

This div background color is #799291.


Border color

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

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

This div border color is #799291.


Opacity

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

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

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

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

This text has shadow with #799291 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799291 on black background.


Color preview on white background

This text has color #799291 on white background.



Black color preview on #799291 background

This text has black color on #799291 background.


White color preview on #799291 background

This text has white color on #799291 background.