COLOR #775766

HEX: #775766
RGB: (119,87,102)

Renk bilgisi

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

RGB renk modeli

#775766 color RGB value is (119,87,102).

  • kırmız ton 119;
  • yeşil ton 87;
  • mavi ton 102.
RGB:
(119,87,102)
(47%,34%,40%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 87 of 255 = 34%
B 102 of 255 = 40%

119
87
102

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 87 + 102 = 308 (100%)
R 119 of 308 ~ 38.64%
G 87 of 308 ~ 28.25%
B 102 of 308 ~ 33.12%

%38.64
%28.25
%33.12

CMYK RENK MODELİ

#775766 rengi CMYK tonu (0,27,14,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.89%
  • sarı tonu 14.29%
  • ana renk tonu 53.33%
CMYK:
(0,27,14,53)
C0M27Y14K53 
(0%,27%,14%,53%)
(0.00/0.27/0.14/0.53)	

CMYK yüzdeleri

%0
%26.89
%14.29
%53.33

Codes

Color #775766 in popluar color models

775766
RGB11987102
HSL332°15.53%40.39%
HSB/HSV332°26.89%46.67%
CMYK0.00%26.89%14.29%
53.33%

Color #775766 in popluar number systems.

HEX775766
Decimal11987102
Binary111011110101111100110
Octal167127146

Shades and tints

Shades of #775766

#775766
(119,87,102)
#6D505D
(109,80,93)
#634954
(99,73,84)
#59424B
(89,66,75)
#4F3B42
(79,59,66)
#453439
(69,52,57)
#3B2D30
(59,45,48)
#312627
(49,38,39)
#271F1E
(39,31,30)
#1D1815
(29,24,21)
#13110C
(19,17,12)
#000000
(0,0,0)

Tints of #775766

#775766
(119,87,102)
#836673
(131,102,115)
#8F7580
(143,117,128)
#9B848D
(155,132,141)
#A7939A
(167,147,154)
#B3A2A7
(179,162,167)
#BFB1B4
(191,177,180)
#CBC0C1
(203,192,193)
#D7CFCE
(215,207,206)
#E3DEDB
(227,222,219)
#EFEDE8
(239,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #775766 color. Also use rgb(119,87,102) instead hex code.

Text Font Color

.myTextColor { color: #775766; }

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

This text font color is #775766.


Background Color

.myBgColor { background-color: #775766; }

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

This div background color is #775766.


Border color

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

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

This div border color is #775766.


Opacity

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

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

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

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

This text has shadow with #775766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #775766 on black background.


Color preview on white background

This text has color #775766 on white background.



Black color preview on #775766 background

This text has black color on #775766 background.


White color preview on #775766 background

This text has white color on #775766 background.