COLOR #777063

HEX: #777063
RGB: (119,112,99)

Renk bilgisi

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

RGB renk modeli

#777063 color RGB value is (119,112,99).

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

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 112 of 255 = 44%
B 99 of 255 = 39%

119
112
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 112 + 99 = 330 (100%)
R 119 of 330 ~ 36.06%
G 112 of 330 ~ 33.94%
B 99 of 330 ~ 30%

%36.06
%33.94
%30

CMYK RENK MODELİ

#777063 rengi CMYK tonu (0,6,17,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.88%
  • sarı tonu 16.81%
  • ana renk tonu 53.33%
CMYK:
(0,6,17,53)
C0M6Y17K53 
(0%,6%,17%,53%)
(0.00/0.06/0.17/0.53)	

CMYK yüzdeleri

%0
%5.88
%16.81
%53.33

Codes

Color #777063 in popluar color models

777063
RGB11911299
HSL39°9.17%42.75%
HSB/HSV39°16.81%46.67%
CMYK0.00%5.88%16.81%
53.33%

Color #777063 in popluar number systems.

HEX777063
Decimal11911299
Binary111011111100001100011
Octal167160143

Shades and tints

Shades of #777063

#777063
(119,112,99)
#6D665A
(109,102,90)
#635C51
(99,92,81)
#595248
(89,82,72)
#4F483F
(79,72,63)
#453E36
(69,62,54)
#3B342D
(59,52,45)
#312A24
(49,42,36)
#27201B
(39,32,27)
#1D1612
(29,22,18)
#130C09
(19,12,9)
#000000
(0,0,0)

Tints of #777063

#777063
(119,112,99)
#837D71
(131,125,113)
#8F8A7F
(143,138,127)
#9B978D
(155,151,141)
#A7A49B
(167,164,155)
#B3B1A9
(179,177,169)
#BFBEB7
(191,190,183)
#CBCBC5
(203,203,197)
#D7D8D3
(215,216,211)
#E3E5E1
(227,229,225)
#EFF2EF
(239,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777063; }

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

This text font color is #777063.


Background Color

.myBgColor { background-color: #777063; }

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

This div background color is #777063.


Border color

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

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

This div border color is #777063.


Opacity

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

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

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

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

This text has shadow with #777063 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777063 on black background.


Color preview on white background

This text has color #777063 on white background.



Black color preview on #777063 background

This text has black color on #777063 background.


White color preview on #777063 background

This text has white color on #777063 background.