COLOR #977376

HEX: #977376
RGB: (151,115,118)

Renk bilgisi

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

RGB renk modeli

#977376 color RGB value is (151,115,118).

  • kırmız ton 151;
  • yeşil ton 115;
  • mavi ton 118.
RGB:
(151,115,118)
(59%,45%,46%)

RGB bağlantıları ve doygunluk

R 151 of 255 = 59%
G 115 of 255 = 45%
B 118 of 255 = 46%

151
115
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
151 + 115 + 118 = 384 (100%)
R 151 of 384 ~ 39.32%
G 115 of 384 ~ 29.95%
B 118 of 384 ~ 30.73%

%39.32
%29.95
%30.73

CMYK RENK MODELİ

#977376 rengi CMYK tonu (0,24,22,41).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.84%
  • sarı tonu 21.85%
  • ana renk tonu 40.78%
CMYK:
(0,24,22,41)
C0M24Y22K41 
(0%,24%,22%,41%)
(0.00/0.24/0.22/0.41)	

CMYK yüzdeleri

%0
%23.84
%21.85
%40.78

Codes

Color #977376 in popluar color models

977376
RGB151115118
HSL355°14.75%52.16%
HSB/HSV355°23.84%59.22%
CMYK0.00%23.84%21.85%
40.78%

Color #977376 in popluar number systems.

HEX977376
Decimal151115118
Binary1001011111100111110110
Octal227163166

Shades and tints

Shades of #977376

#977376
(151,115,118)
#8A696C
(138,105,108)
#7D5F62
(125,95,98)
#705558
(112,85,88)
#634B4E
(99,75,78)
#564144
(86,65,68)
#49373A
(73,55,58)
#3C2D30
(60,45,48)
#2F2326
(47,35,38)
#22191C
(34,25,28)
#150F12
(21,15,18)
#000000
(0,0,0)

Tints of #977376

#977376
(151,115,118)
#A07F82
(160,127,130)
#A98B8E
(169,139,142)
#B2979A
(178,151,154)
#BBA3A6
(187,163,166)
#C4AFB2
(196,175,178)
#CDBBBE
(205,187,190)
#D6C7CA
(214,199,202)
#DFD3D6
(223,211,214)
#E8DFE2
(232,223,226)
#F1EBEE
(241,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #977376 color. Also use rgb(151,115,118) instead hex code.

Text Font Color

.myTextColor { color: #977376; }

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

This text font color is #977376.


Background Color

.myBgColor { background-color: #977376; }

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

This div background color is #977376.


Border color

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

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

This div border color is #977376.


Opacity

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

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

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

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

This text has shadow with #977376 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #977376 on black background.


Color preview on white background

This text has color #977376 on white background.



Black color preview on #977376 background

This text has black color on #977376 background.


White color preview on #977376 background

This text has white color on #977376 background.