COLOR #799195

HEX: #799195
RGB: (121,145,149)

Color info

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

RGB color model

#799195 color RGB value is (121,145,149).

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

RGB channels and saturation

R 121 of 255 = 47%
G 145 of 255 = 57%
B 149 of 255 = 58%

121
145
149

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

Portions of RGB colors in percentages

R + G + B =
121 + 145 + 149 = 415 (100%)
R 121 of 415 ~ 29.16%
G 145 of 415 ~ 34.94%
B 149 of 415 ~ 35.9%

%29.16
%34.94
%35.9

CMYK color model

#799195 color CMYK value is (19,3,0,42).

  • cyan value is 18.79%
  • magenta value is 2.68%
  • yellow value is 0.00%
  • key color value is 41.57%
CMYK:
(19,3,0,42)
C19M3Y0K42 
(19%,3%,0%,42%)
(0.19/0.03/0.00/0.42)	

CMYK percentages

%18.79
%2.68
%0
%41.57

Codes

Color #799195 in popluar color models

799195
RGB121145149
HSL189°11.67%52.94%
HSB/HSV189°18.79%58.43%
CMYK18.79%2.68%0.00%
41.57%

Color #799195 in popluar number systems.

HEX799195
Decimal121145149
Binary11110011001000110010101
Octal171221225

Shades and tints

Shades of #799195

#799195
(121,145,149)
#6E8488
(110,132,136)
#63777B
(99,119,123)
#586A6E
(88,106,110)
#4D5D61
(77,93,97)
#425054
(66,80,84)
#374347
(55,67,71)
#2C363A
(44,54,58)
#21292D
(33,41,45)
#161C20
(22,28,32)
#0B0F13
(11,15,19)
#000000
(0,0,0)

Tints of #799195

#799195
(121,145,149)
#859B9E
(133,155,158)
#91A5A7
(145,165,167)
#9DAFB0
(157,175,176)
#A9B9B9
(169,185,185)
#B5C3C2
(181,195,194)
#C1CDCB
(193,205,203)
#CDD7D4
(205,215,212)
#D9E1DD
(217,225,221)
#E5EBE6
(229,235,230)
#F1F5EF
(241,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799195; }

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

This text font color is #799195.


Background Color

.myBgColor { background-color: #799195; }

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

This div background color is #799195.


Border color

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

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

This div border color is #799195.


Opacity

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

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

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

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

This text has shadow with #799195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799195 on black background.


Color preview on white background

This text has color #799195 on white background.



Black color preview on #799195 background

This text has black color on #799195 background.


White color preview on #799195 background

This text has white color on #799195 background.