COLOR #76427C

HEX: #76427C
RGB: (118,66,124)

Renk bilgisi

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

RGB renk modeli

#76427C color RGB value is (118,66,124).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 66 of 255 = 26%
B 124 of 255 = 49%

118
66
124

R + G + B ~ 40%. #76427C is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 66 + 124 = 308 (100%)
R 118 of 308 ~ 38.31%
G 66 of 308 ~ 21.43%
B 124 of 308 ~ 40.26%

%38.31
%21.43
%40.26

CMYK RENK MODELİ

#76427C rengi CMYK tonu (5,47,0,51).

  • camgöbeği tonu 4.84%
  • eflatun tonu 46.77%
  • sarı tonu 0.00%
  • ana renk tonu 51.37%
CMYK:
(5,47,0,51)
C5M47Y0K51 
(5%,47%,0%,51%)
(0.05/0.47/0.00/0.51)	

CMYK yüzdeleri

%4.84
%46.77
%0
%51.37

Codes

Color #76427C in popluar color models

76427C
RGB11866124
HSL294°30.53%37.25%
HSB/HSV294°46.77%48.63%
CMYK4.84%46.77%0.00%
51.37%

Color #76427C in popluar number systems.

HEX76427C
Decimal11866124
Binary111011010000101111100
Octal166102174

Shades and tints

Shades of #76427C

#76427C
(118,66,124)
#6C3C71
(108,60,113)
#623666
(98,54,102)
#58305B
(88,48,91)
#4E2A50
(78,42,80)
#442445
(68,36,69)
#3A1E3A
(58,30,58)
#30182F
(48,24,47)
#261224
(38,18,36)
#1C0C19
(28,12,25)
#12060E
(18,6,14)
#000000
(0,0,0)

Tints of #76427C

#76427C
(118,66,124)
#825387
(130,83,135)
#8E6492
(142,100,146)
#9A759D
(154,117,157)
#A686A8
(166,134,168)
#B297B3
(178,151,179)
#BEA8BE
(190,168,190)
#CAB9C9
(202,185,201)
#D6CAD4
(214,202,212)
#E2DBDF
(226,219,223)
#EEECEA
(238,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76427C color. Also use rgb(118,66,124) instead hex code.

Text Font Color

.myTextColor { color: #76427C; }

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

This text font color is #76427C.


Background Color

.myBgColor { background-color: #76427C; }

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

This div background color is #76427C.


Border color

.myBorderColor { border: 1px solid #76427C; }

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

This div border color is #76427C.


Opacity

.myOpacity80 { color: #76427C; opacity: 0.8; }

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

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

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

This text has shadow with #76427C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76427C on black background.


Color preview on white background

This text has color #76427C on white background.



Black color preview on #76427C background

This text has black color on #76427C background.


White color preview on #76427C background

This text has white color on #76427C background.