COLOR #74748C

HEX: #74748C
RGB: (116,116,140)

Renk bilgisi

#74748C contains red, green and blue colors in about the same proportion. #74748C ‘ nin web güvenlik rengi #666699 (ya da #669) dir.

RGB renk modeli

#74748C color RGB value is (116,116,140).

  • kırmız ton 116;
  • yeşil ton 116;
  • mavi ton 140.
RGB:
(116,116,140)
(45%,45%,55%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 116 of 255 = 45%
B 140 of 255 = 55%

116
116
140

R + G + B ~ 48%. #74748C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 116 + 140 = 372 (100%)
R 116 of 372 ~ 31.18%
G 116 of 372 ~ 31.18%
B 140 of 372 ~ 37.63%

%31.18
%31.18
%37.63

CMYK RENK MODELİ

#74748C rengi CMYK tonu (17,17,0,45).

  • camgöbeği tonu 17.14%
  • eflatun tonu 17.14%
  • sarı tonu 0.00%
  • ana renk tonu 45.10%
CMYK:
(17,17,0,45)
C17M17Y0K45 
(17%,17%,0%,45%)
(0.17/0.17/0.00/0.45)	

CMYK yüzdeleri

%17.14
%17.14
%0
%45.1

Codes

Color #74748C in popluar color models

74748C
RGB116116140
HSL240°9.45%50.20%
HSB/HSV240°17.14%54.90%
CMYK17.14%17.14%0.00%
45.10%

Color #74748C in popluar number systems.

HEX74748C
Decimal116116140
Binary1110100111010010001100
Octal164164214

Shades and tints

Shades of #74748C

#74748C
(116,116,140)
#6A6A80
(106,106,128)
#606074
(96,96,116)
#565668
(86,86,104)
#4C4C5C
(76,76,92)
#424250
(66,66,80)
#383844
(56,56,68)
#2E2E38
(46,46,56)
#24242C
(36,36,44)
#1A1A20
(26,26,32)
#101014
(16,16,20)
#000000
(0,0,0)

Tints of #74748C

#74748C
(116,116,140)
#808096
(128,128,150)
#8C8CA0
(140,140,160)
#9898AA
(152,152,170)
#A4A4B4
(164,164,180)
#B0B0BE
(176,176,190)
#BCBCC8
(188,188,200)
#C8C8D2
(200,200,210)
#D4D4DC
(212,212,220)
#E0E0E6
(224,224,230)
#ECECF0
(236,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74748C color. Also use rgb(116,116,140) instead hex code.

Text Font Color

.myTextColor { color: #74748C; }

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

This text font color is #74748C.


Background Color

.myBgColor { background-color: #74748C; }

<div style="background-color:#74748C">Inner text</div>

This div background color is #74748C.


Border color

.myBorderColor { border: 1px solid #74748C; }

<div style="border:3px solid #74748C">Div</div>

This div border color is #74748C.


Opacity

.myOpacity80 { color: #74748C; opacity: 0.8; }

<p style="color:#74748C;opacity:0.8;">80%</p>

Text with #74748C 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 #74748C;}

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

This text has shadow with #74748C color.

.textShadow {text-shadow: 3px 3px 1px #74748C, 3px 3px 1px red;}

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

This text has shadow with #74748C primary color and red secondary color.


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

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

This text has shadow with #74748C and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74748C on black background.


Color preview on white background

This text has color #74748C on white background.



Black color preview on #74748C background

This text has black color on #74748C background.


White color preview on #74748C background

This text has white color on #74748C background.