COLOR #777D6B

HEX: #777D6B
RGB: (119,125,107)

Renk bilgisi

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

RGB renk modeli

#777D6B color RGB value is (119,125,107).

  • kırmız ton 119;
  • yeşil ton 125;
  • mavi ton 107.
RGB:
(119,125,107)
(47%,49%,42%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 125 of 255 = 49%
B 107 of 255 = 42%

119
125
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 125 + 107 = 351 (100%)
R 119 of 351 ~ 33.9%
G 125 of 351 ~ 35.61%
B 107 of 351 ~ 30.48%

%33.9
%35.61
%30.48

CMYK RENK MODELİ

#777D6B rengi CMYK tonu (5,0,14,51).

  • camgöbeği tonu 4.80%
  • eflatun tonu 0.00%
  • sarı tonu 14.40%
  • ana renk tonu 50.98%
CMYK:
(5,0,14,51)
C5M0Y14K51 
(5%,0%,14%,51%)
(0.05/0.00/0.14/0.51)	

CMYK yüzdeleri

%4.8
%0
%14.4
%50.98

Codes

Color #777D6B in popluar color models

777D6B
RGB119125107
HSL80°7.76%45.49%
HSB/HSV80°14.40%49.02%
CMYK4.80%0.00%14.40%
50.98%

Color #777D6B in popluar number systems.

HEX777D6B
Decimal119125107
Binary111011111111011101011
Octal167175153

Shades and tints

Shades of #777D6B

#777D6B
(119,125,107)
#6D7262
(109,114,98)
#636759
(99,103,89)
#595C50
(89,92,80)
#4F5147
(79,81,71)
#45463E
(69,70,62)
#3B3B35
(59,59,53)
#31302C
(49,48,44)
#272523
(39,37,35)
#1D1A1A
(29,26,26)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #777D6B

#777D6B
(119,125,107)
#838878
(131,136,120)
#8F9385
(143,147,133)
#9B9E92
(155,158,146)
#A7A99F
(167,169,159)
#B3B4AC
(179,180,172)
#BFBFB9
(191,191,185)
#CBCAC6
(203,202,198)
#D7D5D3
(215,213,211)
#E3E0E0
(227,224,224)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777D6B color. Also use rgb(119,125,107) instead hex code.

Text Font Color

.myTextColor { color: #777D6B; }

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

This text font color is #777D6B.


Background Color

.myBgColor { background-color: #777D6B; }

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

This div background color is #777D6B.


Border color

.myBorderColor { border: 1px solid #777D6B; }

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

This div border color is #777D6B.


Opacity

.myOpacity80 { color: #777D6B; opacity: 0.8; }

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

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

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

This text has shadow with #777D6B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777D6B on black background.


Color preview on white background

This text has color #777D6B on white background.



Black color preview on #777D6B background

This text has black color on #777D6B background.


White color preview on #777D6B background

This text has white color on #777D6B background.