COLOR #996774

HEX: #996774
RGB: (153,103,116)

Renk bilgisi

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

RGB renk modeli

#996774 color RGB value is (153,103,116).

  • kırmız ton 153;
  • yeşil ton 103;
  • mavi ton 116.
RGB:
(153,103,116)
(60%,40%,45%)

RGB bağlantıları ve doygunluk

R 153 of 255 = 60%
G 103 of 255 = 40%
B 116 of 255 = 45%

153
103
116

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

Yüzdelerle RGB renk parçaları

R + G + B =
153 + 103 + 116 = 372 (100%)
R 153 of 372 ~ 41.13%
G 103 of 372 ~ 27.69%
B 116 of 372 ~ 31.18%

%41.13
%27.69
%31.18

CMYK RENK MODELİ

#996774 rengi CMYK tonu (0,33,24,40).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.68%
  • sarı tonu 24.18%
  • ana renk tonu 40.00%
CMYK:
(0,33,24,40)
C0M33Y24K40 
(0%,33%,24%,40%)
(0.00/0.33/0.24/0.40)	

CMYK yüzdeleri

%0
%32.68
%24.18
%40

Codes

Color #996774 in popluar color models

996774
RGB153103116
HSL344°19.69%50.20%
HSB/HSV344°32.68%60.00%
CMYK0.00%32.68%24.18%
40.00%

Color #996774 in popluar number systems.

HEX996774
Decimal153103116
Binary1001100111001111110100
Octal231147164

Shades and tints

Shades of #996774

#996774
(153,103,116)
#8C5E6A
(140,94,106)
#7F5560
(127,85,96)
#724C56
(114,76,86)
#65434C
(101,67,76)
#583A42
(88,58,66)
#4B3138
(75,49,56)
#3E282E
(62,40,46)
#311F24
(49,31,36)
#24161A
(36,22,26)
#170D10
(23,13,16)
#000000
(0,0,0)

Tints of #996774

#996774
(153,103,116)
#A27480
(162,116,128)
#AB818C
(171,129,140)
#B48E98
(180,142,152)
#BD9BA4
(189,155,164)
#C6A8B0
(198,168,176)
#CFB5BC
(207,181,188)
#D8C2C8
(216,194,200)
#E1CFD4
(225,207,212)
#EADCE0
(234,220,224)
#F3E9EC
(243,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #996774 color. Also use rgb(153,103,116) instead hex code.

Text Font Color

.myTextColor { color: #996774; }

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

This text font color is #996774.


Background Color

.myBgColor { background-color: #996774; }

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

This div background color is #996774.


Border color

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

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

This div border color is #996774.


Opacity

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

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

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

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

This text has shadow with #996774 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #996774 on black background.


Color preview on white background

This text has color #996774 on white background.



Black color preview on #996774 background

This text has black color on #996774 background.


White color preview on #996774 background

This text has white color on #996774 background.