COLOR #77796D

HEX: #77796D
RGB: (119,121,109)

Renk bilgisi

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

RGB renk modeli

#77796D color RGB value is (119,121,109).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 121 of 255 = 47%
B 109 of 255 = 43%

119
121
109

R + G + B ~ 46%. #77796D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 121 + 109 = 349 (100%)
R 119 of 349 ~ 34.1%
G 121 of 349 ~ 34.67%
B 109 of 349 ~ 31.23%

%34.1
%34.67
%31.23

CMYK RENK MODELİ

#77796D rengi CMYK tonu (2,0,10,53).

  • camgöbeği tonu 1.65%
  • eflatun tonu 0.00%
  • sarı tonu 9.92%
  • ana renk tonu 52.55%
CMYK:
(2,0,10,53)
C2M0Y10K53 
(2%,0%,10%,53%)
(0.02/0.00/0.10/0.53)	

CMYK yüzdeleri

%1.65
%0
%9.92
%52.55

Codes

Color #77796D in popluar color models

77796D
RGB119121109
HSL70°5.22%45.10%
HSB/HSV70°9.92%47.45%
CMYK1.65%0.00%9.92%
52.55%

Color #77796D in popluar number systems.

HEX77796D
Decimal119121109
Binary111011111110011101101
Octal167171155

Shades and tints

Shades of #77796D

#77796D
(119,121,109)
#6D6E64
(109,110,100)
#63635B
(99,99,91)
#595852
(89,88,82)
#4F4D49
(79,77,73)
#454240
(69,66,64)
#3B3737
(59,55,55)
#312C2E
(49,44,46)
#272125
(39,33,37)
#1D161C
(29,22,28)
#130B13
(19,11,19)
#000000
(0,0,0)

Tints of #77796D

#77796D
(119,121,109)
#83857A
(131,133,122)
#8F9187
(143,145,135)
#9B9D94
(155,157,148)
#A7A9A1
(167,169,161)
#B3B5AE
(179,181,174)
#BFC1BB
(191,193,187)
#CBCDC8
(203,205,200)
#D7D9D5
(215,217,213)
#E3E5E2
(227,229,226)
#EFF1EF
(239,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77796D; }

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

This text font color is #77796D.


Background Color

.myBgColor { background-color: #77796D; }

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

This div background color is #77796D.


Border color

.myBorderColor { border: 1px solid #77796D; }

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

This div border color is #77796D.


Opacity

.myOpacity80 { color: #77796D; opacity: 0.8; }

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

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

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

This text has shadow with #77796D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77796D on black background.


Color preview on white background

This text has color #77796D on white background.



Black color preview on #77796D background

This text has black color on #77796D background.


White color preview on #77796D background

This text has white color on #77796D background.