COLOR #74757B

HEX: #74757B
RGB: (116,117,123)

Renk bilgisi

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

RGB renk modeli

#74757B color RGB value is (116,117,123).

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

RGB bağlantıları ve doygunluk

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

116
117
123

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 117 + 123 = 356 (100%)
R 116 of 356 ~ 32.58%
G 117 of 356 ~ 32.87%
B 123 of 356 ~ 34.55%

%32.58
%32.87
%34.55

CMYK RENK MODELİ

#74757B rengi CMYK tonu (6,5,0,52).

  • camgöbeği tonu 5.69%
  • eflatun tonu 4.88%
  • sarı tonu 0.00%
  • ana renk tonu 51.76%
CMYK:
(6,5,0,52)
C6M5Y0K52 
(6%,5%,0%,52%)
(0.06/0.05/0.00/0.52)	

CMYK yüzdeleri

%5.69
%4.88
%0
%51.76

Codes

Color #74757B in popluar color models

74757B
RGB116117123
HSL231°2.93%46.86%
HSB/HSV231°5.69%48.24%
CMYK5.69%4.88%0.00%
51.76%

Color #74757B in popluar number systems.

HEX74757B
Decimal116117123
Binary111010011101011111011
Octal164165173

Shades and tints

Shades of #74757B

#74757B
(116,117,123)
#6A6B70
(106,107,112)
#606165
(96,97,101)
#56575A
(86,87,90)
#4C4D4F
(76,77,79)
#424344
(66,67,68)
#383939
(56,57,57)
#2E2F2E
(46,47,46)
#242523
(36,37,35)
#1A1B18
(26,27,24)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #74757B

#74757B
(116,117,123)
#808187
(128,129,135)
#8C8D93
(140,141,147)
#98999F
(152,153,159)
#A4A5AB
(164,165,171)
#B0B1B7
(176,177,183)
#BCBDC3
(188,189,195)
#C8C9CF
(200,201,207)
#D4D5DB
(212,213,219)
#E0E1E7
(224,225,231)
#ECEDF3
(236,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74757B; }

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

This text font color is #74757B.


Background Color

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

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

This div background color is #74757B.


Border color

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

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

This div border color is #74757B.


Opacity

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

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

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

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

This text has shadow with #74757B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74757B on black background.


Color preview on white background

This text has color #74757B on white background.



Black color preview on #74757B background

This text has black color on #74757B background.


White color preview on #74757B background

This text has white color on #74757B background.