COLOR #775566

HEX: #775566
RGB: (119,85,102)

Renk bilgisi

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

RGB renk modeli

#775566 color RGB value is (119,85,102).

  • kırmız ton 119;
  • yeşil ton 85;
  • mavi ton 102.
RGB:
(119,85,102)
(47%,33%,40%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 85 of 255 = 33%
B 102 of 255 = 40%

119
85
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 85 + 102 = 306 (100%)
R 119 of 306 ~ 38.89%
G 85 of 306 ~ 27.78%
B 102 of 306 ~ 33.33%

%38.89
%27.78
%33.33

CMYK RENK MODELİ

#775566 rengi CMYK tonu (0,29,14,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.57%
  • sarı tonu 14.29%
  • ana renk tonu 53.33%
CMYK:
(0,29,14,53)
C0M29Y14K53 
(0%,29%,14%,53%)
(0.00/0.29/0.14/0.53)	

CMYK yüzdeleri

%0
%28.57
%14.29
%53.33

Codes

Color #775566 in popluar color models

775566
RGB11985102
HSL330°16.67%40.00%
HSB/HSV330°28.57%46.67%
CMYK0.00%28.57%14.29%
53.33%

Color #775566 in popluar number systems.

HEX775566
Decimal11985102
Binary111011110101011100110
Octal167125146

Shades and tints

Shades of #775566

#775566
(119,85,102)
#6D4E5D
(109,78,93)
#634754
(99,71,84)
#59404B
(89,64,75)
#4F3942
(79,57,66)
#453239
(69,50,57)
#3B2B30
(59,43,48)
#312427
(49,36,39)
#271D1E
(39,29,30)
#1D1615
(29,22,21)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #775566

#775566
(119,85,102)
#836473
(131,100,115)
#8F7380
(143,115,128)
#9B828D
(155,130,141)
#A7919A
(167,145,154)
#B3A0A7
(179,160,167)
#BFAFB4
(191,175,180)
#CBBEC1
(203,190,193)
#D7CDCE
(215,205,206)
#E3DCDB
(227,220,219)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775566 color. Also use rgb(119,85,102) instead hex code.

Text Font Color

.myTextColor { color: #775566; }

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

This text font color is #775566.


Background Color

.myBgColor { background-color: #775566; }

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

This div background color is #775566.


Border color

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

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

This div border color is #775566.


Opacity

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

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

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

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

This text has shadow with #775566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775566 on black background.


Color preview on white background

This text has color #775566 on white background.



Black color preview on #775566 background

This text has black color on #775566 background.


White color preview on #775566 background

This text has white color on #775566 background.