COLOR #7B628C

HEX: #7B628C RGB: (123,98,140)

Color info

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

RGB color model

#7B628C color RGB value is (123,98,140).

RGB: (123,98,140) (48%, 38%, 55%)

RGB channels and saturation

R 123 of 255 = 48%
G 98 of 255 = 38%
B 140 of 255 = 55%

123
98
140

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

Portions of RGB colors in percentages

R + G + B = 123 + 98 + 140 = 361 (100%)
R 123 of 361 ~ 34.07%
G 98 of 361 ~ 27.15%
B 140 of 361 ~ 38.78'%

%34.07
%27.15
%38.78

CMYK color model

#7B628C color CMYK value is (12,30,0,45).

  • cyan value is 12.14%
  • magenta value is 30.00%
  • yellow value is 0.00%
  • key color value is 45.10%

CMYK: (12,30,0,45)
C12M30Y0K45 (12%, 30%, 0%, 45%)
(0.12 / 0.30 / 0.00 / 0.45)

CMYK percentages

%12.14
%30
%0
%45.1

Codes

Color #7B628C in popluar color models

7B 62 8C
RGB 123 98 140
HSL 276° 17.65% 46.67%
HSB/HSV 276° 30.00% 54.90%
CMYK 12.14% 30.00% 0.00%
45.10%

Color #7B628C in popluar number systems.

HEX 7B 62 8C
Decimal 123 98 140
Binary 1111011 1100010 10001100
Octal 173 142 214

Shades and tints

Shades of #7B628C

#7B628C
(123,98,140)
#705A80
(112,90,128)
#655274
(101,82,116)
#5A4A68
(90,74,104)
#4F425C
(79,66,92)
#443A50
(68,58,80)
#393244
(57,50,68)
#2E2A38
(46,42,56)
#23222C
(35,34,44)
#181A20
(24,26,32)
#0D1214
(13,18,20)
#000000
(0,0,0)

Tints of #7B628C

#7B628C
(123,98,140)
#877096
(135,112,150)
#937EA0
(147,126,160)
#9F8CAA
(159,140,170)
#AB9AB4
(171,154,180)
#B7A8BE
(183,168,190)
#C3B6C8
(195,182,200)
#CFC4D2
(207,196,210)
#DBD2DC
(219,210,220)
#E7E0E6
(231,224,230)
#F3EEF0
(243,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7B628C color. Also use rgb(123,98,140) instead hex code.

Text Font Color

.myTextColor { color: #7B628C; }

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

This text font color is #7B628C.

Background Color

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

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

This div background color is #7B628C.

Border color

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

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

This div border color is #7B628C.

Opacity

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

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

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

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

This text has shadow with #7B628C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7B628C.

Preview

Color preview on black background

This text has color #7B628C on black background.


Color preview on white background

This text has color #7B628C on white background.


Black color preview on #7B628C background

This text has black color on #7B628C background.


White color preview on #7B628C background

This text has white color on #7B628C background.


Related colors

Complementary color

Complementary color for #hex is #849D73.


I love getcolorcode.com

Triadic colors

1 #8C7B62 and #628C7B with #7B628C are triadic colors.

2 #8C627B and #627B8C with #7B628C are triadic colors.