COLOR #777E63

HEX: #777E63
RGB: (119,126,99)

Renk bilgisi

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

RGB renk modeli

#777E63 color RGB value is (119,126,99).

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

RGB bağlantıları ve doygunluk

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

119
126
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 126 + 99 = 344 (100%)
R 119 of 344 ~ 34.59%
G 126 of 344 ~ 36.63%
B 99 of 344 ~ 28.78%

%34.59
%36.63
%28.78

CMYK RENK MODELİ

#777E63 rengi CMYK tonu (6,0,21,51).

  • camgöbeği tonu 5.56%
  • eflatun tonu 0.00%
  • sarı tonu 21.43%
  • ana renk tonu 50.59%
CMYK:
(6,0,21,51)
C6M0Y21K51 
(6%,0%,21%,51%)
(0.06/0.00/0.21/0.51)	

CMYK yüzdeleri

%5.56
%0
%21.43
%50.59

Codes

Color #777E63 in popluar color models

777E63
RGB11912699
HSL76°12.00%44.12%
HSB/HSV76°21.43%49.41%
CMYK5.56%0.00%21.43%
50.59%

Color #777E63 in popluar number systems.

HEX777E63
Decimal11912699
Binary111011111111101100011
Octal167176143

Shades and tints

Shades of #777E63

#777E63
(119,126,99)
#6D735A
(109,115,90)
#636851
(99,104,81)
#595D48
(89,93,72)
#4F523F
(79,82,63)
#454736
(69,71,54)
#3B3C2D
(59,60,45)
#313124
(49,49,36)
#27261B
(39,38,27)
#1D1B12
(29,27,18)
#131009
(19,16,9)
#000000
(0,0,0)

Tints of #777E63

#777E63
(119,126,99)
#838971
(131,137,113)
#8F947F
(143,148,127)
#9B9F8D
(155,159,141)
#A7AA9B
(167,170,155)
#B3B5A9
(179,181,169)
#BFC0B7
(191,192,183)
#CBCBC5
(203,203,197)
#D7D6D3
(215,214,211)
#E3E1E1
(227,225,225)
#EFECEF
(239,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777E63; }

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

This text font color is #777E63.


Background Color

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

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

This div background color is #777E63.


Border color

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

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

This div border color is #777E63.


Opacity

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

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

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

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

This text has shadow with #777E63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777E63 on black background.


Color preview on white background

This text has color #777E63 on white background.



Black color preview on #777E63 background

This text has black color on #777E63 background.


White color preview on #777E63 background

This text has white color on #777E63 background.