COLOR #76757E

HEX: #76757E
RGB: (118,117,126)

Renk bilgisi

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

RGB renk modeli

#76757E color RGB value is (118,117,126).

  • kırmız ton 118;
  • yeşil ton 117;
  • mavi ton 126.
RGB:
(118,117,126)
(46%,46%,49%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 117 of 255 = 46%
B 126 of 255 = 49%

118
117
126

R + G + B ~ 47%. #76757E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 117 + 126 = 361 (100%)
R 118 of 361 ~ 32.69%
G 117 of 361 ~ 32.41%
B 126 of 361 ~ 34.9%

%32.69
%32.41
%34.9

CMYK RENK MODELİ

#76757E rengi CMYK tonu (6,7,0,51).

  • camgöbeği tonu 6.35%
  • eflatun tonu 7.14%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(6,7,0,51)
C6M7Y0K51 
(6%,7%,0%,51%)
(0.06/0.07/0.00/0.51)	

CMYK yüzdeleri

%6.35
%7.14
%0
%50.59

Codes

Color #76757E in popluar color models

76757E
RGB118117126
HSL247°3.70%47.65%
HSB/HSV247°7.14%49.41%
CMYK6.35%7.14%0.00%
50.59%

Color #76757E in popluar number systems.

HEX76757E
Decimal118117126
Binary111011011101011111110
Octal166165176

Shades and tints

Shades of #76757E

#76757E
(118,117,126)
#6C6B73
(108,107,115)
#626168
(98,97,104)
#58575D
(88,87,93)
#4E4D52
(78,77,82)
#444347
(68,67,71)
#3A393C
(58,57,60)
#302F31
(48,47,49)
#262526
(38,37,38)
#1C1B1B
(28,27,27)
#121110
(18,17,16)
#000000
(0,0,0)

Tints of #76757E

#76757E
(118,117,126)
#828189
(130,129,137)
#8E8D94
(142,141,148)
#9A999F
(154,153,159)
#A6A5AA
(166,165,170)
#B2B1B5
(178,177,181)
#BEBDC0
(190,189,192)
#CAC9CB
(202,201,203)
#D6D5D6
(214,213,214)
#E2E1E1
(226,225,225)
#EEEDEC
(238,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76757E color. Also use rgb(118,117,126) instead hex code.

Text Font Color

.myTextColor { color: #76757E; }

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

This text font color is #76757E.


Background Color

.myBgColor { background-color: #76757E; }

<div style="background-color:#76757E">Inner text</div>

This div background color is #76757E.


Border color

.myBorderColor { border: 1px solid #76757E; }

<div style="border:3px solid #76757E">Div</div>

This div border color is #76757E.


Opacity

.myOpacity80 { color: #76757E; opacity: 0.8; }

<p style="color:#76757E;opacity:0.8;">80%</p>

Text with #76757E 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 #76757E;}

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

This text has shadow with #76757E color.

.textShadow {text-shadow: 3px 3px 1px #76757E, 3px 3px 1px red;}

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

This text has shadow with #76757E primary color and red secondary color.


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

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

This text has shadow with #76757E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76757E on black background.


Color preview on white background

This text has color #76757E on white background.



Black color preview on #76757E background

This text has black color on #76757E background.


White color preview on #76757E background

This text has white color on #76757E background.