COLOR #775076

HEX: #775076
RGB: (119,80,118)

Color info

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

RGB color model

#775076 color RGB value is (119,80,118).

  • red value is 119;
  • green value is 80;
  • blue value is 118.
RGB:
(119,80,118)
(47%,31%,46%)

RGB channels and saturation

R 119 of 255 = 47%
G 80 of 255 = 31%
B 118 of 255 = 46%

119
80
118

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

Portions of RGB colors in percentages

R + G + B =
119 + 80 + 118 = 317 (100%)
R 119 of 317 ~ 37.54%
G 80 of 317 ~ 25.24%
B 118 of 317 ~ 37.22%

%37.54
%25.24
%37.22

CMYK color model

#775076 color CMYK value is (0,33,1,53).

  • cyan value is 0.00%
  • magenta value is 32.77%
  • yellow value is 0.84%
  • key color value is 53.33%
CMYK:
(0,33,1,53)
C0M33Y1K53 
(0%,33%,1%,53%)
(0.00/0.33/0.01/0.53)	

CMYK percentages

%0
%32.77
%0.84
%53.33

Codes

Color #775076 in popluar color models

775076
RGB11980118
HSL302°19.60%39.02%
HSB/HSV302°32.77%46.67%
CMYK0.00%32.77%0.84%
53.33%

Color #775076 in popluar number systems.

HEX775076
Decimal11980118
Binary111011110100001110110
Octal167120166

Shades and tints

Shades of #775076

#775076
(119,80,118)
#6D496C
(109,73,108)
#634262
(99,66,98)
#593B58
(89,59,88)
#4F344E
(79,52,78)
#452D44
(69,45,68)
#3B263A
(59,38,58)
#311F30
(49,31,48)
#271826
(39,24,38)
#1D111C
(29,17,28)
#130A12
(19,10,18)
#000000
(0,0,0)

Tints of #775076

#775076
(119,80,118)
#835F82
(131,95,130)
#8F6E8E
(143,110,142)
#9B7D9A
(155,125,154)
#A78CA6
(167,140,166)
#B39BB2
(179,155,178)
#BFAABE
(191,170,190)
#CBB9CA
(203,185,202)
#D7C8D6
(215,200,214)
#E3D7E2
(227,215,226)
#EFE6EE
(239,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775076 color. Also use rgb(119,80,118) instead hex code.

Text Font Color

.myTextColor { color: #775076; }

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

This text font color is #775076.


Background Color

.myBgColor { background-color: #775076; }

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

This div background color is #775076.


Border color

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

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

This div border color is #775076.


Opacity

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

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

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

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

This text has shadow with #775076 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775076 on black background.


Color preview on white background

This text has color #775076 on white background.



Black color preview on #775076 background

This text has black color on #775076 background.


White color preview on #775076 background

This text has white color on #775076 background.