COLOR #7D768C

HEX: #7D768C
RGB: (125,118,140)

Color info

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

RGB color model

#7D768C color RGB value is (125,118,140).

  • red value is 125;
  • green value is 118;
  • blue value is 140.
RGB:
(125,118,140)
(49%,46%,55%)

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 140 of 255 = 55%

125
118
140

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

Portions of RGB colors in percentages

R + G + B =
125 + 118 + 140 = 383 (100%)
R 125 of 383 ~ 32.64%
G 118 of 383 ~ 30.81%
B 140 of 383 ~ 36.55%

%32.64
%30.81
%36.55

CMYK color model

#7D768C color CMYK value is (11,16,0,45).

  • cyan value is 10.71%
  • magenta value is 15.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(11,16,0,45)
C11M16Y0K45 
(11%,16%,0%,45%)
(0.11/0.16/0.00/0.45)	

CMYK percentages

%10.71
%15.71
%0
%45.1

Codes

Color #7D768C in popluar color models

7D768C
RGB125118140
HSL259°8.73%50.59%
HSB/HSV259°15.71%54.90%
CMYK10.71%15.71%0.00%
45.10%

Color #7D768C in popluar number systems.

HEX7D768C
Decimal125118140
Binary1111101111011010001100
Octal175166214

Shades and tints

Shades of #7D768C

#7D768C
(125,118,140)
#726C80
(114,108,128)
#676274
(103,98,116)
#5C5868
(92,88,104)
#514E5C
(81,78,92)
#464450
(70,68,80)
#3B3A44
(59,58,68)
#303038
(48,48,56)
#25262C
(37,38,44)
#1A1C20
(26,28,32)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #7D768C

#7D768C
(125,118,140)
#888296
(136,130,150)
#938EA0
(147,142,160)
#9E9AAA
(158,154,170)
#A9A6B4
(169,166,180)
#B4B2BE
(180,178,190)
#BFBEC8
(191,190,200)
#CACAD2
(202,202,210)
#D5D6DC
(213,214,220)
#E0E2E6
(224,226,230)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D768C; }

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

This text font color is #7D768C.


Background Color

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

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

This div background color is #7D768C.


Border color

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

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

This div border color is #7D768C.


Opacity

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

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

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

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

This text has shadow with #7D768C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D768C on black background.


Color preview on white background

This text has color #7D768C on white background.



Black color preview on #7D768C background

This text has black color on #7D768C background.


White color preview on #7D768C background

This text has white color on #7D768C background.