COLOR #7B708F

HEX: #7B708F RGB: (123,112,143)

Color info

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

RGB color model

#7B708F color RGB value is (123,112,143).

RGB: (123,112,143) (48%, 44%, 56%)

RGB channels and saturation

R 123 of 255 = 48%
G 112 of 255 = 44%
B 143 of 255 = 56%

123
112
143

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

Portions of RGB colors in percentages

R + G + B = 123 + 112 + 143 = 378 (100%)
R 123 of 378 ~ 32.54%
G 112 of 378 ~ 29.63%
B 143 of 378 ~ 37.83'%

%32.54
%29.63
%37.83

CMYK color model

#7B708F color CMYK value is (14,22,0,44).

  • cyan value is 13.99%
  • magenta value is 21.68%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK: (14,22,0,44) C14M22Y0K44 (14%,22%,0%,44%) (0.14/0.22/0.00/0.44) 

CMYK percentages

%13.99
%21.68
%0
%43.92

Codes

Color #7B708F in popluar color models

7B 70 8F
RGB 123 112 143
HSL 261° 12.16% 50.00%
HSB/HSV 261° 21.68% 56.08%
CMYK 13.99% 21.68% 0.00%
43.92%

Color #7B708F in popluar number systems.

HEX 7B 70 8F
Decimal 123 112 143
Binary 1111011 1110000 10001111
Octal 173 160 217

Shades and tints

Shades of #7B708F

#7B708F
(123,112,143)
#706682
(112,102,130)
#655C75
(101,92,117)
#5A5268
(90,82,104)
#4F485B
(79,72,91)
#443E4E
(68,62,78)
#393441
(57,52,65)
#2E2A34
(46,42,52)
#232027
(35,32,39)
#18161A
(24,22,26)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #7B708F

#7B708F
(123,112,143)
#877D99
(135,125,153)
#938AA3
(147,138,163)
#9F97AD
(159,151,173)
#ABA4B7
(171,164,183)
#B7B1C1
(183,177,193)
#C3BECB
(195,190,203)
#CFCBD5
(207,203,213)
#DBD8DF
(219,216,223)
#E7E5E9
(231,229,233)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B708F; }

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

This text font color is #7B708F.

Background Color

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

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

This div background color is #7B708F.

Border color

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

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

This div border color is #7B708F.

Opacity

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

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

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

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

This text has shadow with #7B708F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B708F.

Preview

Color preview on black background

This text has color #7B708F on black background.


Color preview on white background

This text has color #7B708F on white background.


Black color preview on #7B708F background

This text has black color on #7B708F background.


White color preview on #7B708F background

This text has white color on #7B708F background.


Related colors

Complementary color

Complementary color for #hex is #848F70.


I love getcolorcode.com

Triadic colors

1 #8F7B70 and #708F7B with #7B708F are triadic colors.

2 #8F707B and #707B8F with #7B708F are triadic colors.