COLOR #9A7790

HEX: #9A7790
RGB: (154,119,144)

Color info

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

RGB color model

#9A7790 color RGB value is (154,119,144).

  • red value is 154;
  • green value is 119;
  • blue value is 144.
RGB:
(154,119,144)
(60%,47%,56%)

RGB channels and saturation

R 154 of 255 = 60%
G 119 of 255 = 47%
B 144 of 255 = 56%

154
119
144

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

Portions of RGB colors in percentages

R + G + B =
154 + 119 + 144 = 417 (100%)
R 154 of 417 ~ 36.93%
G 119 of 417 ~ 28.54%
B 144 of 417 ~ 34.53%

%36.93
%28.54
%34.53

CMYK color model

#9A7790 color CMYK value is (0,23,6,40).

  • cyan value is 0.00%
  • magenta value is 22.73%
  • yellow value is 6.49%
  • key color value is 39.61%
CMYK:
(0,23,6,40)
C0M23Y6K40 
(0%,23%,6%,40%)
(0.00/0.23/0.06/0.40)	

CMYK percentages

%0
%22.73
%6.49
%39.61

Codes

Color #9A7790 in popluar color models

9A7790
RGB154119144
HSL317°14.77%53.53%
HSB/HSV317°22.73%60.39%
CMYK0.00%22.73%6.49%
39.61%

Color #9A7790 in popluar number systems.

HEX9A7790
Decimal154119144
Binary10011010111011110010000
Octal232167220

Shades and tints

Shades of #9A7790

#9A7790
(154,119,144)
#8C6D83
(140,109,131)
#7E6376
(126,99,118)
#705969
(112,89,105)
#624F5C
(98,79,92)
#54454F
(84,69,79)
#463B42
(70,59,66)
#383135
(56,49,53)
#2A2728
(42,39,40)
#1C1D1B
(28,29,27)
#0E130E
(14,19,14)
#000000
(0,0,0)

Tints of #9A7790

#9A7790
(154,119,144)
#A3839A
(163,131,154)
#AC8FA4
(172,143,164)
#B59BAE
(181,155,174)
#BEA7B8
(190,167,184)
#C7B3C2
(199,179,194)
#D0BFCC
(208,191,204)
#D9CBD6
(217,203,214)
#E2D7E0
(226,215,224)
#EBE3EA
(235,227,234)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9A7790 color. Also use rgb(154,119,144) instead hex code.

Text Font Color

.myTextColor { color: #9A7790; }

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

This text font color is #9A7790.


Background Color

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

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

This div background color is #9A7790.


Border color

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

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

This div border color is #9A7790.


Opacity

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

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

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

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

This text has shadow with #9A7790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9A7790 on black background.


Color preview on white background

This text has color #9A7790 on white background.



Black color preview on #9A7790 background

This text has black color on #9A7790 background.


White color preview on #9A7790 background

This text has white color on #9A7790 background.