COLOR #936C78

HEX: #936C78 RGB: (147,108,120)

Color info

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

RGB color model

#936C78 color RGB value is (147,108,120).

RGB: (147,108,120) (58%, 42%, 47%)

RGB channels and saturation

R 147 of 255 = 58%
G 108 of 255 = 42%
B 120 of 255 = 47%

147
108
120

R + G + B ~ 49%. #936C78 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 147 + 108 + 120 = 375 (100%)
R 147 of 375 ~ 39.2%
G 108 of 375 ~ 28.8%
B 120 of 375 ~ 32'%

%39.2
%28.8
%32

CMYK color model

#936C78 color CMYK value is (0,27,18,42).

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 18.37%
  • key color value is 42.35%
CMYK: (0,27,18,42) C0M27Y18K42 (0%,27%,18%,42%) (0.00/0.27/0.18/0.42) 

CMYK percentages

%0
%26.53
%18.37
%42.35

Codes

Color #936C78 in popluar color models

93 6C 78
RGB 147 108 120
HSL 342° 15.29% 50.00%
HSB/HSV 342° 26.53% 57.65%
CMYK 0.00% 26.53% 18.37%
42.35%

Color #936C78 in popluar number systems.

HEX 93 6C 78
Decimal 147 108 120
Binary 10010011 1101100 1111000
Octal 223 154 170

Shades and tints

Shades of #936C78

#936C78
(147,108,120)
#86636E
(134,99,110)
#795A64
(121,90,100)
#6C515A
(108,81,90)
#5F4850
(95,72,80)
#523F46
(82,63,70)
#45363C
(69,54,60)
#382D32
(56,45,50)
#2B2428
(43,36,40)
#1E1B1E
(30,27,30)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #936C78

#936C78
(147,108,120)
#9C7984
(156,121,132)
#A58690
(165,134,144)
#AE939C
(174,147,156)
#B7A0A8
(183,160,168)
#C0ADB4
(192,173,180)
#C9BAC0
(201,186,192)
#D2C7CC
(210,199,204)
#DBD4D8
(219,212,216)
#E4E1E4
(228,225,228)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #936C78 color. Also use rgb(147,108,120) instead hex code.

Text Font Color

.myTextColor { color: #936C78; }

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

This text font color is #936C78.

Background Color

.myBgColor { background-color: #936C78; }

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

This div background color is #936C78.

Border color

.myBorderColor { border: 1px solid #936C78; }

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

This div border color is #936C78.

Opacity

.myOpacity80 { color: #936C78; opacity: 0.8; }

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

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

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

This text has shadow with #936C78 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #936C78.

Preview

Color preview on black background

This text has color #936C78 on black background.


Color preview on white background

This text has color #936C78 on white background.


Black color preview on #936C78 background

This text has black color on #936C78 background.


White color preview on #936C78 background

This text has white color on #936C78 background.


Related colors

Complementary color

Complementary color for #hex is #6C9387.


I love getcolorcode.com

Triadic colors

1 #78936C and #6C7893 with #936C78 are triadic colors.

2 #786C93 and #6C9378 with #936C78 are triadic colors.