COLOR #977A7F

HEX: #977A7F
RGB: (151,122,127)

Renk bilgisi

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

RGB renk modeli

#977A7F color RGB value is (151,122,127).

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

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 122 of 255 = 48%
B 127 of 255 = 50%

151
122
127

R + G + B ~ 52%. #977A7F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 122 + 127 = 400 (100%)
R 151 of 400 ~ 37.75%
G 122 of 400 ~ 30.5%
B 127 of 400 ~ 31.75%

%37.75
%30.5
%31.75

CMYK RENK MODELİ

#977A7F rengi CMYK tonu (0,19,16,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.21%
  • sarı tonu 15.89%
  • ana renk tonu 40.78%
CMYK:
(0,19,16,41)
C0M19Y16K41 
(0%,19%,16%,41%)
(0.00/0.19/0.16/0.41)	

CMYK yüzdeleri

%0
%19.21
%15.89
%40.78

Codes

Color #977A7F in popluar color models

977A7F
RGB151122127
HSL350°12.24%53.53%
HSB/HSV350°19.21%59.22%
CMYK0.00%19.21%15.89%
40.78%

Color #977A7F in popluar number systems.

HEX977A7F
Decimal151122127
Binary1001011111110101111111
Octal227172177

Shades and tints

Shades of #977A7F

#977A7F
(151,122,127)
#8A6F74
(138,111,116)
#7D6469
(125,100,105)
#70595E
(112,89,94)
#634E53
(99,78,83)
#564348
(86,67,72)
#49383D
(73,56,61)
#3C2D32
(60,45,50)
#2F2227
(47,34,39)
#22171C
(34,23,28)
#150C11
(21,12,17)
#000000
(0,0,0)

Tints of #977A7F

#977A7F
(151,122,127)
#A0868A
(160,134,138)
#A99295
(169,146,149)
#B29EA0
(178,158,160)
#BBAAAB
(187,170,171)
#C4B6B6
(196,182,182)
#CDC2C1
(205,194,193)
#D6CECC
(214,206,204)
#DFDAD7
(223,218,215)
#E8E6E2
(232,230,226)
#F1F2ED
(241,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977A7F color. Also use rgb(151,122,127) instead hex code.

Text Font Color

.myTextColor { color: #977A7F; }

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

This text font color is #977A7F.


Background Color

.myBgColor { background-color: #977A7F; }

<div style="background-color:#977A7F">Inner text</div>

This div background color is #977A7F.


Border color

.myBorderColor { border: 1px solid #977A7F; }

<div style="border:3px solid #977A7F">Div</div>

This div border color is #977A7F.


Opacity

.myOpacity80 { color: #977A7F; opacity: 0.8; }

<p style="color:#977A7F;opacity:0.8;">80%</p>

Text with #977A7F 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 #977A7F;}

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

This text has shadow with #977A7F color.

.textShadow {text-shadow: 3px 3px 1px #977A7F, 3px 3px 1px red;}

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

This text has shadow with #977A7F primary color and red secondary color.


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

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

This text has shadow with #977A7F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977A7F on black background.


Color preview on white background

This text has color #977A7F on white background.



Black color preview on #977A7F background

This text has black color on #977A7F background.


White color preview on #977A7F background

This text has white color on #977A7F background.