COLOR #9A768A

HEX: #9A768A
RGB: (154,118,138)

Color info

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

RGB color model

#9A768A color RGB value is (154,118,138).

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

RGB channels and saturation

R 154 of 255 = 60%
G 118 of 255 = 46%
B 138 of 255 = 54%

154
118
138

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

Portions of RGB colors in percentages

R + G + B =
154 + 118 + 138 = 410 (100%)
R 154 of 410 ~ 37.56%
G 118 of 410 ~ 28.78%
B 138 of 410 ~ 33.66%

%37.56
%28.78
%33.66

CMYK color model

#9A768A color CMYK value is (0,23,10,40).

  • cyan value is 0.00%
  • magenta value is 23.38%
  • yellow value is 10.39%
  • key color value is 39.61%
CMYK:
(0,23,10,40)
C0M23Y10K40 
(0%,23%,10%,40%)
(0.00/0.23/0.10/0.40)	

CMYK percentages

%0
%23.38
%10.39
%39.61

Codes

Color #9A768A in popluar color models

9A768A
RGB154118138
HSL327°15.13%53.33%
HSB/HSV327°23.38%60.39%
CMYK0.00%23.38%10.39%
39.61%

Color #9A768A in popluar number systems.

HEX9A768A
Decimal154118138
Binary10011010111011010001010
Octal232166212

Shades and tints

Shades of #9A768A

#9A768A
(154,118,138)
#8C6C7E
(140,108,126)
#7E6272
(126,98,114)
#705866
(112,88,102)
#624E5A
(98,78,90)
#54444E
(84,68,78)
#463A42
(70,58,66)
#383036
(56,48,54)
#2A262A
(42,38,42)
#1C1C1E
(28,28,30)
#0E1212
(14,18,18)
#000000
(0,0,0)

Tints of #9A768A

#9A768A
(154,118,138)
#A38294
(163,130,148)
#AC8E9E
(172,142,158)
#B59AA8
(181,154,168)
#BEA6B2
(190,166,178)
#C7B2BC
(199,178,188)
#D0BEC6
(208,190,198)
#D9CAD0
(217,202,208)
#E2D6DA
(226,214,218)
#EBE2E4
(235,226,228)
#F4EEEE
(244,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9A768A; }

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

This text font color is #9A768A.


Background Color

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

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

This div background color is #9A768A.


Border color

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

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

This div border color is #9A768A.


Opacity

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

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

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

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

This text has shadow with #9A768A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A768A on black background.


Color preview on white background

This text has color #9A768A on white background.



Black color preview on #9A768A background

This text has black color on #9A768A background.


White color preview on #9A768A background

This text has white color on #9A768A background.