COLOR #975F7D

HEX: #975F7D
RGB: (151,95,125)

Color info

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

RGB color model

#975F7D color RGB value is (151,95,125).

  • red value is 151;
  • green value is 95;
  • blue value is 125.
RGB:
(151,95,125)
(59%,37%,49%)

RGB channels and saturation

R 151 of 255 = 59%
G 95 of 255 = 37%
B 125 of 255 = 49%

151
95
125

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

Portions of RGB colors in percentages

R + G + B =
151 + 95 + 125 = 371 (100%)
R 151 of 371 ~ 40.7%
G 95 of 371 ~ 25.61%
B 125 of 371 ~ 33.69%

%40.7
%25.61
%33.69

CMYK color model

#975F7D color CMYK value is (0,37,17,41).

  • cyan value is 0.00%
  • magenta value is 37.09%
  • yellow value is 17.22%
  • key color value is 40.78%
CMYK:
(0,37,17,41)
C0M37Y17K41 
(0%,37%,17%,41%)
(0.00/0.37/0.17/0.41)	

CMYK percentages

%0
%37.09
%17.22
%40.78

Codes

Color #975F7D in popluar color models

975F7D
RGB15195125
HSL328°22.76%48.24%
HSB/HSV328°37.09%59.22%
CMYK0.00%37.09%17.22%
40.78%

Color #975F7D in popluar number systems.

HEX975F7D
Decimal15195125
Binary1001011110111111111101
Octal227137175

Shades and tints

Shades of #975F7D

#975F7D
(151,95,125)
#8A5772
(138,87,114)
#7D4F67
(125,79,103)
#70475C
(112,71,92)
#633F51
(99,63,81)
#563746
(86,55,70)
#492F3B
(73,47,59)
#3C2730
(60,39,48)
#2F1F25
(47,31,37)
#22171A
(34,23,26)
#150F0F
(21,15,15)
#000000
(0,0,0)

Tints of #975F7D

#975F7D
(151,95,125)
#A06D88
(160,109,136)
#A97B93
(169,123,147)
#B2899E
(178,137,158)
#BB97A9
(187,151,169)
#C4A5B4
(196,165,180)
#CDB3BF
(205,179,191)
#D6C1CA
(214,193,202)
#DFCFD5
(223,207,213)
#E8DDE0
(232,221,224)
#F1EBEB
(241,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #975F7D color. Also use rgb(151,95,125) instead hex code.

Text Font Color

.myTextColor { color: #975F7D; }

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

This text font color is #975F7D.


Background Color

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

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

This div background color is #975F7D.


Border color

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

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

This div border color is #975F7D.


Opacity

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

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

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

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

This text has shadow with #975F7D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975F7D on black background.


Color preview on white background

This text has color #975F7D on white background.



Black color preview on #975F7D background

This text has black color on #975F7D background.


White color preview on #975F7D background

This text has white color on #975F7D background.