COLOR #7836B7

HEX: #7836B7 RGB: (120,54,183)

Color info

#7836B7 contains mainly blue color. Web safe color of #7836B7 is #6633CC (or #63C).

RGB color model

#7836B7 color RGB value is (120,54,183).

RGB: (120,54,183) (47%, 21%, 72%)

RGB channels and saturation

R 120 of 255 = 47%
G 54 of 255 = 21%
B 183 of 255 = 72%

120
54
183

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

Portions of RGB colors in percentages

R + G + B = 120 + 54 + 183 = 357 (100%)
R 120 of 357 ~ 33.61%
G 54 of 357 ~ 15.13%
B 183 of 357 ~ 51.26'%

%33.61
%15.13
%51.26

CMYK color model

#7836B7 color CMYK value is (34,70,0,28).

  • cyan value is 34.43%
  • magenta value is 70.49%
  • yellow value is 0.00%
  • key color value is 28.24%

CMYK: (34,70,0,28)
C34M70Y0K28 (34%, 70%, 0%, 28%)
(0.34 / 0.70 / 0.00 / 0.28)

CMYK percentages

%34.43
%70.49
%0
%28.24

Codes

Color #7836B7 in popluar color models

78 36 B7
RGB 120 54 183
HSL 271° 54.43% 46.47%
HSB/HSV 271° 70.49% 71.76%
CMYK 34.43% 70.49% 0.00%
28.24%

Color #7836B7 in popluar number systems.

HEX 78 36 B7
Decimal 120 54 183
Binary 1111000 110110 10110111
Octal 170 66 267

Shades and tints

Shades of #7836B7

#7836B7
(120,54,183)
#6E32A7
(110,50,167)
#642E97
(100,46,151)
#5A2A87
(90,42,135)
#502677
(80,38,119)
#462267
(70,34,103)
#3C1E57
(60,30,87)
#321A47
(50,26,71)
#281637
(40,22,55)
#1E1227
(30,18,39)
#140E17
(20,14,23)
#000000
(0,0,0)

Tints of #7836B7

#7836B7
(120,54,183)
#8448BD
(132,72,189)
#905AC3
(144,90,195)
#9C6CC9
(156,108,201)
#A87ECF
(168,126,207)
#B490D5
(180,144,213)
#C0A2DB
(192,162,219)
#CCB4E1
(204,180,225)
#D8C6E7
(216,198,231)
#E4D8ED
(228,216,237)
#F0EAF3
(240,234,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7836B7 color. Also use rgb(120,54,183) instead hex code.

Text Font Color

.myTextColor { color: #7836B7; }

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

This text font color is #7836B7.

Background Color

.myBgColor { background-color: #7836B7; }

<div style="background-color:#7836B7">Inner text</div>

This div background color is #7836B7.

Border color

.myBorderColor { border: 1px solid #7836B7; }

<div style="border:3px solid #7836B7">Div</div>

This div border color is #7836B7.

Opacity

.myOpacity80 { color: #7836B7; opacity: 0.8; }

<p style="color:#7836B7;opacity:0.8;">80%</p>

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

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

This text has shadow with #7836B7 color.


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

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

This text has shadow with #7836B7 primary color and red secondary color.


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

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

This text has shadow with #7836B7 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7836B7.

Preview

Color preview on black background

This text has color #7836B7 on black background.


Color preview on white background

This text has color #7836B7 on white background.


Black color preview on #7836B7 background

This text has black color on #7836B7 background.


White color preview on #7836B7 background

This text has white color on #7836B7 background.


Related colors

Complementary color

Complementary color for #hex is #87C948.


I love getcolorcode.com

Triadic colors

1 #B77836 and #36B778 with #7836B7 are triadic colors.

2 #B73678 and #3678B7 with #7836B7 are triadic colors.