COLOR #975C7B

HEX: #975C7B RGB: (151,92,123)

Color info

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

RGB color model

#975C7B color RGB value is (151,92,123).

RGB: (151,92,123) (59%, 36%, 48%)

RGB channels and saturation

R 151 of 255 = 59%
G 92 of 255 = 36%
B 123 of 255 = 48%

151
92
123

R + G + B ~ 48%. #975C7B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 151 + 92 + 123 = 366 (100%)
R 151 of 366 ~ 41.26%
G 92 of 366 ~ 25.14%
B 123 of 366 ~ 33.61'%

%41.26
%25.14
%33.61

CMYK color model

#975C7B color CMYK value is (0,39,19,41).

  • cyan value is 0.00%
  • magenta value is 39.07%
  • yellow value is 18.54%
  • key color value is 40.78%

CMYK: (0,39,19,41)
C0M39Y19K41 (0%, 39%, 19%, 41%)
(0.00 / 0.39 / 0.19 / 0.41)

CMYK percentages

%0
%39.07
%18.54
%40.78

Codes

Color #975C7B in popluar color models

97 5C 7B
RGB 151 92 123
HSL 328° 24.28% 47.65%
HSB/HSV 328° 39.07% 59.22%
CMYK 0.00% 39.07% 18.54%
40.78%

Color #975C7B in popluar number systems.

HEX 97 5C 7B
Decimal 151 92 123
Binary 10010111 1011100 1111011
Octal 227 134 173

Shades and tints

Shades of #975C7B

#975C7B
(151,92,123)
#8A5470
(138,84,112)
#7D4C65
(125,76,101)
#70445A
(112,68,90)
#633C4F
(99,60,79)
#563444
(86,52,68)
#492C39
(73,44,57)
#3C242E
(60,36,46)
#2F1C23
(47,28,35)
#221418
(34,20,24)
#150C0D
(21,12,13)
#000000
(0,0,0)

Tints of #975C7B

#975C7B
(151,92,123)
#A06A87
(160,106,135)
#A97893
(169,120,147)
#B2869F
(178,134,159)
#BB94AB
(187,148,171)
#C4A2B7
(196,162,183)
#CDB0C3
(205,176,195)
#D6BECF
(214,190,207)
#DFCCDB
(223,204,219)
#E8DAE7
(232,218,231)
#F1E8F3
(241,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975C7B color. Also use rgb(151,92,123) instead hex code.

Text Font Color

.myTextColor { color: #975C7B; }

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

This text font color is #975C7B.

Background Color

.myBgColor { background-color: #975C7B; }

<div style="background-color:#975C7B">Inner text</div>

This div background color is #975C7B.

Border color

.myBorderColor { border: 1px solid #975C7B; }

<div style="border:3px solid #975C7B">Div</div>

This div border color is #975C7B.

Opacity

.myOpacity80 { color: #975C7B; opacity: 0.8; }

<p style="color:#975C7B;opacity:0.8;">80%</p>

Text with #975C7B 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 #975C7B;}

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

This text has shadow with #975C7B color.


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

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

This text has shadow with #975C7B primary color and red secondary color.


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

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

This text has shadow with #975C7B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #975C7B.

Preview

Color preview on black background

This text has color #975C7B on black background.


Color preview on white background

This text has color #975C7B on white background.


Black color preview on #975C7B background

This text has black color on #975C7B background.


White color preview on #975C7B background

This text has white color on #975C7B background.


Related colors

Complementary color

Complementary color for #hex is #68A384.


I love getcolorcode.com

Triadic colors

1 #7B975C and #5C7B97 with #975C7B are triadic colors.

2 #7B5C97 and #5C977B with #975C7B are triadic colors.