COLOR #777D63

HEX: #777D63
RGB: (119,125,99)

Renk bilgisi

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

RGB renk modeli

#777D63 color RGB value is (119,125,99).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 125 of 255 = 49%
B 99 of 255 = 39%

119
125
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 125 + 99 = 343 (100%)
R 119 of 343 ~ 34.69%
G 125 of 343 ~ 36.44%
B 99 of 343 ~ 28.86%

%34.69
%36.44
%28.86

CMYK RENK MODELİ

#777D63 rengi CMYK tonu (5,0,21,51).

  • camgöbeği tonu 4.80%
  • eflatun tonu 0.00%
  • sarı tonu 20.80%
  • ana renk tonu 50.98%
CMYK:
(5,0,21,51)
C5M0Y21K51 
(5%,0%,21%,51%)
(0.05/0.00/0.21/0.51)	

CMYK yüzdeleri

%4.8
%0
%20.8
%50.98

Codes

Color #777D63 in popluar color models

777D63
RGB11912599
HSL74°11.61%43.92%
HSB/HSV74°20.80%49.02%
CMYK4.80%0.00%20.80%
50.98%

Color #777D63 in popluar number systems.

HEX777D63
Decimal11912599
Binary111011111111011100011
Octal167175143

Shades and tints

Shades of #777D63

#777D63
(119,125,99)
#6D725A
(109,114,90)
#636751
(99,103,81)
#595C48
(89,92,72)
#4F513F
(79,81,63)
#454636
(69,70,54)
#3B3B2D
(59,59,45)
#313024
(49,48,36)
#27251B
(39,37,27)
#1D1A12
(29,26,18)
#130F09
(19,15,9)
#000000
(0,0,0)

Tints of #777D63

#777D63
(119,125,99)
#838871
(131,136,113)
#8F937F
(143,147,127)
#9B9E8D
(155,158,141)
#A7A99B
(167,169,155)
#B3B4A9
(179,180,169)
#BFBFB7
(191,191,183)
#CBCAC5
(203,202,197)
#D7D5D3
(215,213,211)
#E3E0E1
(227,224,225)
#EFEBEF
(239,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777D63; }

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

This text font color is #777D63.


Background Color

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

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

This div background color is #777D63.


Border color

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

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

This div border color is #777D63.


Opacity

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

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

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

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

This text has shadow with #777D63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777D63 on black background.


Color preview on white background

This text has color #777D63 on white background.



Black color preview on #777D63 background

This text has black color on #777D63 background.


White color preview on #777D63 background

This text has white color on #777D63 background.