COLOR #775974

HEX: #775974
RGB: (119,89,116)

Color info

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

RGB color model

#775974 color RGB value is (119,89,116).

  • red value is 119;
  • green value is 89;
  • blue value is 116.
RGB:
(119,89,116)
(47%,35%,45%)

RGB channels and saturation

R 119 of 255 = 47%
G 89 of 255 = 35%
B 116 of 255 = 45%

119
89
116

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

Portions of RGB colors in percentages

R + G + B =
119 + 89 + 116 = 324 (100%)
R 119 of 324 ~ 36.73%
G 89 of 324 ~ 27.47%
B 116 of 324 ~ 35.8%

%36.73
%27.47
%35.8

CMYK color model

#775974 color CMYK value is (0,25,3,53).

  • cyan value is 0.00%
  • magenta value is 25.21%
  • yellow value is 2.52%
  • key color value is 53.33%
CMYK:
(0,25,3,53)
C0M25Y3K53 
(0%,25%,3%,53%)
(0.00/0.25/0.03/0.53)	

CMYK percentages

%0
%25.21
%2.52
%53.33

Codes

Color #775974 in popluar color models

775974
RGB11989116
HSL306°14.42%40.78%
HSB/HSV306°25.21%46.67%
CMYK0.00%25.21%2.52%
53.33%

Color #775974 in popluar number systems.

HEX775974
Decimal11989116
Binary111011110110011110100
Octal167131164

Shades and tints

Shades of #775974

#775974
(119,89,116)
#6D516A
(109,81,106)
#634960
(99,73,96)
#594156
(89,65,86)
#4F394C
(79,57,76)
#453142
(69,49,66)
#3B2938
(59,41,56)
#31212E
(49,33,46)
#271924
(39,25,36)
#1D111A
(29,17,26)
#130910
(19,9,16)
#000000
(0,0,0)

Tints of #775974

#775974
(119,89,116)
#836880
(131,104,128)
#8F778C
(143,119,140)
#9B8698
(155,134,152)
#A795A4
(167,149,164)
#B3A4B0
(179,164,176)
#BFB3BC
(191,179,188)
#CBC2C8
(203,194,200)
#D7D1D4
(215,209,212)
#E3E0E0
(227,224,224)
#EFEFEC
(239,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775974; }

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

This text font color is #775974.


Background Color

.myBgColor { background-color: #775974; }

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

This div background color is #775974.


Border color

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

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

This div border color is #775974.


Opacity

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

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

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

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

This text has shadow with #775974 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775974 on black background.


Color preview on white background

This text has color #775974 on white background.



Black color preview on #775974 background

This text has black color on #775974 background.


White color preview on #775974 background

This text has white color on #775974 background.