COLOR #9C768A

HEX: #9C768A
RGB: (156,118,138)

Color info

#9C768A contains red, green and blue colors in about the same proportion. Web safe color of #9C768A is #996699 (or #969).

RGB color model

#9C768A color RGB value is (156,118,138).

  • red value is 156;
  • green value is 118;
  • blue value is 138.
RGB:
(156,118,138)
(61%,46%,54%)

RGB channels and saturation

R 156 of 255 = 61%
G 118 of 255 = 46%
B 138 of 255 = 54%

156
118
138

R + G + B ~ 54%. #9C768A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
156 + 118 + 138 = 412 (100%)
R 156 of 412 ~ 37.86%
G 118 of 412 ~ 28.64%
B 138 of 412 ~ 33.5%

%37.86
%28.64
%33.5

CMYK color model

#9C768A color CMYK value is (0,24,12,39).

  • cyan value is 0.00%
  • magenta value is 24.36%
  • yellow value is 11.54%
  • key color value is 38.82%
CMYK:
(0,24,12,39)
C0M24Y12K39 
(0%,24%,12%,39%)
(0.00/0.24/0.12/0.39)	

CMYK percentages

%0
%24.36
%11.54
%38.82

Codes

Color #9C768A in popluar color models

9C768A
RGB156118138
HSL328°16.10%53.73%
HSB/HSV328°24.36%61.18%
CMYK0.00%24.36%11.54%
38.82%

Color #9C768A in popluar number systems.

HEX9C768A
Decimal156118138
Binary10011100111011010001010
Octal234166212

Shades and tints

Shades of #9C768A

#9C768A
(156,118,138)
#8E6C7E
(142,108,126)
#806272
(128,98,114)
#725866
(114,88,102)
#644E5A
(100,78,90)
#56444E
(86,68,78)
#483A42
(72,58,66)
#3A3036
(58,48,54)
#2C262A
(44,38,42)
#1E1C1E
(30,28,30)
#101212
(16,18,18)
#000000
(0,0,0)

Tints of #9C768A

#9C768A
(156,118,138)
#A58294
(165,130,148)
#AE8E9E
(174,142,158)
#B79AA8
(183,154,168)
#C0A6B2
(192,166,178)
#C9B2BC
(201,178,188)
#D2BEC6
(210,190,198)
#DBCAD0
(219,202,208)
#E4D6DA
(228,214,218)
#EDE2E4
(237,226,228)
#F6EEEE
(246,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C768A color. Also use rgb(156,118,138) instead hex code.

Text Font Color

.myTextColor { color: #9C768A; }

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

This text font color is #9C768A.


Background Color

.myBgColor { background-color: #9C768A; }

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

This div background color is #9C768A.


Border color

.myBorderColor { border: 1px solid #9C768A; }

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

This div border color is #9C768A.


Opacity

.myOpacity80 { color: #9C768A; opacity: 0.8; }

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

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

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

This text has shadow with #9C768A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C768A on black background.


Color preview on white background

This text has color #9C768A on white background.



Black color preview on #9C768A background

This text has black color on #9C768A background.


White color preview on #9C768A background

This text has white color on #9C768A background.