COLOR #776C75

HEX: #776C75
RGB: (119,108,117)

Renk bilgisi

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

RGB renk modeli

#776C75 color RGB value is (119,108,117).

  • kırmız ton 119;
  • yeşil ton 108;
  • mavi ton 117.
RGB:
(119,108,117)
(47%,42%,46%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 108 of 255 = 42%
B 117 of 255 = 46%

119
108
117

R + G + B ~ 45%. #776C75 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 108 + 117 = 344 (100%)
R 119 of 344 ~ 34.59%
G 108 of 344 ~ 31.4%
B 117 of 344 ~ 34.01%

%34.59
%31.4
%34.01

CMYK RENK MODELİ

#776C75 rengi CMYK tonu (0,9,2,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.24%
  • sarı tonu 1.68%
  • ana renk tonu 53.33%
CMYK:
(0,9,2,53)
C0M9Y2K53 
(0%,9%,2%,53%)
(0.00/0.09/0.02/0.53)	

CMYK yüzdeleri

%0
%9.24
%1.68
%53.33

Codes

Color #776C75 in popluar color models

776C75
RGB119108117
HSL311°4.85%44.51%
HSB/HSV311°9.24%46.67%
CMYK0.00%9.24%1.68%
53.33%

Color #776C75 in popluar number systems.

HEX776C75
Decimal119108117
Binary111011111011001110101
Octal167154165

Shades and tints

Shades of #776C75

#776C75
(119,108,117)
#6D636B
(109,99,107)
#635A61
(99,90,97)
#595157
(89,81,87)
#4F484D
(79,72,77)
#453F43
(69,63,67)
#3B3639
(59,54,57)
#312D2F
(49,45,47)
#272425
(39,36,37)
#1D1B1B
(29,27,27)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #776C75

#776C75
(119,108,117)
#837981
(131,121,129)
#8F868D
(143,134,141)
#9B9399
(155,147,153)
#A7A0A5
(167,160,165)
#B3ADB1
(179,173,177)
#BFBABD
(191,186,189)
#CBC7C9
(203,199,201)
#D7D4D5
(215,212,213)
#E3E1E1
(227,225,225)
#EFEEED
(239,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #776C75 color. Also use rgb(119,108,117) instead hex code.

Text Font Color

.myTextColor { color: #776C75; }

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

This text font color is #776C75.


Background Color

.myBgColor { background-color: #776C75; }

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

This div background color is #776C75.


Border color

.myBorderColor { border: 1px solid #776C75; }

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

This div border color is #776C75.


Opacity

.myOpacity80 { color: #776C75; opacity: 0.8; }

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

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

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

This text has shadow with #776C75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #776C75 on black background.


Color preview on white background

This text has color #776C75 on white background.



Black color preview on #776C75 background

This text has black color on #776C75 background.


White color preview on #776C75 background

This text has white color on #776C75 background.