COLOR #775A63

HEX: #775A63
RGB: (119,90,99)

Renk bilgisi

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

RGB renk modeli

#775A63 color RGB value is (119,90,99).

  • kırmız ton 119;
  • yeşil ton 90;
  • mavi ton 99.
RGB:
(119,90,99)
(47%,35%,39%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 90 of 255 = 35%
B 99 of 255 = 39%

119
90
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 90 + 99 = 308 (100%)
R 119 of 308 ~ 38.64%
G 90 of 308 ~ 29.22%
B 99 of 308 ~ 32.14%

%38.64
%29.22
%32.14

CMYK RENK MODELİ

#775A63 rengi CMYK tonu (0,24,17,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.37%
  • sarı tonu 16.81%
  • ana renk tonu 53.33%
CMYK:
(0,24,17,53)
C0M24Y17K53 
(0%,24%,17%,53%)
(0.00/0.24/0.17/0.53)	

CMYK yüzdeleri

%0
%24.37
%16.81
%53.33

Codes

Color #775A63 in popluar color models

775A63
RGB1199099
HSL341°13.88%40.98%
HSB/HSV341°24.37%46.67%
CMYK0.00%24.37%16.81%
53.33%

Color #775A63 in popluar number systems.

HEX775A63
Decimal1199099
Binary111011110110101100011
Octal167132143

Shades and tints

Shades of #775A63

#775A63
(119,90,99)
#6D525A
(109,82,90)
#634A51
(99,74,81)
#594248
(89,66,72)
#4F3A3F
(79,58,63)
#453236
(69,50,54)
#3B2A2D
(59,42,45)
#312224
(49,34,36)
#271A1B
(39,26,27)
#1D1212
(29,18,18)
#130A09
(19,10,9)
#000000
(0,0,0)

Tints of #775A63

#775A63
(119,90,99)
#836971
(131,105,113)
#8F787F
(143,120,127)
#9B878D
(155,135,141)
#A7969B
(167,150,155)
#B3A5A9
(179,165,169)
#BFB4B7
(191,180,183)
#CBC3C5
(203,195,197)
#D7D2D3
(215,210,211)
#E3E1E1
(227,225,225)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775A63 color. Also use rgb(119,90,99) instead hex code.

Text Font Color

.myTextColor { color: #775A63; }

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

This text font color is #775A63.


Background Color

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

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

This div background color is #775A63.


Border color

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

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

This div border color is #775A63.


Opacity

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

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

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

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

This text has shadow with #775A63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775A63 on black background.


Color preview on white background

This text has color #775A63 on white background.



Black color preview on #775A63 background

This text has black color on #775A63 background.


White color preview on #775A63 background

This text has white color on #775A63 background.