COLOR #7B729C

HEX: #7B729C RGB: (123,114,156)

Color info

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

RGB color model

#7B729C color RGB value is (123,114,156).

RGB: (123,114,156) (48%, 45%, 61%)

RGB channels and saturation

R 123 of 255 = 48%
G 114 of 255 = 45%
B 156 of 255 = 61%

123
114
156

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

Portions of RGB colors in percentages

R + G + B = 123 + 114 + 156 = 393 (100%)
R 123 of 393 ~ 31.3%
G 114 of 393 ~ 29.01%
B 156 of 393 ~ 39.69'%

%31.3
%29.01
%39.69

CMYK color model

#7B729C color CMYK value is (21,27,0,39).

  • cyan value is 21.15%
  • magenta value is 26.92%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (21,27,0,39)
C21M27Y0K39 (21%, 27%, 0%, 39%)
(0.21 / 0.27 / 0.00 / 0.39)

CMYK percentages

%21.15
%26.92
%0
%38.82

Codes

Color #7B729C in popluar color models

7B 72 9C
RGB 123 114 156
HSL 253° 17.50% 52.94%
HSB/HSV 253° 26.92% 61.18%
CMYK 21.15% 26.92% 0.00%
38.82%

Color #7B729C in popluar number systems.

HEX 7B 72 9C
Decimal 123 114 156
Binary 1111011 1110010 10011100
Octal 173 162 234

Shades and tints

Shades of #7B729C

#7B729C
(123,114,156)
#70688E
(112,104,142)
#655E80
(101,94,128)
#5A5472
(90,84,114)
#4F4A64
(79,74,100)
#444056
(68,64,86)
#393648
(57,54,72)
#2E2C3A
(46,44,58)
#23222C
(35,34,44)
#18181E
(24,24,30)
#0D0E10
(13,14,16)
#000000
(0,0,0)

Tints of #7B729C

#7B729C
(123,114,156)
#877EA5
(135,126,165)
#938AAE
(147,138,174)
#9F96B7
(159,150,183)
#ABA2C0
(171,162,192)
#B7AEC9
(183,174,201)
#C3BAD2
(195,186,210)
#CFC6DB
(207,198,219)
#DBD2E4
(219,210,228)
#E7DEED
(231,222,237)
#F3EAF6
(243,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B729C color. Also use rgb(123,114,156) instead hex code.

Text Font Color

.myTextColor { color: #7B729C; }

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

This text font color is #7B729C.

Background Color

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

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

This div background color is #7B729C.

Border color

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

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

This div border color is #7B729C.

Opacity

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

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

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

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

This text has shadow with #7B729C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B729C.

Preview

Color preview on black background

This text has color #7B729C on black background.


Color preview on white background

This text has color #7B729C on white background.


Black color preview on #7B729C background

This text has black color on #7B729C background.


White color preview on #7B729C background

This text has white color on #7B729C background.


Related colors

Complementary color

Complementary color for #hex is #848D63.


I love getcolorcode.com

Triadic colors

1 #9C7B72 and #729C7B with #7B729C are triadic colors.

2 #9C727B and #727B9C with #7B729C are triadic colors.