COLOR #7B799D

HEX: #7B799D
RGB: (123,121,157)

Color info

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

RGB color model

#7B799D color RGB value is (123,121,157).

  • red value is 123;
  • green value is 121;
  • blue value is 157.
RGB:
(123,121,157)
(48%,47%,62%)

RGB channels and saturation

R 123 of 255 = 48%
G 121 of 255 = 47%
B 157 of 255 = 62%

123
121
157

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

Portions of RGB colors in percentages

R + G + B =
123 + 121 + 157 = 401 (100%)
R 123 of 401 ~ 30.67%
G 121 of 401 ~ 30.17%
B 157 of 401 ~ 39.15%

%30.67
%30.17
%39.15

CMYK color model

#7B799D color CMYK value is (22,23,0,38).

  • cyan value is 21.66%
  • magenta value is 22.93%
  • yellow value is 0.00%
  • key color value is 38.43%
CMYK:
(22,23,0,38)
C22M23Y0K38 
(22%,23%,0%,38%)
(0.22/0.23/0.00/0.38)	

CMYK percentages

%21.66
%22.93
%0
%38.43

Codes

Color #7B799D in popluar color models

7B799D
RGB123121157
HSL243°15.52%54.51%
HSB/HSV243°22.93%61.57%
CMYK21.66%22.93%0.00%
38.43%

Color #7B799D in popluar number systems.

HEX7B799D
Decimal123121157
Binary1111011111100110011101
Octal173171235

Shades and tints

Shades of #7B799D

#7B799D
(123,121,157)
#706E8F
(112,110,143)
#656381
(101,99,129)
#5A5873
(90,88,115)
#4F4D65
(79,77,101)
#444257
(68,66,87)
#393749
(57,55,73)
#2E2C3B
(46,44,59)
#23212D
(35,33,45)
#18161F
(24,22,31)
#0D0B11
(13,11,17)
#000000
(0,0,0)

Tints of #7B799D

#7B799D
(123,121,157)
#8785A5
(135,133,165)
#9391AD
(147,145,173)
#9F9DB5
(159,157,181)
#ABA9BD
(171,169,189)
#B7B5C5
(183,181,197)
#C3C1CD
(195,193,205)
#CFCDD5
(207,205,213)
#DBD9DD
(219,217,221)
#E7E5E5
(231,229,229)
#F3F1ED
(243,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B799D color. Also use rgb(123,121,157) instead hex code.

Text Font Color

.myTextColor { color: #7B799D; }

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

This text font color is #7B799D.


Background Color

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

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

This div background color is #7B799D.


Border color

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

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

This div border color is #7B799D.


Opacity

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

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

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

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

This text has shadow with #7B799D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B799D on black background.


Color preview on white background

This text has color #7B799D on white background.



Black color preview on #7B799D background

This text has black color on #7B799D background.


White color preview on #7B799D background

This text has white color on #7B799D background.