COLOR #772368

HEX: #772368
RGB: (119,35,104)

Color info

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

RGB color model

#772368 color RGB value is (119,35,104).

  • red value is 119;
  • green value is 35;
  • blue value is 104.
RGB:
(119,35,104)
(47%,14%,41%)

RGB channels and saturation

R 119 of 255 = 47%
G 35 of 255 = 14%
B 104 of 255 = 41%

119
35
104

R + G + B ~ 34%. #772368 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 35 + 104 = 258 (100%)
R 119 of 258 ~ 46.12%
G 35 of 258 ~ 13.57%
B 104 of 258 ~ 40.31%

%46.12
%13.57
%40.31

CMYK color model

#772368 color CMYK value is (0,71,13,53).

  • cyan value is 0.00%
  • magenta value is 70.59%
  • yellow value is 12.61%
  • key color value is 53.33%
CMYK:
(0,71,13,53)
C0M71Y13K53 
(0%,71%,13%,53%)
(0.00/0.71/0.13/0.53)	

CMYK percentages

%0
%70.59
%12.61
%53.33

Codes

Color #772368 in popluar color models

772368
RGB11935104
HSL311°54.55%30.20%
HSB/HSV311°70.59%46.67%
CMYK0.00%70.59%12.61%
53.33%

Color #772368 in popluar number systems.

HEX772368
Decimal11935104
Binary11101111000111101000
Octal16743150

Shades and tints

Shades of #772368

#772368
(119,35,104)
#6D205F
(109,32,95)
#631D56
(99,29,86)
#591A4D
(89,26,77)
#4F1744
(79,23,68)
#45143B
(69,20,59)
#3B1132
(59,17,50)
#310E29
(49,14,41)
#270B20
(39,11,32)
#1D0817
(29,8,23)
#13050E
(19,5,14)
#000000
(0,0,0)

Tints of #772368

#772368
(119,35,104)
#833775
(131,55,117)
#8F4B82
(143,75,130)
#9B5F8F
(155,95,143)
#A7739C
(167,115,156)
#B387A9
(179,135,169)
#BF9BB6
(191,155,182)
#CBAFC3
(203,175,195)
#D7C3D0
(215,195,208)
#E3D7DD
(227,215,221)
#EFEBEA
(239,235,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772368 color. Also use rgb(119,35,104) instead hex code.

Text Font Color

.myTextColor { color: #772368; }

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

This text font color is #772368.


Background Color

.myBgColor { background-color: #772368; }

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

This div background color is #772368.


Border color

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

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

This div border color is #772368.


Opacity

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

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

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

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

This text has shadow with #772368 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772368 on black background.


Color preview on white background

This text has color #772368 on white background.



Black color preview on #772368 background

This text has black color on #772368 background.


White color preview on #772368 background

This text has white color on #772368 background.