COLOR #777A51

HEX: #777A51
RGB: (119,122,81)

Renk bilgisi

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

RGB renk modeli

#777A51 color RGB value is (119,122,81).

  • kırmız ton 119;
  • yeşil ton 122;
  • mavi ton 81.
RGB:
(119,122,81)
(47%,48%,32%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 122 of 255 = 48%
B 81 of 255 = 32%

119
122
81

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 122 + 81 = 322 (100%)
R 119 of 322 ~ 36.96%
G 122 of 322 ~ 37.89%
B 81 of 322 ~ 25.16%

%36.96
%37.89
%25.16

CMYK RENK MODELİ

#777A51 rengi CMYK tonu (2,0,34,52).

  • camgöbeği tonu 2.46%
  • eflatun tonu 0.00%
  • sarı tonu 33.61%
  • ana renk tonu 52.16%
CMYK:
(2,0,34,52)
C2M0Y34K52 
(2%,0%,34%,52%)
(0.02/0.00/0.34/0.52)	

CMYK yüzdeleri

%2.46
%0
%33.61
%52.16

Codes

Color #777A51 in popluar color models

777A51
RGB11912281
HSL64°20.20%39.80%
HSB/HSV64°33.61%47.84%
CMYK2.46%0.00%33.61%
52.16%

Color #777A51 in popluar number systems.

HEX777A51
Decimal11912281
Binary111011111110101010001
Octal167172121

Shades and tints

Shades of #777A51

#777A51
(119,122,81)
#6D6F4A
(109,111,74)
#636443
(99,100,67)
#59593C
(89,89,60)
#4F4E35
(79,78,53)
#45432E
(69,67,46)
#3B3827
(59,56,39)
#312D20
(49,45,32)
#272219
(39,34,25)
#1D1712
(29,23,18)
#130C0B
(19,12,11)
#000000
(0,0,0)

Tints of #777A51

#777A51
(119,122,81)
#838660
(131,134,96)
#8F926F
(143,146,111)
#9B9E7E
(155,158,126)
#A7AA8D
(167,170,141)
#B3B69C
(179,182,156)
#BFC2AB
(191,194,171)
#CBCEBA
(203,206,186)
#D7DAC9
(215,218,201)
#E3E6D8
(227,230,216)
#EFF2E7
(239,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777A51 color. Also use rgb(119,122,81) instead hex code.

Text Font Color

.myTextColor { color: #777A51; }

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

This text font color is #777A51.


Background Color

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

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

This div background color is #777A51.


Border color

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

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

This div border color is #777A51.


Opacity

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

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

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

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

This text has shadow with #777A51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777A51 on black background.


Color preview on white background

This text has color #777A51 on white background.



Black color preview on #777A51 background

This text has black color on #777A51 background.


White color preview on #777A51 background

This text has white color on #777A51 background.