COLOR #775364

HEX: #775364
RGB: (119,83,100)

Color info

#775364 contains red, green and blue colors in about the same proportion. Web safe color of #775364 is #666666 (or #666).

RGB color model

#775364 color RGB value is (119,83,100).

  • red value is 119;
  • green value is 83;
  • blue value is 100.
RGB:
(119,83,100)
(47%,33%,39%)

RGB channels and saturation

R 119 of 255 = 47%
G 83 of 255 = 33%
B 100 of 255 = 39%

119
83
100

R + G + B ~ 40%. #775364 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
119 + 83 + 100 = 302 (100%)
R 119 of 302 ~ 39.4%
G 83 of 302 ~ 27.48%
B 100 of 302 ~ 33.11%

%39.4
%27.48
%33.11

CMYK color model

#775364 color CMYK value is (0,30,16,53).

  • cyan value is 0.00%
  • magenta value is 30.25%
  • yellow value is 15.97%
  • key color value is 53.33%
CMYK:
(0,30,16,53)
C0M30Y16K53 
(0%,30%,16%,53%)
(0.00/0.30/0.16/0.53)	

CMYK percentages

%0
%30.25
%15.97
%53.33

Codes

Color #775364 in popluar color models

775364
RGB11983100
HSL332°17.82%39.61%
HSB/HSV332°30.25%46.67%
CMYK0.00%30.25%15.97%
53.33%

Color #775364 in popluar number systems.

HEX775364
Decimal11983100
Binary111011110100111100100
Octal167123144

Shades and tints

Shades of #775364

#775364
(119,83,100)
#6D4C5B
(109,76,91)
#634552
(99,69,82)
#593E49
(89,62,73)
#4F3740
(79,55,64)
#453037
(69,48,55)
#3B292E
(59,41,46)
#312225
(49,34,37)
#271B1C
(39,27,28)
#1D1413
(29,20,19)
#130D0A
(19,13,10)
#000000
(0,0,0)

Tints of #775364

#775364
(119,83,100)
#836272
(131,98,114)
#8F7180
(143,113,128)
#9B808E
(155,128,142)
#A78F9C
(167,143,156)
#B39EAA
(179,158,170)
#BFADB8
(191,173,184)
#CBBCC6
(203,188,198)
#D7CBD4
(215,203,212)
#E3DAE2
(227,218,226)
#EFE9F0
(239,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775364 color. Also use rgb(119,83,100) instead hex code.

Text Font Color

.myTextColor { color: #775364; }

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

This text font color is #775364.


Background Color

.myBgColor { background-color: #775364; }

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

This div background color is #775364.


Border color

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

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

This div border color is #775364.


Opacity

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

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

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

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

This text has shadow with #775364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775364 on black background.


Color preview on white background

This text has color #775364 on white background.



Black color preview on #775364 background

This text has black color on #775364 background.


White color preview on #775364 background

This text has white color on #775364 background.