COLOR #777711

HEX: #777711
RGB: (119,119,17)

Renk bilgisi

#777711 contains mainly red and green colors. #777711 ‘ nin web güvenlik rengi #666600 (ya da #660) dir.

RGB renk modeli

#777711 color RGB value is (119,119,17).

  • kırmız ton 119;
  • yeşil ton 119;
  • mavi ton 17.
RGB:
(119,119,17)
(47%,47%,7%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 119 of 255 = 47%
B 17 of 255 = 7%

119
119
17

R + G + B ~ 34%. #777711 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 119 + 17 = 255 (100%)
R 119 of 255 ~ 46.67%
G 119 of 255 ~ 46.67%
B 17 of 255 ~ 6.67%

%46.67
%46.67

CMYK RENK MODELİ

#777711 rengi CMYK tonu (0,0,86,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 0.00%
  • sarı tonu 85.71%
  • ana renk tonu 53.33%
CMYK:
(0,0,86,53)
C0M0Y86K53 
(0%,0%,86%,53%)
(0.00/0.00/0.86/0.53)	

CMYK yüzdeleri

%0
%0
%85.71
%53.33

Codes

Color #777711 in popluar color models

777711
RGB11911917
HSL60°75.00%26.67%
HSB/HSV60°85.71%46.67%
CMYK0.00%0.00%85.71%
53.33%

Color #777711 in popluar number systems.

HEX777711
Decimal11911917
Binary1110111111011110001
Octal16716721

Shades and tints

Shades of #777711

#777711
(119,119,17)
#6D6D10
(109,109,16)
#63630F
(99,99,15)
#59590E
(89,89,14)
#4F4F0D
(79,79,13)
#45450C
(69,69,12)
#3B3B0B
(59,59,11)
#31310A
(49,49,10)
#272709
(39,39,9)
#1D1D08
(29,29,8)
#131307
(19,19,7)
#000000
(0,0,0)

Tints of #777711

#777711
(119,119,17)
#838326
(131,131,38)
#8F8F3B
(143,143,59)
#9B9B50
(155,155,80)
#A7A765
(167,167,101)
#B3B37A
(179,179,122)
#BFBF8F
(191,191,143)
#CBCBA4
(203,203,164)
#D7D7B9
(215,215,185)
#E3E3CE
(227,227,206)
#EFEFE3
(239,239,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777711; }

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

This text font color is #777711.


Background Color

.myBgColor { background-color: #777711; }

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

This div background color is #777711.


Border color

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

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

This div border color is #777711.


Opacity

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

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

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

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

This text has shadow with #777711 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777711 on black background.


Color preview on white background

This text has color #777711 on white background.



Black color preview on #777711 background

This text has black color on #777711 background.


White color preview on #777711 background

This text has white color on #777711 background.