COLOR #76776C

HEX: #76776C
RGB: (118,119,108)

Renk bilgisi

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

RGB renk modeli

#76776C color RGB value is (118,119,108).

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

RGB bağlantıları ve doygunluk

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

118
119
108

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 119 + 108 = 345 (100%)
R 118 of 345 ~ 34.2%
G 119 of 345 ~ 34.49%
B 108 of 345 ~ 31.3%

%34.2
%34.49
%31.3

CMYK RENK MODELİ

#76776C rengi CMYK tonu (1,0,9,53).

  • camgöbeği tonu 0.84%
  • eflatun tonu 0.00%
  • sarı tonu 9.24%
  • ana renk tonu 53.33%
CMYK:
(1,0,9,53)
C1M0Y9K53 
(1%,0%,9%,53%)
(0.01/0.00/0.09/0.53)	

CMYK yüzdeleri

%0.84
%0
%9.24
%53.33

Codes

Color #76776C in popluar color models

76776C
RGB118119108
HSL65°4.85%44.51%
HSB/HSV65°9.24%46.67%
CMYK0.84%0.00%9.24%
53.33%

Color #76776C in popluar number systems.

HEX76776C
Decimal118119108
Binary111011011101111101100
Octal166167154

Shades and tints

Shades of #76776C

#76776C
(118,119,108)
#6C6D63
(108,109,99)
#62635A
(98,99,90)
#585951
(88,89,81)
#4E4F48
(78,79,72)
#44453F
(68,69,63)
#3A3B36
(58,59,54)
#30312D
(48,49,45)
#262724
(38,39,36)
#1C1D1B
(28,29,27)
#121312
(18,19,18)
#000000
(0,0,0)

Tints of #76776C

#76776C
(118,119,108)
#828379
(130,131,121)
#8E8F86
(142,143,134)
#9A9B93
(154,155,147)
#A6A7A0
(166,167,160)
#B2B3AD
(178,179,173)
#BEBFBA
(190,191,186)
#CACBC7
(202,203,199)
#D6D7D4
(214,215,212)
#E2E3E1
(226,227,225)
#EEEFEE
(238,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76776C color. Also use rgb(118,119,108) instead hex code.

Text Font Color

.myTextColor { color: #76776C; }

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

This text font color is #76776C.


Background Color

.myBgColor { background-color: #76776C; }

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

This div background color is #76776C.


Border color

.myBorderColor { border: 1px solid #76776C; }

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

This div border color is #76776C.


Opacity

.myOpacity80 { color: #76776C; opacity: 0.8; }

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

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

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

This text has shadow with #76776C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76776C on black background.


Color preview on white background

This text has color #76776C on white background.



Black color preview on #76776C background

This text has black color on #76776C background.


White color preview on #76776C background

This text has white color on #76776C background.