COLOR #777B63

HEX: #777B63
RGB: (119,123,99)

Renk bilgisi

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

RGB renk modeli

#777B63 color RGB value is (119,123,99).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 123 of 255 = 48%
B 99 of 255 = 39%

119
123
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 123 + 99 = 341 (100%)
R 119 of 341 ~ 34.9%
G 123 of 341 ~ 36.07%
B 99 of 341 ~ 29.03%

%34.9
%36.07
%29.03

CMYK RENK MODELİ

#777B63 rengi CMYK tonu (3,0,20,52).

  • camgöbeği tonu 3.25%
  • eflatun tonu 0.00%
  • sarı tonu 19.51%
  • ana renk tonu 51.76%
CMYK:
(3,0,20,52)
C3M0Y20K52 
(3%,0%,20%,52%)
(0.03/0.00/0.20/0.52)	

CMYK yüzdeleri

%3.25
%0
%19.51
%51.76

Codes

Color #777B63 in popluar color models

777B63
RGB11912399
HSL70°10.81%43.53%
HSB/HSV70°19.51%48.24%
CMYK3.25%0.00%19.51%
51.76%

Color #777B63 in popluar number systems.

HEX777B63
Decimal11912399
Binary111011111110111100011
Octal167173143

Shades and tints

Shades of #777B63

#777B63
(119,123,99)
#6D705A
(109,112,90)
#636551
(99,101,81)
#595A48
(89,90,72)
#4F4F3F
(79,79,63)
#454436
(69,68,54)
#3B392D
(59,57,45)
#312E24
(49,46,36)
#27231B
(39,35,27)
#1D1812
(29,24,18)
#130D09
(19,13,9)
#000000
(0,0,0)

Tints of #777B63

#777B63
(119,123,99)
#838771
(131,135,113)
#8F937F
(143,147,127)
#9B9F8D
(155,159,141)
#A7AB9B
(167,171,155)
#B3B7A9
(179,183,169)
#BFC3B7
(191,195,183)
#CBCFC5
(203,207,197)
#D7DBD3
(215,219,211)
#E3E7E1
(227,231,225)
#EFF3EF
(239,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777B63; }

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

This text font color is #777B63.


Background Color

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

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

This div background color is #777B63.


Border color

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

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

This div border color is #777B63.


Opacity

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

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

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

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

This text has shadow with #777B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777B63 on black background.


Color preview on white background

This text has color #777B63 on white background.



Black color preview on #777B63 background

This text has black color on #777B63 background.


White color preview on #777B63 background

This text has white color on #777B63 background.