COLOR #746077

HEX: #746077
RGB: (116,96,119)

Renk bilgisi

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

RGB renk modeli

#746077 color RGB value is (116,96,119).

  • kırmız ton 116;
  • yeşil ton 96;
  • mavi ton 119.
RGB:
(116,96,119)
(45%,38%,47%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 96 of 255 = 38%
B 119 of 255 = 47%

116
96
119

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 96 + 119 = 331 (100%)
R 116 of 331 ~ 35.05%
G 96 of 331 ~ 29%
B 119 of 331 ~ 35.95%

%35.05
%29
%35.95

CMYK RENK MODELİ

#746077 rengi CMYK tonu (3,19,0,53).

  • camgöbeği tonu 2.52%
  • eflatun tonu 19.33%
  • sarı tonu 0.00%
  • ana renk tonu 53.33%
CMYK:
(3,19,0,53)
C3M19Y0K53 
(3%,19%,0%,53%)
(0.03/0.19/0.00/0.53)	

CMYK yüzdeleri

%2.52
%19.33
%0
%53.33

Codes

Color #746077 in popluar color models

746077
RGB11696119
HSL292°10.70%42.16%
HSB/HSV292°19.33%46.67%
CMYK2.52%19.33%0.00%
53.33%

Color #746077 in popluar number systems.

HEX746077
Decimal11696119
Binary111010011000001110111
Octal164140167

Shades and tints

Shades of #746077

#746077
(116,96,119)
#6A586D
(106,88,109)
#605063
(96,80,99)
#564859
(86,72,89)
#4C404F
(76,64,79)
#423845
(66,56,69)
#38303B
(56,48,59)
#2E2831
(46,40,49)
#242027
(36,32,39)
#1A181D
(26,24,29)
#101013
(16,16,19)
#000000
(0,0,0)

Tints of #746077

#746077
(116,96,119)
#806E83
(128,110,131)
#8C7C8F
(140,124,143)
#988A9B
(152,138,155)
#A498A7
(164,152,167)
#B0A6B3
(176,166,179)
#BCB4BF
(188,180,191)
#C8C2CB
(200,194,203)
#D4D0D7
(212,208,215)
#E0DEE3
(224,222,227)
#ECECEF
(236,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #746077 color. Also use rgb(116,96,119) instead hex code.

Text Font Color

.myTextColor { color: #746077; }

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

This text font color is #746077.


Background Color

.myBgColor { background-color: #746077; }

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

This div background color is #746077.


Border color

.myBorderColor { border: 1px solid #746077; }

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

This div border color is #746077.


Opacity

.myOpacity80 { color: #746077; opacity: 0.8; }

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

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

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

This text has shadow with #746077 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #746077 on black background.


Color preview on white background

This text has color #746077 on white background.



Black color preview on #746077 background

This text has black color on #746077 background.


White color preview on #746077 background

This text has white color on #746077 background.