COLOR #76747B

HEX: #76747B
RGB: (118,116,123)

Renk bilgisi

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

RGB renk modeli

#76747B color RGB value is (118,116,123).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 116 of 255 = 45%
B 123 of 255 = 48%

118
116
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 116 + 123 = 357 (100%)
R 118 of 357 ~ 33.05%
G 116 of 357 ~ 32.49%
B 123 of 357 ~ 34.45%

%33.05
%32.49
%34.45

CMYK RENK MODELİ

#76747B rengi CMYK tonu (4,6,0,52).

  • camgöbeği tonu 4.07%
  • eflatun tonu 5.69%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(4,6,0,52)
C4M6Y0K52 
(4%,6%,0%,52%)
(0.04/0.06/0.00/0.52)	

CMYK yüzdeleri

%4.07
%5.69
%0
%51.76

Codes

Color #76747B in popluar color models

76747B
RGB118116123
HSL257°2.93%46.86%
HSB/HSV257°5.69%48.24%
CMYK4.07%5.69%0.00%
51.76%

Color #76747B in popluar number systems.

HEX76747B
Decimal118116123
Binary111011011101001111011
Octal166164173

Shades and tints

Shades of #76747B

#76747B
(118,116,123)
#6C6A70
(108,106,112)
#626065
(98,96,101)
#58565A
(88,86,90)
#4E4C4F
(78,76,79)
#444244
(68,66,68)
#3A3839
(58,56,57)
#302E2E
(48,46,46)
#262423
(38,36,35)
#1C1A18
(28,26,24)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #76747B

#76747B
(118,116,123)
#828087
(130,128,135)
#8E8C93
(142,140,147)
#9A989F
(154,152,159)
#A6A4AB
(166,164,171)
#B2B0B7
(178,176,183)
#BEBCC3
(190,188,195)
#CAC8CF
(202,200,207)
#D6D4DB
(214,212,219)
#E2E0E7
(226,224,231)
#EEECF3
(238,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76747B color. Also use rgb(118,116,123) instead hex code.

Text Font Color

.myTextColor { color: #76747B; }

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

This text font color is #76747B.


Background Color

.myBgColor { background-color: #76747B; }

<div style="background-color:#76747B">Inner text</div>

This div background color is #76747B.


Border color

.myBorderColor { border: 1px solid #76747B; }

<div style="border:3px solid #76747B">Div</div>

This div border color is #76747B.


Opacity

.myOpacity80 { color: #76747B; opacity: 0.8; }

<p style="color:#76747B;opacity:0.8;">80%</p>

Text with #76747B 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 #76747B;}

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

This text has shadow with #76747B color.

.textShadow {text-shadow: 3px 3px 1px #76747B, 3px 3px 1px red;}

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

This text has shadow with #76747B primary color and red secondary color.


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

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

This text has shadow with #76747B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76747B on black background.


Color preview on white background

This text has color #76747B on white background.



Black color preview on #76747B background

This text has black color on #76747B background.


White color preview on #76747B background

This text has white color on #76747B background.