COLOR #79769C

HEX: #79769C RGB: (121,118,156)

Color info

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

RGB color model

#79769C color RGB value is (121,118,156).

RGB: (121,118,156) (47%, 46%, 61%)

RGB channels and saturation

R 121 of 255 = 47%
G 118 of 255 = 46%
B 156 of 255 = 61%

121
118
156

R + G + B ~ 51%. #79769C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 121 + 118 + 156 = 395 (100%)
R 121 of 395 ~ 30.63%
G 118 of 395 ~ 29.87%
B 156 of 395 ~ 39.49'%

%30.63
%29.87
%39.49

CMYK color model

#79769C color CMYK value is (22,24,0,39).

  • cyan value is 22.44%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (22,24,0,39)
C22M24Y0K39 (22%, 24%, 0%, 39%)
(0.22 / 0.24 / 0.00 / 0.39)

CMYK percentages

%22.44
%24.36
%0
%38.82

Codes

Color #79769C in popluar color models

79 76 9C
RGB 121 118 156
HSL 245° 16.10% 53.73%
HSB/HSV 245° 24.36% 61.18%
CMYK 22.44% 24.36% 0.00%
38.82%

Color #79769C in popluar number systems.

HEX 79 76 9C
Decimal 121 118 156
Binary 1111001 1110110 10011100
Octal 171 166 234

Shades and tints

Shades of #79769C

#79769C
(121,118,156)
#6E6C8E
(110,108,142)
#636280
(99,98,128)
#585872
(88,88,114)
#4D4E64
(77,78,100)
#424456
(66,68,86)
#373A48
(55,58,72)
#2C303A
(44,48,58)
#21262C
(33,38,44)
#161C1E
(22,28,30)
#0B1210
(11,18,16)
#000000
(0,0,0)

Tints of #79769C

#79769C
(121,118,156)
#8582A5
(133,130,165)
#918EAE
(145,142,174)
#9D9AB7
(157,154,183)
#A9A6C0
(169,166,192)
#B5B2C9
(181,178,201)
#C1BED2
(193,190,210)
#CDCADB
(205,202,219)
#D9D6E4
(217,214,228)
#E5E2ED
(229,226,237)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #79769C color. Also use rgb(121,118,156) instead hex code.

Text Font Color

.myTextColor { color: #79769C; }

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

This text font color is #79769C.

Background Color

.myBgColor { background-color: #79769C; }

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

This div background color is #79769C.

Border color

.myBorderColor { border: 1px solid #79769C; }

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

This div border color is #79769C.

Opacity

.myOpacity80 { color: #79769C; opacity: 0.8; }

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

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

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

This text has shadow with #79769C color.


.textShadow {text-shadow: 3px 3px 1px #79769C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #79769C; -webkit-box-shadow: 1px 1px 3px 2px #79769C; box-shadow:1px 1px 3px 2px #79769C;">
Div content here
</div>

This div box has shadow with color #79769C.

Preview

Color preview on black background

This text has color #79769C on black background.


Color preview on white background

This text has color #79769C on white background.


Black color preview on #79769C background

This text has black color on #79769C background.


White color preview on #79769C background

This text has white color on #79769C background.


Related colors

Complementary color

Complementary color for #hex is #868963.


I love getcolorcode.com

Triadic colors

1 #9C7976 and #769C79 with #79769C are triadic colors.

2 #9C7679 and #76799C with #79769C are triadic colors.