COLOR #7D769C

HEX: #7D769C RGB: (125,118,156)

Color info

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

RGB color model

#7D769C color RGB value is (125,118,156).

RGB: (125,118,156) (49%, 46%, 61%)

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 156 of 255 = 61%

125
118
156

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

Portions of RGB colors in percentages

R + G + B = 125 + 118 + 156 = 399 (100%)
R 125 of 399 ~ 31.33%
G 118 of 399 ~ 29.57%
B 156 of 399 ~ 39.1'%

%31.33
%29.57
%39.1

CMYK color model

#7D769C color CMYK value is (20,24,0,39).

  • cyan value is 19.87%
  • magenta value is 24.36%
  • yellow value is 0.00%
  • key color value is 38.82%
CMYK: (20,24,0,39) C20M24Y0K39 (20%,24%,0%,39%) (0.20/0.24/0.00/0.39) 

CMYK percentages

%19.87
%24.36
%0
%38.82

Codes

Color #7D769C in popluar color models

7D 76 9C
RGB 125 118 156
HSL 251° 16.10% 53.73%
HSB/HSV 251° 24.36% 61.18%
CMYK 19.87% 24.36% 0.00%
38.82%

Color #7D769C in popluar number systems.

HEX 7D 76 9C
Decimal 125 118 156
Binary 1111101 1110110 10011100
Octal 175 166 234

Shades and tints

Shades of #7D769C

#7D769C
(125,118,156)
#726C8E
(114,108,142)
#676280
(103,98,128)
#5C5872
(92,88,114)
#514E64
(81,78,100)
#464456
(70,68,86)
#3B3A48
(59,58,72)
#30303A
(48,48,58)
#25262C
(37,38,44)
#1A1C1E
(26,28,30)
#0F1210
(15,18,16)
#000000
(0,0,0)

Tints of #7D769C

#7D769C
(125,118,156)
#8882A5
(136,130,165)
#938EAE
(147,142,174)
#9E9AB7
(158,154,183)
#A9A6C0
(169,166,192)
#B4B2C9
(180,178,201)
#BFBED2
(191,190,210)
#CACADB
(202,202,219)
#D5D6E4
(213,214,228)
#E0E2ED
(224,226,237)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D769C color. Also use rgb(125,118,156) instead hex code.

Text Font Color

.myTextColor { color: #7D769C; }

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

This text font color is #7D769C.

Background Color

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

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

This div background color is #7D769C.

Border color

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

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

This div border color is #7D769C.

Opacity

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

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

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

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

This text has shadow with #7D769C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7D769C.

Preview

Color preview on black background

This text has color #7D769C on black background.


Color preview on white background

This text has color #7D769C on white background.


Black color preview on #7D769C background

This text has black color on #7D769C background.


White color preview on #7D769C background

This text has white color on #7D769C background.


Related colors

Complementary color

Complementary color for #hex is #828963.


I love getcolorcode.com

Triadic colors

1 #9C7D76 and #769C7D with #7D769C are triadic colors.

2 #9C767D and #767D9C with #7D769C are triadic colors.