COLOR #799980

HEX: #799980
RGB: (121,153,128)

Color info

#799980 contains red, green and blue colors in about the same proportion. Web safe color of #799980 is #669966 (or #696).

RGB color model

#799980 color RGB value is (121,153,128).

  • red value is 121;
  • green value is 153;
  • blue value is 128.
RGB:
(121,153,128)
(47%,60%,50%)

RGB channels and saturation

R 121 of 255 = 47%
G 153 of 255 = 60%
B 128 of 255 = 50%

121
153
128

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

Portions of RGB colors in percentages

R + G + B =
121 + 153 + 128 = 402 (100%)
R 121 of 402 ~ 30.1%
G 153 of 402 ~ 38.06%
B 128 of 402 ~ 31.84%

%30.1
%38.06
%31.84

CMYK color model

#799980 color CMYK value is (21,0,16,40).

  • cyan value is 20.92%
  • magenta value is 0.00%
  • yellow value is 16.34%
  • key color value is 40.00%
CMYK:
(21,0,16,40)
C21M0Y16K40 
(21%,0%,16%,40%)
(0.21/0.00/0.16/0.40)	

CMYK percentages

%20.92
%0
%16.34
%40

Codes

Color #799980 in popluar color models

799980
RGB121153128
HSL133°13.56%53.73%
HSB/HSV133°20.92%60.00%
CMYK20.92%0.00%16.34%
40.00%

Color #799980 in popluar number systems.

HEX799980
Decimal121153128
Binary11110011001100110000000
Octal171231200

Shades and tints

Shades of #799980

#799980
(121,153,128)
#6E8C75
(110,140,117)
#637F6A
(99,127,106)
#58725F
(88,114,95)
#4D6554
(77,101,84)
#425849
(66,88,73)
#374B3E
(55,75,62)
#2C3E33
(44,62,51)
#213128
(33,49,40)
#16241D
(22,36,29)
#0B1712
(11,23,18)
#000000
(0,0,0)

Tints of #799980

#799980
(121,153,128)
#85A28B
(133,162,139)
#91AB96
(145,171,150)
#9DB4A1
(157,180,161)
#A9BDAC
(169,189,172)
#B5C6B7
(181,198,183)
#C1CFC2
(193,207,194)
#CDD8CD
(205,216,205)
#D9E1D8
(217,225,216)
#E5EAE3
(229,234,227)
#F1F3EE
(241,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #799980 color. Also use rgb(121,153,128) instead hex code.

Text Font Color

.myTextColor { color: #799980; }

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

This text font color is #799980.


Background Color

.myBgColor { background-color: #799980; }

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

This div background color is #799980.


Border color

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

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

This div border color is #799980.


Opacity

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

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

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

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

This text has shadow with #799980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #799980 on black background.


Color preview on white background

This text has color #799980 on white background.



Black color preview on #799980 background

This text has black color on #799980 background.


White color preview on #799980 background

This text has white color on #799980 background.