COLOR #777365

HEX: #777365
RGB: (119,115,101)

Renk bilgisi

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

RGB renk modeli

#777365 color RGB value is (119,115,101).

  • kırmız ton 119;
  • yeşil ton 115;
  • mavi ton 101.
RGB:
(119,115,101)
(47%,45%,40%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 115 of 255 = 45%
B 101 of 255 = 40%

119
115
101

R + G + B ~ 44%. #777365 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 115 + 101 = 335 (100%)
R 119 of 335 ~ 35.52%
G 115 of 335 ~ 34.33%
B 101 of 335 ~ 30.15%

%35.52
%34.33
%30.15

CMYK RENK MODELİ

#777365 rengi CMYK tonu (0,3,15,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 3.36%
  • sarı tonu 15.13%
  • ana renk tonu 53.33%
CMYK:
(0,3,15,53)
C0M3Y15K53 
(0%,3%,15%,53%)
(0.00/0.03/0.15/0.53)	

CMYK yüzdeleri

%0
%3.36
%15.13
%53.33

Codes

Color #777365 in popluar color models

777365
RGB119115101
HSL47°8.18%43.14%
HSB/HSV47°15.13%46.67%
CMYK0.00%3.36%15.13%
53.33%

Color #777365 in popluar number systems.

HEX777365
Decimal119115101
Binary111011111100111100101
Octal167163145

Shades and tints

Shades of #777365

#777365
(119,115,101)
#6D695C
(109,105,92)
#635F53
(99,95,83)
#59554A
(89,85,74)
#4F4B41
(79,75,65)
#454138
(69,65,56)
#3B372F
(59,55,47)
#312D26
(49,45,38)
#27231D
(39,35,29)
#1D1914
(29,25,20)
#130F0B
(19,15,11)
#000000
(0,0,0)

Tints of #777365

#777365
(119,115,101)
#837F73
(131,127,115)
#8F8B81
(143,139,129)
#9B978F
(155,151,143)
#A7A39D
(167,163,157)
#B3AFAB
(179,175,171)
#BFBBB9
(191,187,185)
#CBC7C7
(203,199,199)
#D7D3D5
(215,211,213)
#E3DFE3
(227,223,227)
#EFEBF1
(239,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #777365 color. Also use rgb(119,115,101) instead hex code.

Text Font Color

.myTextColor { color: #777365; }

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

This text font color is #777365.


Background Color

.myBgColor { background-color: #777365; }

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

This div background color is #777365.


Border color

.myBorderColor { border: 1px solid #777365; }

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

This div border color is #777365.


Opacity

.myOpacity80 { color: #777365; opacity: 0.8; }

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

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

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

This text has shadow with #777365 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777365 on black background.


Color preview on white background

This text has color #777365 on white background.



Black color preview on #777365 background

This text has black color on #777365 background.


White color preview on #777365 background

This text has white color on #777365 background.