COLOR #975C7E

HEX: #975C7E RGB: (151,92,126)

Color info

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

RGB color model

#975C7E color RGB value is (151,92,126).

RGB: (151,92,126) (59%, 36%, 49%)

RGB channels and saturation

R 151 of 255 = 59%
G 92 of 255 = 36%
B 126 of 255 = 49%

151
92
126

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

Portions of RGB colors in percentages

R + G + B = 151 + 92 + 126 = 369 (100%)
R 151 of 369 ~ 40.92%
G 92 of 369 ~ 24.93%
B 126 of 369 ~ 34.15'%

%40.92
%24.93
%34.15

CMYK color model

#975C7E color CMYK value is (0,39,17,41).

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

CMYK: (0,39,17,41)
C0M39Y17K41 (0%, 39%, 17%, 41%)
(0.00 / 0.39 / 0.17 / 0.41)

CMYK percentages

%0
%39.07
%16.56
%40.78

Codes

Color #975C7E in popluar color models

97 5C 7E
RGB 151 92 126
HSL 325° 24.28% 47.65%
HSB/HSV 325° 39.07% 59.22%
CMYK 0.00% 39.07% 16.56%
40.78%

Color #975C7E in popluar number systems.

HEX 97 5C 7E
Decimal 151 92 126
Binary 10010111 1011100 1111110
Octal 227 134 176

Shades and tints

Shades of #975C7E

#975C7E
(151,92,126)
#8A5473
(138,84,115)
#7D4C68
(125,76,104)
#70445D
(112,68,93)
#633C52
(99,60,82)
#563447
(86,52,71)
#492C3C
(73,44,60)
#3C2431
(60,36,49)
#2F1C26
(47,28,38)
#22141B
(34,20,27)
#150C10
(21,12,16)
#000000
(0,0,0)

Tints of #975C7E

#975C7E
(151,92,126)
#A06A89
(160,106,137)
#A97894
(169,120,148)
#B2869F
(178,134,159)
#BB94AA
(187,148,170)
#C4A2B5
(196,162,181)
#CDB0C0
(205,176,192)
#D6BECB
(214,190,203)
#DFCCD6
(223,204,214)
#E8DAE1
(232,218,225)
#F1E8EC
(241,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975C7E; }

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

This text font color is #975C7E.

Background Color

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

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

This div background color is #975C7E.

Border color

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

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

This div border color is #975C7E.

Opacity

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

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

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

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

This text has shadow with #975C7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #975C7E.

Preview

Color preview on black background

This text has color #975C7E on black background.


Color preview on white background

This text has color #975C7E on white background.


Black color preview on #975C7E background

This text has black color on #975C7E background.


White color preview on #975C7E background

This text has white color on #975C7E background.


Related colors

Complementary color

Complementary color for #hex is #68A381.


I love getcolorcode.com

Triadic colors

1 #7E975C and #5C7E97 with #975C7E are triadic colors.

2 #7E5C97 and #5C977E with #975C7E are triadic colors.