COLOR #775564

HEX: #775564
RGB: (119,85,100)

Color info

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

RGB color model

#775564 color RGB value is (119,85,100).

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

RGB channels and saturation

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

119
85
100

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

Portions of RGB colors in percentages

R + G + B =
119 + 85 + 100 = 304 (100%)
R 119 of 304 ~ 39.14%
G 85 of 304 ~ 27.96%
B 100 of 304 ~ 32.89%

%39.14
%27.96
%32.89

CMYK color model

#775564 color CMYK value is (0,29,16,53).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 15.97%
  • key color value is 53.33%
CMYK:
(0,29,16,53)
C0M29Y16K53 
(0%,29%,16%,53%)
(0.00/0.29/0.16/0.53)	

CMYK percentages

%0
%28.57
%15.97
%53.33

Codes

Color #775564 in popluar color models

775564
RGB11985100
HSL334°16.67%40.00%
HSB/HSV334°28.57%46.67%
CMYK0.00%28.57%15.97%
53.33%

Color #775564 in popluar number systems.

HEX775564
Decimal11985100
Binary111011110101011100100
Octal167125144

Shades and tints

Shades of #775564

#775564
(119,85,100)
#6D4E5B
(109,78,91)
#634752
(99,71,82)
#594049
(89,64,73)
#4F3940
(79,57,64)
#453237
(69,50,55)
#3B2B2E
(59,43,46)
#312425
(49,36,37)
#271D1C
(39,29,28)
#1D1613
(29,22,19)
#130F0A
(19,15,10)
#000000
(0,0,0)

Tints of #775564

#775564
(119,85,100)
#836472
(131,100,114)
#8F7380
(143,115,128)
#9B828E
(155,130,142)
#A7919C
(167,145,156)
#B3A0AA
(179,160,170)
#BFAFB8
(191,175,184)
#CBBEC6
(203,190,198)
#D7CDD4
(215,205,212)
#E3DCE2
(227,220,226)
#EFEBF0
(239,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775564; }

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

This text font color is #775564.


Background Color

.myBgColor { background-color: #775564; }

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

This div background color is #775564.


Border color

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

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

This div border color is #775564.


Opacity

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

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

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

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

This text has shadow with #775564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775564 on black background.


Color preview on white background

This text has color #775564 on white background.



Black color preview on #775564 background

This text has black color on #775564 background.


White color preview on #775564 background

This text has white color on #775564 background.