COLOR #76429B

HEX: #76429B
RGB: (118,66,155)

Renk bilgisi

#76429B contains mainly red and blue colors. #76429B ‘ nin web güvenlik rengi #663399 (ya da #639) dir.

RGB renk modeli

#76429B color RGB value is (118,66,155).

  • kırmız ton 118;
  • yeşil ton 66;
  • mavi ton 155.
RGB:
(118,66,155)
(46%,26%,61%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 66 of 255 = 26%
B 155 of 255 = 61%

118
66
155

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 66 + 155 = 339 (100%)
R 118 of 339 ~ 34.81%
G 66 of 339 ~ 19.47%
B 155 of 339 ~ 45.72%

%34.81
%19.47
%45.72

CMYK RENK MODELİ

#76429B rengi CMYK tonu (24,57,0,39).

  • camgöbeği tonu 23.87%
  • eflatun tonu 57.42%
  • sarı tonu 0.00%
  • ana renk tonu 39.22%
CMYK:
(24,57,0,39)
C24M57Y0K39 
(24%,57%,0%,39%)
(0.24/0.57/0.00/0.39)	

CMYK yüzdeleri

%23.87
%57.42
%0
%39.22

Codes

Color #76429B in popluar color models

76429B
RGB11866155
HSL275°40.27%43.33%
HSB/HSV275°57.42%60.78%
CMYK23.87%57.42%0.00%
39.22%

Color #76429B in popluar number systems.

HEX76429B
Decimal11866155
Binary1110110100001010011011
Octal166102233

Shades and tints

Shades of #76429B

#76429B
(118,66,155)
#6C3C8D
(108,60,141)
#62367F
(98,54,127)
#583071
(88,48,113)
#4E2A63
(78,42,99)
#442455
(68,36,85)
#3A1E47
(58,30,71)
#301839
(48,24,57)
#26122B
(38,18,43)
#1C0C1D
(28,12,29)
#12060F
(18,6,15)
#000000
(0,0,0)

Tints of #76429B

#76429B
(118,66,155)
#8253A4
(130,83,164)
#8E64AD
(142,100,173)
#9A75B6
(154,117,182)
#A686BF
(166,134,191)
#B297C8
(178,151,200)
#BEA8D1
(190,168,209)
#CAB9DA
(202,185,218)
#D6CAE3
(214,202,227)
#E2DBEC
(226,219,236)
#EEECF5
(238,236,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76429B color. Also use rgb(118,66,155) instead hex code.

Text Font Color

.myTextColor { color: #76429B; }

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

This text font color is #76429B.


Background Color

.myBgColor { background-color: #76429B; }

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

This div background color is #76429B.


Border color

.myBorderColor { border: 1px solid #76429B; }

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

This div border color is #76429B.


Opacity

.myOpacity80 { color: #76429B; opacity: 0.8; }

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

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

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

This text has shadow with #76429B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76429B on black background.


Color preview on white background

This text has color #76429B on white background.



Black color preview on #76429B background

This text has black color on #76429B background.


White color preview on #76429B background

This text has white color on #76429B background.