COLOR #76497E

HEX: #76497E
RGB: (118,73,126)

Renk bilgisi

#76497E contains red, green and blue colors in about the same proportion. #76497E ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#76497E color RGB value is (118,73,126).

  • kırmız ton 118;
  • yeşil ton 73;
  • mavi ton 126.
RGB:
(118,73,126)
(46%,29%,49%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 73 of 255 = 29%
B 126 of 255 = 49%

118
73
126

R + G + B ~ 41%. #76497E is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 73 + 126 = 317 (100%)
R 118 of 317 ~ 37.22%
G 73 of 317 ~ 23.03%
B 126 of 317 ~ 39.75%

%37.22
%23.03
%39.75

CMYK RENK MODELİ

#76497E rengi CMYK tonu (6,42,0,51).

  • camgöbeği tonu 6.35%
  • eflatun tonu 42.06%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(6,42,0,51)
C6M42Y0K51 
(6%,42%,0%,51%)
(0.06/0.42/0.00/0.51)	

CMYK yüzdeleri

%6.35
%42.06
%0
%50.59

Codes

Color #76497E in popluar color models

76497E
RGB11873126
HSL291°26.63%39.02%
HSB/HSV291°42.06%49.41%
CMYK6.35%42.06%0.00%
50.59%

Color #76497E in popluar number systems.

HEX76497E
Decimal11873126
Binary111011010010011111110
Octal166111176

Shades and tints

Shades of #76497E

#76497E
(118,73,126)
#6C4373
(108,67,115)
#623D68
(98,61,104)
#58375D
(88,55,93)
#4E3152
(78,49,82)
#442B47
(68,43,71)
#3A253C
(58,37,60)
#301F31
(48,31,49)
#261926
(38,25,38)
#1C131B
(28,19,27)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #76497E

#76497E
(118,73,126)
#825989
(130,89,137)
#8E6994
(142,105,148)
#9A799F
(154,121,159)
#A689AA
(166,137,170)
#B299B5
(178,153,181)
#BEA9C0
(190,169,192)
#CAB9CB
(202,185,203)
#D6C9D6
(214,201,214)
#E2D9E1
(226,217,225)
#EEE9EC
(238,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76497E color. Also use rgb(118,73,126) instead hex code.

Text Font Color

.myTextColor { color: #76497E; }

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

This text font color is #76497E.


Background Color

.myBgColor { background-color: #76497E; }

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

This div background color is #76497E.


Border color

.myBorderColor { border: 1px solid #76497E; }

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

This div border color is #76497E.


Opacity

.myOpacity80 { color: #76497E; opacity: 0.8; }

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

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

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

This text has shadow with #76497E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76497E on black background.


Color preview on white background

This text has color #76497E on white background.



Black color preview on #76497E background

This text has black color on #76497E background.


White color preview on #76497E background

This text has white color on #76497E background.