COLOR #775355

HEX: #775355
RGB: (119,83,85)

Renk bilgisi

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

RGB renk modeli

#775355 color RGB value is (119,83,85).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 83 of 255 = 33%
B 85 of 255 = 33%

119
83
85

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 83 + 85 = 287 (100%)
R 119 of 287 ~ 41.46%
G 83 of 287 ~ 28.92%
B 85 of 287 ~ 29.62%

%41.46
%28.92
%29.62

CMYK RENK MODELİ

#775355 rengi CMYK tonu (0,30,29,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 30.25%
  • sarı tonu 28.57%
  • ana renk tonu 53.33%
CMYK:
(0,30,29,53)
C0M30Y29K53 
(0%,30%,29%,53%)
(0.00/0.30/0.29/0.53)	

CMYK yüzdeleri

%0
%30.25
%28.57
%53.33

Codes

Color #775355 in popluar color models

775355
RGB1198385
HSL357°17.82%39.61%
HSB/HSV357°30.25%46.67%
CMYK0.00%30.25%28.57%
53.33%

Color #775355 in popluar number systems.

HEX775355
Decimal1198385
Binary111011110100111010101
Octal167123125

Shades and tints

Shades of #775355

#775355
(119,83,85)
#6D4C4E
(109,76,78)
#634547
(99,69,71)
#593E40
(89,62,64)
#4F3739
(79,55,57)
#453032
(69,48,50)
#3B292B
(59,41,43)
#312224
(49,34,36)
#271B1D
(39,27,29)
#1D1416
(29,20,22)
#130D0F
(19,13,15)
#000000
(0,0,0)

Tints of #775355

#775355
(119,83,85)
#836264
(131,98,100)
#8F7173
(143,113,115)
#9B8082
(155,128,130)
#A78F91
(167,143,145)
#B39EA0
(179,158,160)
#BFADAF
(191,173,175)
#CBBCBE
(203,188,190)
#D7CBCD
(215,203,205)
#E3DADC
(227,218,220)
#EFE9EB
(239,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775355; }

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

This text font color is #775355.


Background Color

.myBgColor { background-color: #775355; }

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

This div background color is #775355.


Border color

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

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

This div border color is #775355.


Opacity

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

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

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

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

This text has shadow with #775355 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775355 on black background.


Color preview on white background

This text has color #775355 on white background.



Black color preview on #775355 background

This text has black color on #775355 background.


White color preview on #775355 background

This text has white color on #775355 background.