COLOR #777C49

HEX: #777C49
RGB: (119,124,73)

Renk bilgisi

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

RGB renk modeli

#777C49 color RGB value is (119,124,73).

  • kırmız ton 119;
  • yeşil ton 124;
  • mavi ton 73.
RGB:
(119,124,73)
(47%,49%,29%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 124 of 255 = 49%
B 73 of 255 = 29%

119
124
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 124 + 73 = 316 (100%)
R 119 of 316 ~ 37.66%
G 124 of 316 ~ 39.24%
B 73 of 316 ~ 23.1%

%37.66
%39.24
%23.1

CMYK RENK MODELİ

#777C49 rengi CMYK tonu (4,0,41,51).

  • camgöbeği tonu 4.03%
  • eflatun tonu 0.00%
  • sarı tonu 41.13%
  • ana renk tonu 51.37%
CMYK:
(4,0,41,51)
C4M0Y41K51 
(4%,0%,41%,51%)
(0.04/0.00/0.41/0.51)	

CMYK yüzdeleri

%4.03
%0
%41.13
%51.37

Codes

Color #777C49 in popluar color models

777C49
RGB11912473
HSL66°25.89%38.63%
HSB/HSV66°41.13%48.63%
CMYK4.03%0.00%41.13%
51.37%

Color #777C49 in popluar number systems.

HEX777C49
Decimal11912473
Binary111011111111001001001
Octal167174111

Shades and tints

Shades of #777C49

#777C49
(119,124,73)
#6D7143
(109,113,67)
#63663D
(99,102,61)
#595B37
(89,91,55)
#4F5031
(79,80,49)
#45452B
(69,69,43)
#3B3A25
(59,58,37)
#312F1F
(49,47,31)
#272419
(39,36,25)
#1D1913
(29,25,19)
#130E0D
(19,14,13)
#000000
(0,0,0)

Tints of #777C49

#777C49
(119,124,73)
#838759
(131,135,89)
#8F9269
(143,146,105)
#9B9D79
(155,157,121)
#A7A889
(167,168,137)
#B3B399
(179,179,153)
#BFBEA9
(191,190,169)
#CBC9B9
(203,201,185)
#D7D4C9
(215,212,201)
#E3DFD9
(227,223,217)
#EFEAE9
(239,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777C49 color. Also use rgb(119,124,73) instead hex code.

Text Font Color

.myTextColor { color: #777C49; }

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

This text font color is #777C49.


Background Color

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

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

This div background color is #777C49.


Border color

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

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

This div border color is #777C49.


Opacity

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

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

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

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

This text has shadow with #777C49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777C49 on black background.


Color preview on white background

This text has color #777C49 on white background.



Black color preview on #777C49 background

This text has black color on #777C49 background.


White color preview on #777C49 background

This text has white color on #777C49 background.