COLOR #7D6A88

HEX: #7D6A88
RGB: (125,106,136)

Color info

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

RGB color model

#7D6A88 color RGB value is (125,106,136).

  • red value is 125;
  • green value is 106;
  • blue value is 136.
RGB:
(125,106,136)
(49%,42%,53%)

RGB channels and saturation

R 125 of 255 = 49%
G 106 of 255 = 42%
B 136 of 255 = 53%

125
106
136

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

Portions of RGB colors in percentages

R + G + B =
125 + 106 + 136 = 367 (100%)
R 125 of 367 ~ 34.06%
G 106 of 367 ~ 28.88%
B 136 of 367 ~ 37.06%

%34.06
%28.88
%37.06

CMYK color model

#7D6A88 color CMYK value is (8,22,0,47).

  • cyan value is 8.09%
  • magenta value is 22.06%
  • yellow value is 0.00%
  • key color value is 46.67%
CMYK:
(8,22,0,47)
C8M22Y0K47 
(8%,22%,0%,47%)
(0.08/0.22/0.00/0.47)	

CMYK percentages

%8.09
%22.06
%0
%46.67

Codes

Color #7D6A88 in popluar color models

7D6A88
RGB125106136
HSL278°12.40%47.45%
HSB/HSV278°22.06%53.33%
CMYK8.09%22.06%0.00%
46.67%

Color #7D6A88 in popluar number systems.

HEX7D6A88
Decimal125106136
Binary1111101110101010001000
Octal175152210

Shades and tints

Shades of #7D6A88

#7D6A88
(125,106,136)
#72617C
(114,97,124)
#675870
(103,88,112)
#5C4F64
(92,79,100)
#514658
(81,70,88)
#463D4C
(70,61,76)
#3B3440
(59,52,64)
#302B34
(48,43,52)
#252228
(37,34,40)
#1A191C
(26,25,28)
#0F1010
(15,16,16)
#000000
(0,0,0)

Tints of #7D6A88

#7D6A88
(125,106,136)
#887792
(136,119,146)
#93849C
(147,132,156)
#9E91A6
(158,145,166)
#A99EB0
(169,158,176)
#B4ABBA
(180,171,186)
#BFB8C4
(191,184,196)
#CAC5CE
(202,197,206)
#D5D2D8
(213,210,216)
#E0DFE2
(224,223,226)
#EBECEC
(235,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D6A88 color. Also use rgb(125,106,136) instead hex code.

Text Font Color

.myTextColor { color: #7D6A88; }

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

This text font color is #7D6A88.


Background Color

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

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

This div background color is #7D6A88.


Border color

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

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

This div border color is #7D6A88.


Opacity

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

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

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

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

This text has shadow with #7D6A88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D6A88 on black background.


Color preview on white background

This text has color #7D6A88 on white background.



Black color preview on #7D6A88 background

This text has black color on #7D6A88 background.


White color preview on #7D6A88 background

This text has white color on #7D6A88 background.