COLOR #76487D

HEX: #76487D
RGB: (118,72,125)

Renk bilgisi

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

RGB renk modeli

#76487D color RGB value is (118,72,125).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 72 of 255 = 28%
B 125 of 255 = 49%

118
72
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 72 + 125 = 315 (100%)
R 118 of 315 ~ 37.46%
G 72 of 315 ~ 22.86%
B 125 of 315 ~ 39.68%

%37.46
%22.86
%39.68

CMYK RENK MODELİ

#76487D rengi CMYK tonu (6,42,0,51).

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

CMYK yüzdeleri

%5.6
%42.4
%0
%50.98

Codes

Color #76487D in popluar color models

76487D
RGB11872125
HSL292°26.90%38.63%
HSB/HSV292°42.40%49.02%
CMYK5.60%42.40%0.00%
50.98%

Color #76487D in popluar number systems.

HEX76487D
Decimal11872125
Binary111011010010001111101
Octal166110175

Shades and tints

Shades of #76487D

#76487D
(118,72,125)
#6C4272
(108,66,114)
#623C67
(98,60,103)
#58365C
(88,54,92)
#4E3051
(78,48,81)
#442A46
(68,42,70)
#3A243B
(58,36,59)
#301E30
(48,30,48)
#261825
(38,24,37)
#1C121A
(28,18,26)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #76487D

#76487D
(118,72,125)
#825888
(130,88,136)
#8E6893
(142,104,147)
#9A789E
(154,120,158)
#A688A9
(166,136,169)
#B298B4
(178,152,180)
#BEA8BF
(190,168,191)
#CAB8CA
(202,184,202)
#D6C8D5
(214,200,213)
#E2D8E0
(226,216,224)
#EEE8EB
(238,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76487D; }

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

This text font color is #76487D.


Background Color

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

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

This div background color is #76487D.


Border color

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

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

This div border color is #76487D.


Opacity

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

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

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

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

This text has shadow with #76487D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76487D on black background.


Color preview on white background

This text has color #76487D on white background.



Black color preview on #76487D background

This text has black color on #76487D background.


White color preview on #76487D background

This text has white color on #76487D background.