COLOR #777C7C

HEX: #777C7C
RGB: (119,124,124)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

119
124
124

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 124 + 124 = 367 (100%)
R 119 of 367 ~ 32.43%
G 124 of 367 ~ 33.79%
B 124 of 367 ~ 33.79%

%32.43
%33.79
%33.79

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%4.03
%0
%0
%51.37

Codes

Color #777C7C in popluar color models

777C7C
RGB119124124
HSL180°2.06%47.65%
HSB/HSV180°4.03%48.63%
CMYK4.03%0.00%0.00%
51.37%

Color #777C7C in popluar number systems.

HEX777C7C
Decimal119124124
Binary111011111111001111100
Octal167174174

Shades and tints

Shades of #777C7C

#777C7C
(119,124,124)
#6D7171
(109,113,113)
#636666
(99,102,102)
#595B5B
(89,91,91)
#4F5050
(79,80,80)
#454545
(69,69,69)
#3B3A3A
(59,58,58)
#312F2F
(49,47,47)
#272424
(39,36,36)
#1D1919
(29,25,25)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #777C7C

#777C7C
(119,124,124)
#838787
(131,135,135)
#8F9292
(143,146,146)
#9B9D9D
(155,157,157)
#A7A8A8
(167,168,168)
#B3B3B3
(179,179,179)
#BFBEBE
(191,190,190)
#CBC9C9
(203,201,201)
#D7D4D4
(215,212,212)
#E3DFDF
(227,223,223)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777C7C; }

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

This text font color is #777C7C.


Background Color

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

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

This div background color is #777C7C.


Border color

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

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

This div border color is #777C7C.


Opacity

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

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

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

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

This text has shadow with #777C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777C7C on black background.


Color preview on white background

This text has color #777C7C on white background.



Black color preview on #777C7C background

This text has black color on #777C7C background.


White color preview on #777C7C background

This text has white color on #777C7C background.