COLOR #775277

HEX: #775277
RGB: (119,82,119)

Color info

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

RGB color model

#775277 color RGB value is (119,82,119).

  • red value is 119;
  • green value is 82;
  • blue value is 119.
RGB:
(119,82,119)
(47%,32%,47%)

RGB channels and saturation

R 119 of 255 = 47%
G 82 of 255 = 32%
B 119 of 255 = 47%

119
82
119

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

Portions of RGB colors in percentages

R + G + B =
119 + 82 + 119 = 320 (100%)
R 119 of 320 ~ 37.19%
G 82 of 320 ~ 25.63%
B 119 of 320 ~ 37.19%

%37.19
%25.63
%37.19

CMYK color model

#775277 color CMYK value is (0,31,0,53).

  • cyan value is 0.00%
  • magenta value is 31.09%
  • yellow value is 0.00%
  • key color value is 53.33%
CMYK:
(0,31,0,53)
C0M31Y0K53 
(0%,31%,0%,53%)
(0.00/0.31/0.00/0.53)	

CMYK percentages

%0
%31.09
%0
%53.33

Codes

Color #775277 in popluar color models

775277
RGB11982119
HSL300°18.41%39.41%
HSB/HSV300°31.09%46.67%
CMYK0.00%31.09%0.00%
53.33%

Color #775277 in popluar number systems.

HEX775277
Decimal11982119
Binary111011110100101110111
Octal167122167

Shades and tints

Shades of #775277

#775277
(119,82,119)
#6D4B6D
(109,75,109)
#634463
(99,68,99)
#593D59
(89,61,89)
#4F364F
(79,54,79)
#452F45
(69,47,69)
#3B283B
(59,40,59)
#312131
(49,33,49)
#271A27
(39,26,39)
#1D131D
(29,19,29)
#130C13
(19,12,19)
#000000
(0,0,0)

Tints of #775277

#775277
(119,82,119)
#836183
(131,97,131)
#8F708F
(143,112,143)
#9B7F9B
(155,127,155)
#A78EA7
(167,142,167)
#B39DB3
(179,157,179)
#BFACBF
(191,172,191)
#CBBBCB
(203,187,203)
#D7CAD7
(215,202,215)
#E3D9E3
(227,217,227)
#EFE8EF
(239,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775277; }

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

This text font color is #775277.


Background Color

.myBgColor { background-color: #775277; }

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

This div background color is #775277.


Border color

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

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

This div border color is #775277.


Opacity

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

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

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

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

This text has shadow with #775277 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775277 on black background.


Color preview on white background

This text has color #775277 on white background.



Black color preview on #775277 background

This text has black color on #775277 background.


White color preview on #775277 background

This text has white color on #775277 background.