COLOR #76527E

HEX: #76527E
RGB: (118,82,126)

Renk bilgisi

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

RGB renk modeli

#76527E color RGB value is (118,82,126).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 82 of 255 = 32%
B 126 of 255 = 49%

118
82
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 82 + 126 = 326 (100%)
R 118 of 326 ~ 36.2%
G 82 of 326 ~ 25.15%
B 126 of 326 ~ 38.65%

%36.2
%25.15
%38.65

CMYK RENK MODELİ

#76527E rengi CMYK tonu (6,35,0,51).

  • camgöbeği tonu 6.35%
  • eflatun tonu 34.92%
  • sarı tonu 0.00%
  • ana renk tonu 50.59%
CMYK:
(6,35,0,51)
C6M35Y0K51 
(6%,35%,0%,51%)
(0.06/0.35/0.00/0.51)	

CMYK yüzdeleri

%6.35
%34.92
%0
%50.59

Codes

Color #76527E in popluar color models

76527E
RGB11882126
HSL289°21.15%40.78%
HSB/HSV289°34.92%49.41%
CMYK6.35%34.92%0.00%
50.59%

Color #76527E in popluar number systems.

HEX76527E
Decimal11882126
Binary111011010100101111110
Octal166122176

Shades and tints

Shades of #76527E

#76527E
(118,82,126)
#6C4B73
(108,75,115)
#624468
(98,68,104)
#583D5D
(88,61,93)
#4E3652
(78,54,82)
#442F47
(68,47,71)
#3A283C
(58,40,60)
#302131
(48,33,49)
#261A26
(38,26,38)
#1C131B
(28,19,27)
#120C10
(18,12,16)
#000000
(0,0,0)

Tints of #76527E

#76527E
(118,82,126)
#826189
(130,97,137)
#8E7094
(142,112,148)
#9A7F9F
(154,127,159)
#A68EAA
(166,142,170)
#B29DB5
(178,157,181)
#BEACC0
(190,172,192)
#CABBCB
(202,187,203)
#D6CAD6
(214,202,214)
#E2D9E1
(226,217,225)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76527E; }

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

This text font color is #76527E.


Background Color

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

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

This div background color is #76527E.


Border color

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

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

This div border color is #76527E.


Opacity

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

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

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

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

This text has shadow with #76527E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76527E on black background.


Color preview on white background

This text has color #76527E on white background.



Black color preview on #76527E background

This text has black color on #76527E background.


White color preview on #76527E background

This text has white color on #76527E background.