COLOR #7E5566

HEX: #7E5566
RGB: (126,85,102)

Renk bilgisi

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

RGB renk modeli

#7E5566 color RGB value is (126,85,102).

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

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 85 of 255 = 33%
B 102 of 255 = 40%

126
85
102

R + G + B ~ 41%. #7E5566 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 85 + 102 = 313 (100%)
R 126 of 313 ~ 40.26%
G 85 of 313 ~ 27.16%
B 102 of 313 ~ 32.59%

%40.26
%27.16
%32.59

CMYK RENK MODELİ

#7E5566 rengi CMYK tonu (0,33,19,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.54%
  • sarı tonu 19.05%
  • ana renk tonu 50.59%
CMYK:
(0,33,19,51)
C0M33Y19K51 
(0%,33%,19%,51%)
(0.00/0.33/0.19/0.51)	

CMYK yüzdeleri

%0
%32.54
%19.05
%50.59

Codes

Color #7E5566 in popluar color models

7E5566
RGB12685102
HSL335°19.43%41.37%
HSB/HSV335°32.54%49.41%
CMYK0.00%32.54%19.05%
50.59%

Color #7E5566 in popluar number systems.

HEX7E5566
Decimal12685102
Binary111111010101011100110
Octal176125146

Shades and tints

Shades of #7E5566

#7E5566
(126,85,102)
#734E5D
(115,78,93)
#684754
(104,71,84)
#5D404B
(93,64,75)
#523942
(82,57,66)
#473239
(71,50,57)
#3C2B30
(60,43,48)
#312427
(49,36,39)
#261D1E
(38,29,30)
#1B1615
(27,22,21)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #7E5566

#7E5566
(126,85,102)
#896473
(137,100,115)
#947380
(148,115,128)
#9F828D
(159,130,141)
#AA919A
(170,145,154)
#B5A0A7
(181,160,167)
#C0AFB4
(192,175,180)
#CBBEC1
(203,190,193)
#D6CDCE
(214,205,206)
#E1DCDB
(225,220,219)
#ECEBE8
(236,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E5566; }

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

This text font color is #7E5566.


Background Color

.myBgColor { background-color: #7E5566; }

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

This div background color is #7E5566.


Border color

.myBorderColor { border: 1px solid #7E5566; }

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

This div border color is #7E5566.


Opacity

.myOpacity80 { color: #7E5566; opacity: 0.8; }

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

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

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

This text has shadow with #7E5566 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E5566 on black background.


Color preview on white background

This text has color #7E5566 on white background.



Black color preview on #7E5566 background

This text has black color on #7E5566 background.


White color preview on #7E5566 background

This text has white color on #7E5566 background.