COLOR #777C8B

HEX: #777C8B
RGB: (119,124,139)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

119
124
139

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

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 124 + 139 = 382 (100%)
R 119 of 382 ~ 31.15%
G 124 of 382 ~ 32.46%
B 139 of 382 ~ 36.39%

%31.15
%32.46
%36.39

CMYK RENK MODELİ

#777C8B rengi CMYK tonu (14,11,0,45).

  • camgöbeği tonu 14.39%
  • eflatun tonu 10.79%
  • sarı tonu 0.00%
  • ana renk tonu 45.49%
CMYK:
(14,11,0,45)
C14M11Y0K45 
(14%,11%,0%,45%)
(0.14/0.11/0.00/0.45)	

CMYK yüzdeleri

%14.39
%10.79
%0
%45.49

Codes

Color #777C8B in popluar color models

777C8B
RGB119124139
HSL225°7.94%50.59%
HSB/HSV225°14.39%54.51%
CMYK14.39%10.79%0.00%
45.49%

Color #777C8B in popluar number systems.

HEX777C8B
Decimal119124139
Binary1110111111110010001011
Octal167174213

Shades and tints

Shades of #777C8B

#777C8B
(119,124,139)
#6D717F
(109,113,127)
#636673
(99,102,115)
#595B67
(89,91,103)
#4F505B
(79,80,91)
#45454F
(69,69,79)
#3B3A43
(59,58,67)
#312F37
(49,47,55)
#27242B
(39,36,43)
#1D191F
(29,25,31)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #777C8B

#777C8B
(119,124,139)
#838795
(131,135,149)
#8F929F
(143,146,159)
#9B9DA9
(155,157,169)
#A7A8B3
(167,168,179)
#B3B3BD
(179,179,189)
#BFBEC7
(191,190,199)
#CBC9D1
(203,201,209)
#D7D4DB
(215,212,219)
#E3DFE5
(227,223,229)
#EFEAEF
(239,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #777C8B; }

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

This text font color is #777C8B.


Background Color

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

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

This div background color is #777C8B.


Border color

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

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

This div border color is #777C8B.


Opacity

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

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

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

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

This text has shadow with #777C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #777C8B on black background.


Color preview on white background

This text has color #777C8B on white background.



Black color preview on #777C8B background

This text has black color on #777C8B background.


White color preview on #777C8B background

This text has white color on #777C8B background.