COLOR #7D76D8

HEX: #7D76D8
RGB: (125,118,216)

Color info

#7D76D8 contains mainly blue color. Web safe color of #7D76D8 is #6666CC (or #66C).

RGB color model

#7D76D8 color RGB value is (125,118,216).

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

RGB channels and saturation

R 125 of 255 = 49%
G 118 of 255 = 46%
B 216 of 255 = 85%

125
118
216

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

Portions of RGB colors in percentages

R + G + B =
125 + 118 + 216 = 459 (100%)
R 125 of 459 ~ 27.23%
G 118 of 459 ~ 25.71%
B 216 of 459 ~ 47.06%

%27.23
%25.71
%47.06

CMYK color model

#7D76D8 color CMYK value is (42,45,0,15).

  • cyan value is 42.13%
  • magenta value is 45.37%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(42,45,0,15)
C42M45Y0K15 
(42%,45%,0%,15%)
(0.42/0.45/0.00/0.15)	

CMYK percentages

%42.13
%45.37
%0
%15.29

Codes

Color #7D76D8 in popluar color models

7D76D8
RGB125118216
HSL244°55.68%65.49%
HSB/HSV244°45.37%84.71%
CMYK42.13%45.37%0.00%
15.29%

Color #7D76D8 in popluar number systems.

HEX7D76D8
Decimal125118216
Binary1111101111011011011000
Octal175166330

Shades and tints

Shades of #7D76D8

#7D76D8
(125,118,216)
#726CC5
(114,108,197)
#6762B2
(103,98,178)
#5C589F
(92,88,159)
#514E8C
(81,78,140)
#464479
(70,68,121)
#3B3A66
(59,58,102)
#303053
(48,48,83)
#252640
(37,38,64)
#1A1C2D
(26,28,45)
#0F121A
(15,18,26)
#000000
(0,0,0)

Tints of #7D76D8

#7D76D8
(125,118,216)
#8882DB
(136,130,219)
#938EDE
(147,142,222)
#9E9AE1
(158,154,225)
#A9A6E4
(169,166,228)
#B4B2E7
(180,178,231)
#BFBEEA
(191,190,234)
#CACAED
(202,202,237)
#D5D6F0
(213,214,240)
#E0E2F3
(224,226,243)
#EBEEF6
(235,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D76D8; }

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

This text font color is #7D76D8.


Background Color

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

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

This div background color is #7D76D8.


Border color

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

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

This div border color is #7D76D8.


Opacity

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

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

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

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

This text has shadow with #7D76D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D76D8 on black background.


Color preview on white background

This text has color #7D76D8 on white background.



Black color preview on #7D76D8 background

This text has black color on #7D76D8 background.


White color preview on #7D76D8 background

This text has white color on #7D76D8 background.