COLOR #975F7A

HEX: #975F7A
RGB: (151,95,122)

Color info

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

RGB color model

#975F7A color RGB value is (151,95,122).

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

RGB channels and saturation

R 151 of 255 = 59%
G 95 of 255 = 37%
B 122 of 255 = 48%

151
95
122

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

Portions of RGB colors in percentages

R + G + B =
151 + 95 + 122 = 368 (100%)
R 151 of 368 ~ 41.03%
G 95 of 368 ~ 25.82%
B 122 of 368 ~ 33.15%

%41.03
%25.82
%33.15

CMYK color model

#975F7A color CMYK value is (0,37,19,41).

  • cyan value is 0.00%
  • magenta value is 37.09%
  • yellow value is 19.21%
  • key color value is 40.78%
CMYK:
(0,37,19,41)
C0M37Y19K41 
(0%,37%,19%,41%)
(0.00/0.37/0.19/0.41)	

CMYK percentages

%0
%37.09
%19.21
%40.78

Codes

Color #975F7A in popluar color models

975F7A
RGB15195122
HSL331°22.76%48.24%
HSB/HSV331°37.09%59.22%
CMYK0.00%37.09%19.21%
40.78%

Color #975F7A in popluar number systems.

HEX975F7A
Decimal15195122
Binary1001011110111111111010
Octal227137172

Shades and tints

Shades of #975F7A

#975F7A
(151,95,122)
#8A576F
(138,87,111)
#7D4F64
(125,79,100)
#704759
(112,71,89)
#633F4E
(99,63,78)
#563743
(86,55,67)
#492F38
(73,47,56)
#3C272D
(60,39,45)
#2F1F22
(47,31,34)
#221717
(34,23,23)
#150F0C
(21,15,12)
#000000
(0,0,0)

Tints of #975F7A

#975F7A
(151,95,122)
#A06D86
(160,109,134)
#A97B92
(169,123,146)
#B2899E
(178,137,158)
#BB97AA
(187,151,170)
#C4A5B6
(196,165,182)
#CDB3C2
(205,179,194)
#D6C1CE
(214,193,206)
#DFCFDA
(223,207,218)
#E8DDE6
(232,221,230)
#F1EBF2
(241,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #975F7A; }

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

This text font color is #975F7A.


Background Color

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

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

This div background color is #975F7A.


Border color

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

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

This div border color is #975F7A.


Opacity

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

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

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

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

This text has shadow with #975F7A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #975F7A on black background.


Color preview on white background

This text has color #975F7A on white background.



Black color preview on #975F7A background

This text has black color on #975F7A background.


White color preview on #975F7A background

This text has white color on #975F7A background.