COLOR #76597D

HEX: #76597D
RGB: (118,89,125)

Renk bilgisi

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

RGB renk modeli

#76597D color RGB value is (118,89,125).

  • kırmız ton 118;
  • yeşil ton 89;
  • mavi ton 125.
RGB:
(118,89,125)
(46%,35%,49%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 89 of 255 = 35%
B 125 of 255 = 49%

118
89
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 89 + 125 = 332 (100%)
R 118 of 332 ~ 35.54%
G 89 of 332 ~ 26.81%
B 125 of 332 ~ 37.65%

%35.54
%26.81
%37.65

CMYK RENK MODELİ

#76597D rengi CMYK tonu (6,29,0,51).

  • camgöbeği tonu 5.60%
  • eflatun tonu 28.80%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(6,29,0,51)
C6M29Y0K51 
(6%,29%,0%,51%)
(0.06/0.29/0.00/0.51)	

CMYK yüzdeleri

%5.6
%28.8
%0
%50.98

Codes

Color #76597D in popluar color models

76597D
RGB11889125
HSL288°16.82%41.96%
HSB/HSV288°28.80%49.02%
CMYK5.60%28.80%0.00%
50.98%

Color #76597D in popluar number systems.

HEX76597D
Decimal11889125
Binary111011010110011111101
Octal166131175

Shades and tints

Shades of #76597D

#76597D
(118,89,125)
#6C5172
(108,81,114)
#624967
(98,73,103)
#58415C
(88,65,92)
#4E3951
(78,57,81)
#443146
(68,49,70)
#3A293B
(58,41,59)
#302130
(48,33,48)
#261925
(38,25,37)
#1C111A
(28,17,26)
#12090F
(18,9,15)
#000000
(0,0,0)

Tints of #76597D

#76597D
(118,89,125)
#826888
(130,104,136)
#8E7793
(142,119,147)
#9A869E
(154,134,158)
#A695A9
(166,149,169)
#B2A4B4
(178,164,180)
#BEB3BF
(190,179,191)
#CAC2CA
(202,194,202)
#D6D1D5
(214,209,213)
#E2E0E0
(226,224,224)
#EEEFEB
(238,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76597D color. Also use rgb(118,89,125) instead hex code.

Text Font Color

.myTextColor { color: #76597D; }

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

This text font color is #76597D.


Background Color

.myBgColor { background-color: #76597D; }

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

This div background color is #76597D.


Border color

.myBorderColor { border: 1px solid #76597D; }

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

This div border color is #76597D.


Opacity

.myOpacity80 { color: #76597D; opacity: 0.8; }

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

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

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

This text has shadow with #76597D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76597D on black background.


Color preview on white background

This text has color #76597D on white background.



Black color preview on #76597D background

This text has black color on #76597D background.


White color preview on #76597D background

This text has white color on #76597D background.