COLOR #777D57

HEX: #777D57
RGB: (119,125,87)

Renk bilgisi

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

RGB renk modeli

#777D57 color RGB value is (119,125,87).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 125 of 255 = 49%
B 87 of 255 = 34%

119
125
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 125 + 87 = 331 (100%)
R 119 of 331 ~ 35.95%
G 125 of 331 ~ 37.76%
B 87 of 331 ~ 26.28%

%35.95
%37.76
%26.28

CMYK RENK MODELİ

#777D57 rengi CMYK tonu (5,0,30,51).

  • camgöbeği tonu 4.80%
  • eflatun tonu 0.00%
  • sarı tonu 30.40%
  • ana renk tonu 50.98%
CMYK:
(5,0,30,51)
C5M0Y30K51 
(5%,0%,30%,51%)
(0.05/0.00/0.30/0.51)	

CMYK yüzdeleri

%4.8
%0
%30.4
%50.98

Codes

Color #777D57 in popluar color models

777D57
RGB11912587
HSL69°17.92%41.57%
HSB/HSV69°30.40%49.02%
CMYK4.80%0.00%30.40%
50.98%

Color #777D57 in popluar number systems.

HEX777D57
Decimal11912587
Binary111011111111011010111
Octal167175127

Shades and tints

Shades of #777D57

#777D57
(119,125,87)
#6D7250
(109,114,80)
#636749
(99,103,73)
#595C42
(89,92,66)
#4F513B
(79,81,59)
#454634
(69,70,52)
#3B3B2D
(59,59,45)
#313026
(49,48,38)
#27251F
(39,37,31)
#1D1A18
(29,26,24)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #777D57

#777D57
(119,125,87)
#838866
(131,136,102)
#8F9375
(143,147,117)
#9B9E84
(155,158,132)
#A7A993
(167,169,147)
#B3B4A2
(179,180,162)
#BFBFB1
(191,191,177)
#CBCAC0
(203,202,192)
#D7D5CF
(215,213,207)
#E3E0DE
(227,224,222)
#EFEBED
(239,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777D57; }

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

This text font color is #777D57.


Background Color

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

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

This div background color is #777D57.


Border color

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

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

This div border color is #777D57.


Opacity

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

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

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

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

This text has shadow with #777D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777D57 on black background.


Color preview on white background

This text has color #777D57 on white background.



Black color preview on #777D57 background

This text has black color on #777D57 background.


White color preview on #777D57 background

This text has white color on #777D57 background.