COLOR #799095

HEX: #799095
RGB: (121,144,149)

Color info

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

RGB color model

#799095 color RGB value is (121,144,149).

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

RGB channels and saturation

R 121 of 255 = 47%
G 144 of 255 = 56%
B 149 of 255 = 58%

121
144
149

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

Portions of RGB colors in percentages

R + G + B =
121 + 144 + 149 = 414 (100%)
R 121 of 414 ~ 29.23%
G 144 of 414 ~ 34.78%
B 149 of 414 ~ 35.99%

%29.23
%34.78
%35.99

CMYK color model

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

  • cyan value is 18.79%
  • magenta value is 3.36%
  • 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
%3.36
%0
%41.57

Codes

Color #799095 in popluar color models

799095
RGB121144149
HSL191°11.67%52.94%
HSB/HSV191°18.79%58.43%
CMYK18.79%3.36%0.00%
41.57%

Color #799095 in popluar number systems.

HEX799095
Decimal121144149
Binary11110011001000010010101
Octal171220225

Shades and tints

Shades of #799095

#799095
(121,144,149)
#6E8388
(110,131,136)
#63767B
(99,118,123)
#58696E
(88,105,110)
#4D5C61
(77,92,97)
#424F54
(66,79,84)
#374247
(55,66,71)
#2C353A
(44,53,58)
#21282D
(33,40,45)
#161B20
(22,27,32)
#0B0E13
(11,14,19)
#000000
(0,0,0)

Tints of #799095

#799095
(121,144,149)
#859A9E
(133,154,158)
#91A4A7
(145,164,167)
#9DAEB0
(157,174,176)
#A9B8B9
(169,184,185)
#B5C2C2
(181,194,194)
#C1CCCB
(193,204,203)
#CDD6D4
(205,214,212)
#D9E0DD
(217,224,221)
#E5EAE6
(229,234,230)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #799095; }

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

This text font color is #799095.


Background Color

.myBgColor { background-color: #799095; }

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

This div background color is #799095.


Border color

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

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

This div border color is #799095.


Opacity

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

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

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

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

This text has shadow with #799095 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799095 on black background.


Color preview on white background

This text has color #799095 on white background.



Black color preview on #799095 background

This text has black color on #799095 background.


White color preview on #799095 background

This text has white color on #799095 background.