COLOR #776379

HEX: #776379
RGB: (119,99,121)

Renk bilgisi

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

RGB renk modeli

#776379 color RGB value is (119,99,121).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 99 of 255 = 39%
B 121 of 255 = 47%

119
99
121

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 99 + 121 = 339 (100%)
R 119 of 339 ~ 35.1%
G 99 of 339 ~ 29.2%
B 121 of 339 ~ 35.69%

%35.1
%29.2
%35.69

CMYK RENK MODELİ

#776379 rengi CMYK tonu (2,18,0,53).

  • camgöbeği tonu 1.65%
  • eflatun tonu 18.18%
  • sarı tonu 0.00%
  • ana renk tonu 52.55%
CMYK:
(2,18,0,53)
C2M18Y0K53 
(2%,18%,0%,53%)
(0.02/0.18/0.00/0.53)	

CMYK yüzdeleri

%1.65
%18.18
%0
%52.55

Codes

Color #776379 in popluar color models

776379
RGB11999121
HSL295°10.00%43.14%
HSB/HSV295°18.18%47.45%
CMYK1.65%18.18%0.00%
52.55%

Color #776379 in popluar number systems.

HEX776379
Decimal11999121
Binary111011111000111111001
Octal167143171

Shades and tints

Shades of #776379

#776379
(119,99,121)
#6D5A6E
(109,90,110)
#635163
(99,81,99)
#594858
(89,72,88)
#4F3F4D
(79,63,77)
#453642
(69,54,66)
#3B2D37
(59,45,55)
#31242C
(49,36,44)
#271B21
(39,27,33)
#1D1216
(29,18,22)
#13090B
(19,9,11)
#000000
(0,0,0)

Tints of #776379

#776379
(119,99,121)
#837185
(131,113,133)
#8F7F91
(143,127,145)
#9B8D9D
(155,141,157)
#A79BA9
(167,155,169)
#B3A9B5
(179,169,181)
#BFB7C1
(191,183,193)
#CBC5CD
(203,197,205)
#D7D3D9
(215,211,217)
#E3E1E5
(227,225,229)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776379; }

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

This text font color is #776379.


Background Color

.myBgColor { background-color: #776379; }

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

This div background color is #776379.


Border color

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

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

This div border color is #776379.


Opacity

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

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

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

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

This text has shadow with #776379 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776379 on black background.


Color preview on white background

This text has color #776379 on white background.



Black color preview on #776379 background

This text has black color on #776379 background.


White color preview on #776379 background

This text has white color on #776379 background.