COLOR #7B6290

HEX: #7B6290
RGB: (123,98,144)

Color info

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

RGB color model

#7B6290 color RGB value is (123,98,144).

  • red value is 123;
  • green value is 98;
  • blue value is 144.
RGB:
(123,98,144)
(48%,38%,56%)

RGB channels and saturation

R 123 of 255 = 48%
G 98 of 255 = 38%
B 144 of 255 = 56%

123
98
144

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

Portions of RGB colors in percentages

R + G + B =
123 + 98 + 144 = 365 (100%)
R 123 of 365 ~ 33.7%
G 98 of 365 ~ 26.85%
B 144 of 365 ~ 39.45%

%33.7
%26.85
%39.45

CMYK color model

#7B6290 color CMYK value is (15,32,0,44).

  • cyan value is 14.58%
  • magenta value is 31.94%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(15,32,0,44)
C15M32Y0K44 
(15%,32%,0%,44%)
(0.15/0.32/0.00/0.44)	

CMYK percentages

%14.58
%31.94
%0
%43.53

Codes

Color #7B6290 in popluar color models

7B6290
RGB12398144
HSL273°19.01%47.45%
HSB/HSV273°31.94%56.47%
CMYK14.58%31.94%0.00%
43.53%

Color #7B6290 in popluar number systems.

HEX7B6290
Decimal12398144
Binary1111011110001010010000
Octal173142220

Shades and tints

Shades of #7B6290

#7B6290
(123,98,144)
#705A83
(112,90,131)
#655276
(101,82,118)
#5A4A69
(90,74,105)
#4F425C
(79,66,92)
#443A4F
(68,58,79)
#393242
(57,50,66)
#2E2A35
(46,42,53)
#232228
(35,34,40)
#181A1B
(24,26,27)
#0D120E
(13,18,14)
#000000
(0,0,0)

Tints of #7B6290

#7B6290
(123,98,144)
#87709A
(135,112,154)
#937EA4
(147,126,164)
#9F8CAE
(159,140,174)
#AB9AB8
(171,154,184)
#B7A8C2
(183,168,194)
#C3B6CC
(195,182,204)
#CFC4D6
(207,196,214)
#DBD2E0
(219,210,224)
#E7E0EA
(231,224,234)
#F3EEF4
(243,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B6290; }

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

This text font color is #7B6290.


Background Color

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

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

This div background color is #7B6290.


Border color

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

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

This div border color is #7B6290.


Opacity

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

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

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

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

This text has shadow with #7B6290 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B6290 on black background.


Color preview on white background

This text has color #7B6290 on white background.



Black color preview on #7B6290 background

This text has black color on #7B6290 background.


White color preview on #7B6290 background

This text has white color on #7B6290 background.