COLOR #74739A

HEX: #74739A
RGB: (116,115,154)

Renk bilgisi

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

RGB renk modeli

#74739A color RGB value is (116,115,154).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 115 of 255 = 45%
B 154 of 255 = 60%

116
115
154

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 115 + 154 = 385 (100%)
R 116 of 385 ~ 30.13%
G 115 of 385 ~ 29.87%
B 154 of 385 ~ 40%

%30.13
%29.87
%40

CMYK RENK MODELİ

#74739A rengi CMYK tonu (25,25,0,40).

  • camgöbeği tonu 24.68%
  • eflatun tonu 25.32%
  • sarı tonu 0.00%
  • ana renk tonu 39.61%
CMYK:
(25,25,0,40)
C25M25Y0K40 
(25%,25%,0%,40%)
(0.25/0.25/0.00/0.40)	

CMYK yüzdeleri

%24.68
%25.32
%0
%39.61

Codes

Color #74739A in popluar color models

74739A
RGB116115154
HSL242°16.18%52.75%
HSB/HSV242°25.32%60.39%
CMYK24.68%25.32%0.00%
39.61%

Color #74739A in popluar number systems.

HEX74739A
Decimal116115154
Binary1110100111001110011010
Octal164163232

Shades and tints

Shades of #74739A

#74739A
(116,115,154)
#6A698C
(106,105,140)
#605F7E
(96,95,126)
#565570
(86,85,112)
#4C4B62
(76,75,98)
#424154
(66,65,84)
#383746
(56,55,70)
#2E2D38
(46,45,56)
#24232A
(36,35,42)
#1A191C
(26,25,28)
#100F0E
(16,15,14)
#000000
(0,0,0)

Tints of #74739A

#74739A
(116,115,154)
#807FA3
(128,127,163)
#8C8BAC
(140,139,172)
#9897B5
(152,151,181)
#A4A3BE
(164,163,190)
#B0AFC7
(176,175,199)
#BCBBD0
(188,187,208)
#C8C7D9
(200,199,217)
#D4D3E2
(212,211,226)
#E0DFEB
(224,223,235)
#ECEBF4
(236,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74739A color. Also use rgb(116,115,154) instead hex code.

Text Font Color

.myTextColor { color: #74739A; }

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

This text font color is #74739A.


Background Color

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

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

This div background color is #74739A.


Border color

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

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

This div border color is #74739A.


Opacity

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

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

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

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

This text has shadow with #74739A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74739A on black background.


Color preview on white background

This text has color #74739A on white background.



Black color preview on #74739A background

This text has black color on #74739A background.


White color preview on #74739A background

This text has white color on #74739A background.