COLOR #965D78

HEX: #965D78 RGB: (150,93,120)

Color info

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

RGB color model

#965D78 color RGB value is (150,93,120).

RGB: (150,93,120) (59%, 36%, 47%)

RGB channels and saturation

R 150 of 255 = 59%
G 93 of 255 = 36%
B 120 of 255 = 47%

150
93
120

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

Portions of RGB colors in percentages

R + G + B = 150 + 93 + 120 = 363 (100%)
R 150 of 363 ~ 41.32%
G 93 of 363 ~ 25.62%
B 120 of 363 ~ 33.06'%

%41.32
%25.62
%33.06

CMYK color model

#965D78 color CMYK value is (0,38,20,41).

  • cyan value is 0.00%
  • magenta value is 38.00%
  • yellow value is 20.00%
  • key color value is 41.18%

CMYK: (0,38,20,41)
C0M38Y20K41 (0%, 38%, 20%, 41%)
(0.00 / 0.38 / 0.20 / 0.41)

CMYK percentages

%0
%38
%20
%41.18

Codes

Color #965D78 in popluar color models

96 5D 78
RGB 150 93 120
HSL 332° 23.46% 47.65%
HSB/HSV 332° 38.00% 58.82%
CMYK 0.00% 38.00% 20.00%
41.18%

Color #965D78 in popluar number systems.

HEX 96 5D 78
Decimal 150 93 120
Binary 10010110 1011101 1111000
Octal 226 135 170

Shades and tints

Shades of #965D78

#965D78
(150,93,120)
#89556E
(137,85,110)
#7C4D64
(124,77,100)
#6F455A
(111,69,90)
#623D50
(98,61,80)
#553546
(85,53,70)
#482D3C
(72,45,60)
#3B2532
(59,37,50)
#2E1D28
(46,29,40)
#21151E
(33,21,30)
#140D14
(20,13,20)
#000000
(0,0,0)

Tints of #965D78

#965D78
(150,93,120)
#9F6B84
(159,107,132)
#A87990
(168,121,144)
#B1879C
(177,135,156)
#BA95A8
(186,149,168)
#C3A3B4
(195,163,180)
#CCB1C0
(204,177,192)
#D5BFCC
(213,191,204)
#DECDD8
(222,205,216)
#E7DBE4
(231,219,228)
#F0E9F0
(240,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #965D78 color. Also use rgb(150,93,120) instead hex code.

Text Font Color

.myTextColor { color: #965D78; }

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

This text font color is #965D78.

Background Color

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

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

This div background color is #965D78.

Border color

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

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

This div border color is #965D78.

Opacity

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

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

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

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

This text has shadow with #965D78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #965D78.

Preview

Color preview on black background

This text has color #965D78 on black background.


Color preview on white background

This text has color #965D78 on white background.


Black color preview on #965D78 background

This text has black color on #965D78 background.


White color preview on #965D78 background

This text has white color on #965D78 background.


Related colors

Complementary color

Complementary color for #hex is #69A287.


I love getcolorcode.com

Triadic colors

1 #78965D and #5D7896 with #965D78 are triadic colors.

2 #785D96 and #5D9678 with #965D78 are triadic colors.