COLOR #775B55

HEX: #775B55
RGB: (119,91,85)

Renk bilgisi

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

RGB renk modeli

#775B55 color RGB value is (119,91,85).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 91 of 255 = 36%
B 85 of 255 = 33%

119
91
85

R + G + B ~ 39%. #775B55 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 91 + 85 = 295 (100%)
R 119 of 295 ~ 40.34%
G 91 of 295 ~ 30.85%
B 85 of 295 ~ 28.81%

%40.34
%30.85
%28.81

CMYK RENK MODELİ

#775B55 rengi CMYK tonu (0,24,29,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.53%
  • sarı tonu 28.57%
  • ana renk tonu 53.33%
CMYK:
(0,24,29,53)
C0M24Y29K53 
(0%,24%,29%,53%)
(0.00/0.24/0.29/0.53)	

CMYK yüzdeleri

%0
%23.53
%28.57
%53.33

Codes

Color #775B55 in popluar color models

775B55
RGB1199185
HSL11°16.67%40.00%
HSB/HSV11°28.57%46.67%
CMYK0.00%23.53%28.57%
53.33%

Color #775B55 in popluar number systems.

HEX775B55
Decimal1199185
Binary111011110110111010101
Octal167133125

Shades and tints

Shades of #775B55

#775B55
(119,91,85)
#6D534E
(109,83,78)
#634B47
(99,75,71)
#594340
(89,67,64)
#4F3B39
(79,59,57)
#453332
(69,51,50)
#3B2B2B
(59,43,43)
#312324
(49,35,36)
#271B1D
(39,27,29)
#1D1316
(29,19,22)
#130B0F
(19,11,15)
#000000
(0,0,0)

Tints of #775B55

#775B55
(119,91,85)
#836964
(131,105,100)
#8F7773
(143,119,115)
#9B8582
(155,133,130)
#A79391
(167,147,145)
#B3A1A0
(179,161,160)
#BFAFAF
(191,175,175)
#CBBDBE
(203,189,190)
#D7CBCD
(215,203,205)
#E3D9DC
(227,217,220)
#EFE7EB
(239,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #775B55; }

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

This text font color is #775B55.


Background Color

.myBgColor { background-color: #775B55; }

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

This div background color is #775B55.


Border color

.myBorderColor { border: 1px solid #775B55; }

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

This div border color is #775B55.


Opacity

.myOpacity80 { color: #775B55; opacity: 0.8; }

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

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

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

This text has shadow with #775B55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775B55 on black background.


Color preview on white background

This text has color #775B55 on white background.



Black color preview on #775B55 background

This text has black color on #775B55 background.


White color preview on #775B55 background

This text has white color on #775B55 background.