COLOR #776364

HEX: #776364
RGB: (119,99,100)

Renk bilgisi

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

RGB renk modeli

#776364 color RGB value is (119,99,100).

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

RGB bağlantıları ve doygunluk

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

119
99
100

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 99 + 100 = 318 (100%)
R 119 of 318 ~ 37.42%
G 99 of 318 ~ 31.13%
B 100 of 318 ~ 31.45%

%37.42
%31.13
%31.45

CMYK RENK MODELİ

#776364 rengi CMYK tonu (0,17,16,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.81%
  • sarı tonu 15.97%
  • ana renk tonu 53.33%
CMYK:
(0,17,16,53)
C0M17Y16K53 
(0%,17%,16%,53%)
(0.00/0.17/0.16/0.53)	

CMYK yüzdeleri

%0
%16.81
%15.97
%53.33

Codes

Color #776364 in popluar color models

776364
RGB11999100
HSL357°9.17%42.75%
HSB/HSV357°16.81%46.67%
CMYK0.00%16.81%15.97%
53.33%

Color #776364 in popluar number systems.

HEX776364
Decimal11999100
Binary111011111000111100100
Octal167143144

Shades and tints

Shades of #776364

#776364
(119,99,100)
#6D5A5B
(109,90,91)
#635152
(99,81,82)
#594849
(89,72,73)
#4F3F40
(79,63,64)
#453637
(69,54,55)
#3B2D2E
(59,45,46)
#312425
(49,36,37)
#271B1C
(39,27,28)
#1D1213
(29,18,19)
#13090A
(19,9,10)
#000000
(0,0,0)

Tints of #776364

#776364
(119,99,100)
#837172
(131,113,114)
#8F7F80
(143,127,128)
#9B8D8E
(155,141,142)
#A79B9C
(167,155,156)
#B3A9AA
(179,169,170)
#BFB7B8
(191,183,184)
#CBC5C6
(203,197,198)
#D7D3D4
(215,211,212)
#E3E1E2
(227,225,226)
#EFEFF0
(239,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #776364; }

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

This text font color is #776364.


Background Color

.myBgColor { background-color: #776364; }

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

This div background color is #776364.


Border color

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

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

This div border color is #776364.


Opacity

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

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

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

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

This text has shadow with #776364 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776364 on black background.


Color preview on white background

This text has color #776364 on white background.



Black color preview on #776364 background

This text has black color on #776364 background.


White color preview on #776364 background

This text has white color on #776364 background.