COLOR #7D799E

HEX: #7D799E
RGB: (125,121,158)

Color info

#7D799E contains red, green and blue colors in about the same proportion. Web safe color of #7D799E is #666699 (or #669).

RGB color model

#7D799E color RGB value is (125,121,158).

  • red value is 125;
  • green value is 121;
  • blue value is 158.
RGB:
(125,121,158)
(49%,47%,62%)

RGB channels and saturation

R 125 of 255 = 49%
G 121 of 255 = 47%
B 158 of 255 = 62%

125
121
158

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

Portions of RGB colors in percentages

R + G + B =
125 + 121 + 158 = 404 (100%)
R 125 of 404 ~ 30.94%
G 121 of 404 ~ 29.95%
B 158 of 404 ~ 39.11%

%30.94
%29.95
%39.11

CMYK color model

#7D799E color CMYK value is (21,23,0,38).

  • cyan value is 20.89%
  • magenta value is 23.42%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(21,23,0,38)
C21M23Y0K38 
(21%,23%,0%,38%)
(0.21/0.23/0.00/0.38)	

CMYK percentages

%20.89
%23.42
%0
%38.04

Codes

Color #7D799E in popluar color models

7D799E
RGB125121158
HSL246°16.02%54.71%
HSB/HSV246°23.42%61.96%
CMYK20.89%23.42%0.00%
38.04%

Color #7D799E in popluar number systems.

HEX7D799E
Decimal125121158
Binary1111101111100110011110
Octal175171236

Shades and tints

Shades of #7D799E

#7D799E
(125,121,158)
#726E90
(114,110,144)
#676382
(103,99,130)
#5C5874
(92,88,116)
#514D66
(81,77,102)
#464258
(70,66,88)
#3B374A
(59,55,74)
#302C3C
(48,44,60)
#25212E
(37,33,46)
#1A1620
(26,22,32)
#0F0B12
(15,11,18)
#000000
(0,0,0)

Tints of #7D799E

#7D799E
(125,121,158)
#8885A6
(136,133,166)
#9391AE
(147,145,174)
#9E9DB6
(158,157,182)
#A9A9BE
(169,169,190)
#B4B5C6
(180,181,198)
#BFC1CE
(191,193,206)
#CACDD6
(202,205,214)
#D5D9DE
(213,217,222)
#E0E5E6
(224,229,230)
#EBF1EE
(235,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D799E color. Also use rgb(125,121,158) instead hex code.

Text Font Color

.myTextColor { color: #7D799E; }

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

This text font color is #7D799E.


Background Color

.myBgColor { background-color: #7D799E; }

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

This div background color is #7D799E.


Border color

.myBorderColor { border: 1px solid #7D799E; }

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

This div border color is #7D799E.


Opacity

.myOpacity80 { color: #7D799E; opacity: 0.8; }

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

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

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

This text has shadow with #7D799E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D799E on black background.


Color preview on white background

This text has color #7D799E on white background.



Black color preview on #7D799E background

This text has black color on #7D799E background.


White color preview on #7D799E background

This text has white color on #7D799E background.