COLOR #99759C

HEX: #99759C RGB: (153,117,156)

Color info

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

RGB color model

#99759C color RGB value is (153,117,156).

RGB: (153,117,156) (60%, 46%, 61%)

RGB channels and saturation

R 153 of 255 = 60%
G 117 of 255 = 46%
B 156 of 255 = 61%

153
117
156

R + G + B ~ 56%. #99759C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 117 + 156 = 426 (100%)
R 153 of 426 ~ 35.92%
G 117 of 426 ~ 27.46%
B 156 of 426 ~ 36.62'%

%35.92
%27.46
%36.62

CMYK color model

#99759C color CMYK value is (2,25,0,39).

  • cyan value is 1.92%
  • magenta value is 25.00%
  • yellow value is 0.00%
  • key color value is 38.82%

CMYK: (2,25,0,39)
C2M25Y0K39 (2%, 25%, 0%, 39%)
(0.02 / 0.25 / 0.00 / 0.39)

CMYK percentages

%1.92
%25
%0
%38.82

Codes

Color #99759C in popluar color models

99 75 9C
RGB 153 117 156
HSL 295° 16.46% 53.53%
HSB/HSV 295° 25.00% 61.18%
CMYK 1.92% 25.00% 0.00%
38.82%

Color #99759C in popluar number systems.

HEX 99 75 9C
Decimal 153 117 156
Binary 10011001 1110101 10011100
Octal 231 165 234

Shades and tints

Shades of #99759C

#99759C
(153,117,156)
#8C6B8E
(140,107,142)
#7F6180
(127,97,128)
#725772
(114,87,114)
#654D64
(101,77,100)
#584356
(88,67,86)
#4B3948
(75,57,72)
#3E2F3A
(62,47,58)
#31252C
(49,37,44)
#241B1E
(36,27,30)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #99759C

#99759C
(153,117,156)
#A281A5
(162,129,165)
#AB8DAE
(171,141,174)
#B499B7
(180,153,183)
#BDA5C0
(189,165,192)
#C6B1C9
(198,177,201)
#CFBDD2
(207,189,210)
#D8C9DB
(216,201,219)
#E1D5E4
(225,213,228)
#EAE1ED
(234,225,237)
#F3EDF6
(243,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #99759C color. Also use rgb(153,117,156) instead hex code.

Text Font Color

.myTextColor { color: #99759C; }

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

This text font color is #99759C.

Background Color

.myBgColor { background-color: #99759C; }

<div style="background-color:#99759C">Inner text</div>

This div background color is #99759C.

Border color

.myBorderColor { border: 1px solid #99759C; }

<div style="border:3px solid #99759C">Div</div>

This div border color is #99759C.

Opacity

.myOpacity80 { color: #99759C; opacity: 0.8; }

<p style="color:#99759C;opacity:0.8;">80%</p>

Text with #99759C 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 #99759C;}

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

This text has shadow with #99759C color.


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

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

This text has shadow with #99759C primary color and red secondary color.


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

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

This text has shadow with #99759C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #99759C.

Preview

Color preview on black background

This text has color #99759C on black background.


Color preview on white background

This text has color #99759C on white background.


Black color preview on #99759C background

This text has black color on #99759C background.


White color preview on #99759C background

This text has white color on #99759C background.


Related colors

Complementary color

Complementary color for #hex is #668A63.


I love getcolorcode.com

Triadic colors

1 #9C9975 and #759C99 with #99759C are triadic colors.

2 #9C7599 and #75999C with #99759C are triadic colors.