COLOR #76727A

HEX: #76727A
RGB: (118,114,122)

Renk bilgisi

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

RGB renk modeli

#76727A color RGB value is (118,114,122).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 114 of 255 = 45%
B 122 of 255 = 48%

118
114
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 114 + 122 = 354 (100%)
R 118 of 354 ~ 33.33%
G 114 of 354 ~ 32.2%
B 122 of 354 ~ 34.46%

%33.33
%32.2
%34.46

CMYK RENK MODELİ

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

  • camgöbeği tonu 3.28%
  • eflatun tonu 6.56%
  • 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
%6.56
%0
%52.16

Codes

Color #76727A in popluar color models

76727A
RGB118114122
HSL270°3.39%46.27%
HSB/HSV270°6.56%47.84%
CMYK3.28%6.56%0.00%
52.16%

Color #76727A in popluar number systems.

HEX76727A
Decimal118114122
Binary111011011100101111010
Octal166162172

Shades and tints

Shades of #76727A

#76727A
(118,114,122)
#6C686F
(108,104,111)
#625E64
(98,94,100)
#585459
(88,84,89)
#4E4A4E
(78,74,78)
#444043
(68,64,67)
#3A3638
(58,54,56)
#302C2D
(48,44,45)
#262222
(38,34,34)
#1C1817
(28,24,23)
#120E0C
(18,14,12)
#000000
(0,0,0)

Tints of #76727A

#76727A
(118,114,122)
#827E86
(130,126,134)
#8E8A92
(142,138,146)
#9A969E
(154,150,158)
#A6A2AA
(166,162,170)
#B2AEB6
(178,174,182)
#BEBAC2
(190,186,194)
#CAC6CE
(202,198,206)
#D6D2DA
(214,210,218)
#E2DEE6
(226,222,230)
#EEEAF2
(238,234,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76727A; }

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

This text font color is #76727A.


Background Color

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

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

This div background color is #76727A.


Border color

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

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

This div border color is #76727A.


Opacity

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

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

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

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

This text has shadow with #76727A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76727A on black background.


Color preview on white background

This text has color #76727A on white background.



Black color preview on #76727A background

This text has black color on #76727A background.


White color preview on #76727A background

This text has white color on #76727A background.