COLOR #760367

HEX: #760367
RGB: (118,3,103)

Color info

#760367 contains mainly red and blue colors. Web safe color of #760367 is #660066 (or #606).

RGB color model

#760367 color RGB value is (118,3,103).

  • red value is 118;
  • green value is 3;
  • blue value is 103.
RGB:
(118,3,103)
(46%,1%,40%)

RGB channels and saturation

R 118 of 255 = 46%
G 3 of 255 = 1%
B 103 of 255 = 40%

118
3
103

R + G + B ~ 29%. #760367 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 3 + 103 = 224 (100%)
R 118 of 224 ~ 52.68%
G 3 of 224 ~ 1.34%
B 103 of 224 ~ 45.98%

%52.68
%45.98

CMYK color model

#760367 color CMYK value is (0,97,13,54).

  • cyan value is 0.00%
  • magenta value is 97.46%
  • yellow value is 12.71%
  • key color value is 53.73%
CMYK:
(0,97,13,54)
C0M97Y13K54 
(0%,97%,13%,54%)
(0.00/0.97/0.13/0.54)	

CMYK percentages

%0
%97.46
%12.71
%53.73

Codes

Color #760367 in popluar color models

760367
RGB1183103
HSL308°95.04%23.73%
HSB/HSV308°97.46%46.27%
CMYK0.00%97.46%12.71%
53.73%

Color #760367 in popluar number systems.

HEX760367
Decimal1183103
Binary1110110111100111
Octal1663147

Shades and tints

Shades of #760367

#760367
(118,3,103)
#6C035E
(108,3,94)
#620355
(98,3,85)
#58034C
(88,3,76)
#4E0343
(78,3,67)
#44033A
(68,3,58)
#3A0331
(58,3,49)
#300328
(48,3,40)
#26031F
(38,3,31)
#1C0316
(28,3,22)
#12030D
(18,3,13)
#000000
(0,0,0)

Tints of #760367

#760367
(118,3,103)
#821974
(130,25,116)
#8E2F81
(142,47,129)
#9A458E
(154,69,142)
#A65B9B
(166,91,155)
#B271A8
(178,113,168)
#BE87B5
(190,135,181)
#CA9DC2
(202,157,194)
#D6B3CF
(214,179,207)
#E2C9DC
(226,201,220)
#EEDFE9
(238,223,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #760367 color. Also use rgb(118,3,103) instead hex code.

Text Font Color

.myTextColor { color: #760367; }

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

This text font color is #760367.


Background Color

.myBgColor { background-color: #760367; }

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

This div background color is #760367.


Border color

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

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

This div border color is #760367.


Opacity

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

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

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

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

This text has shadow with #760367 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #760367 on black background.


Color preview on white background

This text has color #760367 on white background.



Black color preview on #760367 background

This text has black color on #760367 background.


White color preview on #760367 background

This text has white color on #760367 background.