COLOR #783768

HEX: #783768
RGB: (120,55,104)

Color info

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

RGB color model

#783768 color RGB value is (120,55,104).

  • red value is 120;
  • green value is 55;
  • blue value is 104.
RGB:
(120,55,104)
(47%,22%,41%)

RGB channels and saturation

R 120 of 255 = 47%
G 55 of 255 = 22%
B 104 of 255 = 41%

120
55
104

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

Portions of RGB colors in percentages

R + G + B =
120 + 55 + 104 = 279 (100%)
R 120 of 279 ~ 43.01%
G 55 of 279 ~ 19.71%
B 104 of 279 ~ 37.28%

%43.01
%19.71
%37.28

CMYK color model

#783768 color CMYK value is (0,54,13,53).

  • cyan value is 0.00%
  • magenta value is 54.17%
  • yellow value is 13.33%
  • key color value is 52.94%
CMYK:
(0,54,13,53)
C0M54Y13K53 
(0%,54%,13%,53%)
(0.00/0.54/0.13/0.53)	

CMYK percentages

%0
%54.17
%13.33
%52.94

Codes

Color #783768 in popluar color models

783768
RGB12055104
HSL315°37.14%34.31%
HSB/HSV315°54.17%47.06%
CMYK0.00%54.17%13.33%
52.94%

Color #783768 in popluar number systems.

HEX783768
Decimal12055104
Binary11110001101111101000
Octal17067150

Shades and tints

Shades of #783768

#783768
(120,55,104)
#6E325F
(110,50,95)
#642D56
(100,45,86)
#5A284D
(90,40,77)
#502344
(80,35,68)
#461E3B
(70,30,59)
#3C1932
(60,25,50)
#321429
(50,20,41)
#280F20
(40,15,32)
#1E0A17
(30,10,23)
#14050E
(20,5,14)
#000000
(0,0,0)

Tints of #783768

#783768
(120,55,104)
#844975
(132,73,117)
#905B82
(144,91,130)
#9C6D8F
(156,109,143)
#A87F9C
(168,127,156)
#B491A9
(180,145,169)
#C0A3B6
(192,163,182)
#CCB5C3
(204,181,195)
#D8C7D0
(216,199,208)
#E4D9DD
(228,217,221)
#F0EBEA
(240,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #783768 color. Also use rgb(120,55,104) instead hex code.

Text Font Color

.myTextColor { color: #783768; }

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

This text font color is #783768.


Background Color

.myBgColor { background-color: #783768; }

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

This div background color is #783768.


Border color

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

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

This div border color is #783768.


Opacity

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

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

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

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

This text has shadow with #783768 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #783768 on black background.


Color preview on white background

This text has color #783768 on white background.



Black color preview on #783768 background

This text has black color on #783768 background.


White color preview on #783768 background

This text has white color on #783768 background.