COLOR #763360

HEX: #763360
RGB: (118,51,96)

Color info

#763360 contains mainly red and blue colors. Web safe color of #763360 is #663366 (or #636).

RGB color model

#763360 color RGB value is (118,51,96).

  • red value is 118;
  • green value is 51;
  • blue value is 96.
RGB:
(118,51,96)
(46%,20%,38%)

RGB channels and saturation

R 118 of 255 = 46%
G 51 of 255 = 20%
B 96 of 255 = 38%

118
51
96

R + G + B ~ 35%. #763360 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 51 + 96 = 265 (100%)
R 118 of 265 ~ 44.53%
G 51 of 265 ~ 19.25%
B 96 of 265 ~ 36.23%

%44.53
%19.25
%36.23

CMYK color model

#763360 color CMYK value is (0,57,19,54).

  • cyan value is 0.00%
  • magenta value is 56.78%
  • yellow value is 18.64%
  • key color value is 53.73%
CMYK:
(0,57,19,54)
C0M57Y19K54 
(0%,57%,19%,54%)
(0.00/0.57/0.19/0.54)	

CMYK percentages

%0
%56.78
%18.64
%53.73

Codes

Color #763360 in popluar color models

763360
RGB1185196
HSL320°39.64%33.14%
HSB/HSV320°56.78%46.27%
CMYK0.00%56.78%18.64%
53.73%

Color #763360 in popluar number systems.

HEX763360
Decimal1185196
Binary11101101100111100000
Octal16663140

Shades and tints

Shades of #763360

#763360
(118,51,96)
#6C2F58
(108,47,88)
#622B50
(98,43,80)
#582748
(88,39,72)
#4E2340
(78,35,64)
#441F38
(68,31,56)
#3A1B30
(58,27,48)
#301728
(48,23,40)
#261320
(38,19,32)
#1C0F18
(28,15,24)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #763360

#763360
(118,51,96)
#82456E
(130,69,110)
#8E577C
(142,87,124)
#9A698A
(154,105,138)
#A67B98
(166,123,152)
#B28DA6
(178,141,166)
#BE9FB4
(190,159,180)
#CAB1C2
(202,177,194)
#D6C3D0
(214,195,208)
#E2D5DE
(226,213,222)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763360 color. Also use rgb(118,51,96) instead hex code.

Text Font Color

.myTextColor { color: #763360; }

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

This text font color is #763360.


Background Color

.myBgColor { background-color: #763360; }

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

This div background color is #763360.


Border color

.myBorderColor { border: 1px solid #763360; }

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

This div border color is #763360.


Opacity

.myOpacity80 { color: #763360; opacity: 0.8; }

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

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

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

This text has shadow with #763360 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763360 on black background.


Color preview on white background

This text has color #763360 on white background.



Black color preview on #763360 background

This text has black color on #763360 background.


White color preview on #763360 background

This text has white color on #763360 background.