COLOR #775559

HEX: #775559
RGB: (119,85,89)

Renk bilgisi

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

RGB renk modeli

#775559 color RGB value is (119,85,89).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 85 of 255 = 33%
B 89 of 255 = 35%

119
85
89

R + G + B ~ 38%. #775559 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 85 + 89 = 293 (100%)
R 119 of 293 ~ 40.61%
G 85 of 293 ~ 29.01%
B 89 of 293 ~ 30.38%

%40.61
%29.01
%30.38

CMYK RENK MODELİ

#775559 rengi CMYK tonu (0,29,25,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.57%
  • sarı tonu 25.21%
  • ana renk tonu 53.33%
CMYK:
(0,29,25,53)
C0M29Y25K53 
(0%,29%,25%,53%)
(0.00/0.29/0.25/0.53)	

CMYK yüzdeleri

%0
%28.57
%25.21
%53.33

Codes

Color #775559 in popluar color models

775559
RGB1198589
HSL353°16.67%40.00%
HSB/HSV353°28.57%46.67%
CMYK0.00%28.57%25.21%
53.33%

Color #775559 in popluar number systems.

HEX775559
Decimal1198589
Binary111011110101011011001
Octal167125131

Shades and tints

Shades of #775559

#775559
(119,85,89)
#6D4E51
(109,78,81)
#634749
(99,71,73)
#594041
(89,64,65)
#4F3939
(79,57,57)
#453231
(69,50,49)
#3B2B29
(59,43,41)
#312421
(49,36,33)
#271D19
(39,29,25)
#1D1611
(29,22,17)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #775559

#775559
(119,85,89)
#836468
(131,100,104)
#8F7377
(143,115,119)
#9B8286
(155,130,134)
#A79195
(167,145,149)
#B3A0A4
(179,160,164)
#BFAFB3
(191,175,179)
#CBBEC2
(203,190,194)
#D7CDD1
(215,205,209)
#E3DCE0
(227,220,224)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775559; }

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

This text font color is #775559.


Background Color

.myBgColor { background-color: #775559; }

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

This div background color is #775559.


Border color

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

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

This div border color is #775559.


Opacity

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

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

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

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

This text has shadow with #775559 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775559 on black background.


Color preview on white background

This text has color #775559 on white background.



Black color preview on #775559 background

This text has black color on #775559 background.


White color preview on #775559 background

This text has white color on #775559 background.