COLOR #7B4062

HEX: #7B4062
RGB: (123,64,98)

Color info

#7B4062 contains red, green and blue colors in about the same proportion. Web safe color of #7B4062 is #663366 (or #636).

RGB color model

#7B4062 color RGB value is (123,64,98).

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

RGB channels and saturation

R 123 of 255 = 48%
G 64 of 255 = 25%
B 98 of 255 = 38%

123
64
98

R + G + B ~ 37%. #7B4062 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
123 + 64 + 98 = 285 (100%)
R 123 of 285 ~ 43.16%
G 64 of 285 ~ 22.46%
B 98 of 285 ~ 34.39%

%43.16
%22.46
%34.39

CMYK color model

#7B4062 color CMYK value is (0,48,20,52).

  • cyan value is 0.00%
  • magenta value is 47.97%
  • yellow value is 20.33%
  • key color value is 51.76%
CMYK:
(0,48,20,52)
C0M48Y20K52 
(0%,48%,20%,52%)
(0.00/0.48/0.20/0.52)	

CMYK percentages

%0
%47.97
%20.33
%51.76

Codes

Color #7B4062 in popluar color models

7B4062
RGB1236498
HSL325°31.55%36.67%
HSB/HSV325°47.97%48.24%
CMYK0.00%47.97%20.33%
51.76%

Color #7B4062 in popluar number systems.

HEX7B4062
Decimal1236498
Binary111101110000001100010
Octal173100142

Shades and tints

Shades of #7B4062

#7B4062
(123,64,98)
#703B5A
(112,59,90)
#653652
(101,54,82)
#5A314A
(90,49,74)
#4F2C42
(79,44,66)
#44273A
(68,39,58)
#392232
(57,34,50)
#2E1D2A
(46,29,42)
#231822
(35,24,34)
#18131A
(24,19,26)
#0D0E12
(13,14,18)
#000000
(0,0,0)

Tints of #7B4062

#7B4062
(123,64,98)
#875170
(135,81,112)
#93627E
(147,98,126)
#9F738C
(159,115,140)
#AB849A
(171,132,154)
#B795A8
(183,149,168)
#C3A6B6
(195,166,182)
#CFB7C4
(207,183,196)
#DBC8D2
(219,200,210)
#E7D9E0
(231,217,224)
#F3EAEE
(243,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7B4062; }

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

This text font color is #7B4062.


Background Color

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

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

This div background color is #7B4062.


Border color

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

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

This div border color is #7B4062.


Opacity

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

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

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

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

This text has shadow with #7B4062 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7B4062 on black background.


Color preview on white background

This text has color #7B4062 on white background.



Black color preview on #7B4062 background

This text has black color on #7B4062 background.


White color preview on #7B4062 background

This text has white color on #7B4062 background.