COLOR #76707A

HEX: #76707A
RGB: (118,112,122)

Renk bilgisi

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

RGB renk modeli

#76707A color RGB value is (118,112,122).

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

RGB bağlantıları ve doygunluk

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

118
112
122

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 112 + 122 = 352 (100%)
R 118 of 352 ~ 33.52%
G 112 of 352 ~ 31.82%
B 122 of 352 ~ 34.66%

%33.52
%31.82
%34.66

CMYK RENK MODELİ

#76707A rengi CMYK tonu (3,8,0,52).

  • camgöbeği tonu 3.28%
  • eflatun tonu 8.20%
  • sarı tonu 0.00%
  • ana renk tonu 52.16%
CMYK:
(3,8,0,52)
C3M8Y0K52 
(3%,8%,0%,52%)
(0.03/0.08/0.00/0.52)	

CMYK yüzdeleri

%3.28
%8.2
%0
%52.16

Codes

Color #76707A in popluar color models

76707A
RGB118112122
HSL276°4.27%45.88%
HSB/HSV276°8.20%47.84%
CMYK3.28%8.20%0.00%
52.16%

Color #76707A in popluar number systems.

HEX76707A
Decimal118112122
Binary111011011100001111010
Octal166160172

Shades and tints

Shades of #76707A

#76707A
(118,112,122)
#6C666F
(108,102,111)
#625C64
(98,92,100)
#585259
(88,82,89)
#4E484E
(78,72,78)
#443E43
(68,62,67)
#3A3438
(58,52,56)
#302A2D
(48,42,45)
#262022
(38,32,34)
#1C1617
(28,22,23)
#120C0C
(18,12,12)
#000000
(0,0,0)

Tints of #76707A

#76707A
(118,112,122)
#827D86
(130,125,134)
#8E8A92
(142,138,146)
#9A979E
(154,151,158)
#A6A4AA
(166,164,170)
#B2B1B6
(178,177,182)
#BEBEC2
(190,190,194)
#CACBCE
(202,203,206)
#D6D8DA
(214,216,218)
#E2E5E6
(226,229,230)
#EEF2F2
(238,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76707A; }

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

This text font color is #76707A.


Background Color

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

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

This div background color is #76707A.


Border color

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

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

This div border color is #76707A.


Opacity

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

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

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

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

This text has shadow with #76707A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76707A on black background.


Color preview on white background

This text has color #76707A on white background.



Black color preview on #76707A background

This text has black color on #76707A background.


White color preview on #76707A background

This text has white color on #76707A background.