COLOR #76717A

HEX: #76717A
RGB: (118,113,122)

Renk bilgisi

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

RGB renk modeli

#76717A color RGB value is (118,113,122).

  • kırmız ton 118;
  • yeşil ton 113;
  • mavi ton 122.
RGB:
(118,113,122)
(46%,44%,48%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 113 of 255 = 44%
B 122 of 255 = 48%

118
113
122

R + G + B ~ 46%. #76717A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 113 + 122 = 353 (100%)
R 118 of 353 ~ 33.43%
G 113 of 353 ~ 32.01%
B 122 of 353 ~ 34.56%

%33.43
%32.01
%34.56

CMYK RENK MODELİ

#76717A rengi CMYK tonu (3,7,0,52).

  • camgöbeği tonu 3.28%
  • eflatun tonu 7.38%
  • sarı tonu 0.00%
  • ana renk tonu 52.16%
CMYK:
(3,7,0,52)
C3M7Y0K52 
(3%,7%,0%,52%)
(0.03/0.07/0.00/0.52)	

CMYK yüzdeleri

%3.28
%7.38
%0
%52.16

Codes

Color #76717A in popluar color models

76717A
RGB118113122
HSL273°3.83%46.08%
HSB/HSV273°7.38%47.84%
CMYK3.28%7.38%0.00%
52.16%

Color #76717A in popluar number systems.

HEX76717A
Decimal118113122
Binary111011011100011111010
Octal166161172

Shades and tints

Shades of #76717A

#76717A
(118,113,122)
#6C676F
(108,103,111)
#625D64
(98,93,100)
#585359
(88,83,89)
#4E494E
(78,73,78)
#443F43
(68,63,67)
#3A3538
(58,53,56)
#302B2D
(48,43,45)
#262122
(38,33,34)
#1C1717
(28,23,23)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #76717A

#76717A
(118,113,122)
#827D86
(130,125,134)
#8E8992
(142,137,146)
#9A959E
(154,149,158)
#A6A1AA
(166,161,170)
#B2ADB6
(178,173,182)
#BEB9C2
(190,185,194)
#CAC5CE
(202,197,206)
#D6D1DA
(214,209,218)
#E2DDE6
(226,221,230)
#EEE9F2
(238,233,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76717A color. Also use rgb(118,113,122) instead hex code.

Text Font Color

.myTextColor { color: #76717A; }

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

This text font color is #76717A.


Background Color

.myBgColor { background-color: #76717A; }

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

This div background color is #76717A.


Border color

.myBorderColor { border: 1px solid #76717A; }

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

This div border color is #76717A.


Opacity

.myOpacity80 { color: #76717A; opacity: 0.8; }

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

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

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

This text has shadow with #76717A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76717A on black background.


Color preview on white background

This text has color #76717A on white background.



Black color preview on #76717A background

This text has black color on #76717A background.


White color preview on #76717A background

This text has white color on #76717A background.