COLOR #965E77

HEX: #965E77 RGB: (150,94,119)

Color info

#965E77 contains red, green and blue colors in about the same proportion. Web safe color of #965E77 is #996666 (or #966).

RGB color model

#965E77 color RGB value is (150,94,119).

RGB: (150,94,119) (59%, 37%, 47%)

RGB channels and saturation

R 150 of 255 = 59%
G 94 of 255 = 37%
B 119 of 255 = 47%

150
94
119

R + G + B ~ 48%. #965E77 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 150 + 94 + 119 = 363 (100%)
R 150 of 363 ~ 41.32%
G 94 of 363 ~ 25.9%
B 119 of 363 ~ 32.78'%

%41.32
%25.9
%32.78

CMYK color model

#965E77 color CMYK value is (0,37,21,41).

  • cyan value is 0.00%
  • magenta value is 37.33%
  • yellow value is 20.67%
  • key color value is 41.18%

CMYK: (0,37,21,41)
C0M37Y21K41 (0%, 37%, 21%, 41%)
(0.00 / 0.37 / 0.21 / 0.41)

CMYK percentages

%0
%37.33
%20.67
%41.18

Codes

Color #965E77 in popluar color models

96 5E 77
RGB 150 94 119
HSL 333° 22.95% 47.84%
HSB/HSV 333° 37.33% 58.82%
CMYK 0.00% 37.33% 20.67%
41.18%

Color #965E77 in popluar number systems.

HEX 96 5E 77
Decimal 150 94 119
Binary 10010110 1011110 1110111
Octal 226 136 167

Shades and tints

Shades of #965E77

#965E77
(150,94,119)
#89566D
(137,86,109)
#7C4E63
(124,78,99)
#6F4659
(111,70,89)
#623E4F
(98,62,79)
#553645
(85,54,69)
#482E3B
(72,46,59)
#3B2631
(59,38,49)
#2E1E27
(46,30,39)
#21161D
(33,22,29)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #965E77

#965E77
(150,94,119)
#9F6C83
(159,108,131)
#A87A8F
(168,122,143)
#B1889B
(177,136,155)
#BA96A7
(186,150,167)
#C3A4B3
(195,164,179)
#CCB2BF
(204,178,191)
#D5C0CB
(213,192,203)
#DECED7
(222,206,215)
#E7DCE3
(231,220,227)
#F0EAEF
(240,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965E77 color. Also use rgb(150,94,119) instead hex code.

Text Font Color

.myTextColor { color: #965E77; }

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

This text font color is #965E77.

Background Color

.myBgColor { background-color: #965E77; }

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

This div background color is #965E77.

Border color

.myBorderColor { border: 1px solid #965E77; }

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

This div border color is #965E77.

Opacity

.myOpacity80 { color: #965E77; opacity: 0.8; }

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

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

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

This text has shadow with #965E77 color.


.textShadow {text-shadow: 3px 3px 1px #965E77', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #965E77; -webkit-box-shadow: 1px 1px 3px 2px #965E77; box-shadow:1px 1px 3px 2px #965E77;">
Div content here
</div>

This div box has shadow with color #965E77.

Preview

Color preview on black background

This text has color #965E77 on black background.


Color preview on white background

This text has color #965E77 on white background.


Black color preview on #965E77 background

This text has black color on #965E77 background.


White color preview on #965E77 background

This text has white color on #965E77 background.


Related colors

Complementary color

Complementary color for #hex is #69A188.


I love getcolorcode.com

Triadic colors

1 #77965E and #5E7796 with #965E77 are triadic colors.

2 #775E96 and #5E9677 with #965E77 are triadic colors.