COLOR #775671

HEX: #775671
RGB: (119,86,113)

Color info

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

RGB color model

#775671 color RGB value is (119,86,113).

  • red value is 119;
  • green value is 86;
  • blue value is 113.
RGB:
(119,86,113)
(47%,34%,44%)

RGB channels and saturation

R 119 of 255 = 47%
G 86 of 255 = 34%
B 113 of 255 = 44%

119
86
113

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

Portions of RGB colors in percentages

R + G + B =
119 + 86 + 113 = 318 (100%)
R 119 of 318 ~ 37.42%
G 86 of 318 ~ 27.04%
B 113 of 318 ~ 35.53%

%37.42
%27.04
%35.53

CMYK color model

#775671 color CMYK value is (0,28,5,53).

  • cyan value is 0.00%
  • magenta value is 27.73%
  • yellow value is 5.04%
  • key color value is 53.33%
CMYK:
(0,28,5,53)
C0M28Y5K53 
(0%,28%,5%,53%)
(0.00/0.28/0.05/0.53)	

CMYK percentages

%0
%27.73
%5.04
%53.33

Codes

Color #775671 in popluar color models

775671
RGB11986113
HSL311°16.10%40.20%
HSB/HSV311°27.73%46.67%
CMYK0.00%27.73%5.04%
53.33%

Color #775671 in popluar number systems.

HEX775671
Decimal11986113
Binary111011110101101110001
Octal167126161

Shades and tints

Shades of #775671

#775671
(119,86,113)
#6D4F67
(109,79,103)
#63485D
(99,72,93)
#594153
(89,65,83)
#4F3A49
(79,58,73)
#45333F
(69,51,63)
#3B2C35
(59,44,53)
#31252B
(49,37,43)
#271E21
(39,30,33)
#1D1717
(29,23,23)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #775671

#775671
(119,86,113)
#83657D
(131,101,125)
#8F7489
(143,116,137)
#9B8395
(155,131,149)
#A792A1
(167,146,161)
#B3A1AD
(179,161,173)
#BFB0B9
(191,176,185)
#CBBFC5
(203,191,197)
#D7CED1
(215,206,209)
#E3DDDD
(227,221,221)
#EFECE9
(239,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775671; }

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

This text font color is #775671.


Background Color

.myBgColor { background-color: #775671; }

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

This div background color is #775671.


Border color

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

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

This div border color is #775671.


Opacity

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

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

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

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

This text has shadow with #775671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775671 on black background.


Color preview on white background

This text has color #775671 on white background.



Black color preview on #775671 background

This text has black color on #775671 background.


White color preview on #775671 background

This text has white color on #775671 background.