COLOR #976F7F

HEX: #976F7F
RGB: (151,111,127)

Renk bilgisi

#976F7F contains red, green and blue colors in about the same proportion. #976F7F ‘ nin web güvenlik rengi #996666 (ya da #966) dir.

RGB renk modeli

#976F7F color RGB value is (151,111,127).

  • kırmız ton 151;
  • yeşil ton 111;
  • mavi ton 127.
RGB:
(151,111,127)
(59%,44%,50%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 111 of 255 = 44%
B 127 of 255 = 50%

151
111
127

R + G + B ~ 51%. #976F7F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 111 + 127 = 389 (100%)
R 151 of 389 ~ 38.82%
G 111 of 389 ~ 28.53%
B 127 of 389 ~ 32.65%

%38.82
%28.53
%32.65

CMYK RENK MODELİ

#976F7F rengi CMYK tonu (0,26,16,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.49%
  • sarı tonu 15.89%
  • ana renk tonu 40.78%
CMYK:
(0,26,16,41)
C0M26Y16K41 
(0%,26%,16%,41%)
(0.00/0.26/0.16/0.41)	

CMYK yüzdeleri

%0
%26.49
%15.89
%40.78

Codes

Color #976F7F in popluar color models

976F7F
RGB151111127
HSL336°16.13%51.37%
HSB/HSV336°26.49%59.22%
CMYK0.00%26.49%15.89%
40.78%

Color #976F7F in popluar number systems.

HEX976F7F
Decimal151111127
Binary1001011111011111111111
Octal227157177

Shades and tints

Shades of #976F7F

#976F7F
(151,111,127)
#8A6574
(138,101,116)
#7D5B69
(125,91,105)
#70515E
(112,81,94)
#634753
(99,71,83)
#563D48
(86,61,72)
#49333D
(73,51,61)
#3C2932
(60,41,50)
#2F1F27
(47,31,39)
#22151C
(34,21,28)
#150B11
(21,11,17)
#000000
(0,0,0)

Tints of #976F7F

#976F7F
(151,111,127)
#A07C8A
(160,124,138)
#A98995
(169,137,149)
#B296A0
(178,150,160)
#BBA3AB
(187,163,171)
#C4B0B6
(196,176,182)
#CDBDC1
(205,189,193)
#D6CACC
(214,202,204)
#DFD7D7
(223,215,215)
#E8E4E2
(232,228,226)
#F1F1ED
(241,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #976F7F color. Also use rgb(151,111,127) instead hex code.

Text Font Color

.myTextColor { color: #976F7F; }

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

This text font color is #976F7F.


Background Color

.myBgColor { background-color: #976F7F; }

<div style="background-color:#976F7F">Inner text</div>

This div background color is #976F7F.


Border color

.myBorderColor { border: 1px solid #976F7F; }

<div style="border:3px solid #976F7F">Div</div>

This div border color is #976F7F.


Opacity

.myOpacity80 { color: #976F7F; opacity: 0.8; }

<p style="color:#976F7F;opacity:0.8;">80%</p>

Text with #976F7F 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 #976F7F;}

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

This text has shadow with #976F7F color.

.textShadow {text-shadow: 3px 3px 1px #976F7F, 3px 3px 1px red;}

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

This text has shadow with #976F7F primary color and red secondary color.


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

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

This text has shadow with #976F7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #976F7F on black background.


Color preview on white background

This text has color #976F7F on white background.



Black color preview on #976F7F background

This text has black color on #976F7F background.


White color preview on #976F7F background

This text has white color on #976F7F background.