COLOR #977771

HEX: #977771
RGB: (151,119,113)

Renk bilgisi

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

RGB renk modeli

#977771 color RGB value is (151,119,113).

  • kırmız ton 151;
  • yeşil ton 119;
  • mavi ton 113.
RGB:
(151,119,113)
(59%,47%,44%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 119 of 255 = 47%
B 113 of 255 = 44%

151
119
113

R + G + B ~ 50%. #977771 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 119 + 113 = 383 (100%)
R 151 of 383 ~ 39.43%
G 119 of 383 ~ 31.07%
B 113 of 383 ~ 29.5%

%39.43
%31.07
%29.5

CMYK RENK MODELİ

#977771 rengi CMYK tonu (0,21,25,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.19%
  • sarı tonu 25.17%
  • ana renk tonu 40.78%
CMYK:
(0,21,25,41)
C0M21Y25K41 
(0%,21%,25%,41%)
(0.00/0.21/0.25/0.41)	

CMYK yüzdeleri

%0
%21.19
%25.17
%40.78

Codes

Color #977771 in popluar color models

977771
RGB151119113
HSL15.45%51.76%
HSB/HSV25.17%59.22%
CMYK0.00%21.19%25.17%
40.78%

Color #977771 in popluar number systems.

HEX977771
Decimal151119113
Binary1001011111101111110001
Octal227167161

Shades and tints

Shades of #977771

#977771
(151,119,113)
#8A6D67
(138,109,103)
#7D635D
(125,99,93)
#705953
(112,89,83)
#634F49
(99,79,73)
#56453F
(86,69,63)
#493B35
(73,59,53)
#3C312B
(60,49,43)
#2F2721
(47,39,33)
#221D17
(34,29,23)
#15130D
(21,19,13)
#000000
(0,0,0)

Tints of #977771

#977771
(151,119,113)
#A0837D
(160,131,125)
#A98F89
(169,143,137)
#B29B95
(178,155,149)
#BBA7A1
(187,167,161)
#C4B3AD
(196,179,173)
#CDBFB9
(205,191,185)
#D6CBC5
(214,203,197)
#DFD7D1
(223,215,209)
#E8E3DD
(232,227,221)
#F1EFE9
(241,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977771 color. Also use rgb(151,119,113) instead hex code.

Text Font Color

.myTextColor { color: #977771; }

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

This text font color is #977771.


Background Color

.myBgColor { background-color: #977771; }

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

This div background color is #977771.


Border color

.myBorderColor { border: 1px solid #977771; }

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

This div border color is #977771.


Opacity

.myOpacity80 { color: #977771; opacity: 0.8; }

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

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

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

This text has shadow with #977771 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977771 on black background.


Color preview on white background

This text has color #977771 on white background.



Black color preview on #977771 background

This text has black color on #977771 background.


White color preview on #977771 background

This text has white color on #977771 background.