COLOR #7B709F

HEX: #7B709F RGB: (123,112,159)

Color info

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

RGB color model

#7B709F color RGB value is (123,112,159).

RGB: (123,112,159) (48%, 44%, 62%)

RGB channels and saturation

R 123 of 255 = 48%
G 112 of 255 = 44%
B 159 of 255 = 62%

123
112
159

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

Portions of RGB colors in percentages

R + G + B = 123 + 112 + 159 = 394 (100%)
R 123 of 394 ~ 31.22%
G 112 of 394 ~ 28.43%
B 159 of 394 ~ 40.36'%

%31.22
%28.43
%40.36

CMYK color model

#7B709F color CMYK value is (23,30,0,38).

  • cyan value is 22.64%
  • magenta value is 29.56%
  • yellow value is 0.00%
  • key color value is 37.65%

CMYK: (23,30,0,38)
C23M30Y0K38 (23%, 30%, 0%, 38%)
(0.23 / 0.30 / 0.00 / 0.38)

CMYK percentages

%22.64
%29.56
%0
%37.65

Codes

Color #7B709F in popluar color models

7B 70 9F
RGB 123 112 159
HSL 254° 19.67% 53.14%
HSB/HSV 254° 29.56% 62.35%
CMYK 22.64% 29.56% 0.00%
37.65%

Color #7B709F in popluar number systems.

HEX 7B 70 9F
Decimal 123 112 159
Binary 1111011 1110000 10011111
Octal 173 160 237

Shades and tints

Shades of #7B709F

#7B709F
(123,112,159)
#706691
(112,102,145)
#655C83
(101,92,131)
#5A5275
(90,82,117)
#4F4867
(79,72,103)
#443E59
(68,62,89)
#39344B
(57,52,75)
#2E2A3D
(46,42,61)
#23202F
(35,32,47)
#181621
(24,22,33)
#0D0C13
(13,12,19)
#000000
(0,0,0)

Tints of #7B709F

#7B709F
(123,112,159)
#877DA7
(135,125,167)
#938AAF
(147,138,175)
#9F97B7
(159,151,183)
#ABA4BF
(171,164,191)
#B7B1C7
(183,177,199)
#C3BECF
(195,190,207)
#CFCBD7
(207,203,215)
#DBD8DF
(219,216,223)
#E7E5E7
(231,229,231)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B709F color. Also use rgb(123,112,159) instead hex code.

Text Font Color

.myTextColor { color: #7B709F; }

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

This text font color is #7B709F.

Background Color

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

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

This div background color is #7B709F.

Border color

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

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

This div border color is #7B709F.

Opacity

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

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

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

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

This text has shadow with #7B709F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B709F.

Preview

Color preview on black background

This text has color #7B709F on black background.


Color preview on white background

This text has color #7B709F on white background.


Black color preview on #7B709F background

This text has black color on #7B709F background.


White color preview on #7B709F background

This text has white color on #7B709F background.


Related colors

Complementary color

Complementary color for #hex is #848F60.


I love getcolorcode.com

Triadic colors

1 #9F7B70 and #709F7B with #7B709F are triadic colors.

2 #9F707B and #707B9F with #7B709F are triadic colors.