COLOR #76437D

HEX: #76437D
RGB: (118,67,125)

Renk bilgisi

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

RGB renk modeli

#76437D color RGB value is (118,67,125).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 67 of 255 = 26%
B 125 of 255 = 49%

118
67
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 67 + 125 = 310 (100%)
R 118 of 310 ~ 38.06%
G 67 of 310 ~ 21.61%
B 125 of 310 ~ 40.32%

%38.06
%21.61
%40.32

CMYK RENK MODELİ

#76437D rengi CMYK tonu (6,46,0,51).

  • camgöbeği tonu 5.60%
  • eflatun tonu 46.40%
  • sarı tonu 0.00%
  • ana renk tonu 50.98%
CMYK:
(6,46,0,51)
C6M46Y0K51 
(6%,46%,0%,51%)
(0.06/0.46/0.00/0.51)	

CMYK yüzdeleri

%5.6
%46.4
%0
%50.98

Codes

Color #76437D in popluar color models

76437D
RGB11867125
HSL293°30.21%37.65%
HSB/HSV293°46.40%49.02%
CMYK5.60%46.40%0.00%
50.98%

Color #76437D in popluar number systems.

HEX76437D
Decimal11867125
Binary111011010000111111101
Octal166103175

Shades and tints

Shades of #76437D

#76437D
(118,67,125)
#6C3D72
(108,61,114)
#623767
(98,55,103)
#58315C
(88,49,92)
#4E2B51
(78,43,81)
#442546
(68,37,70)
#3A1F3B
(58,31,59)
#301930
(48,25,48)
#261325
(38,19,37)
#1C0D1A
(28,13,26)
#12070F
(18,7,15)
#000000
(0,0,0)

Tints of #76437D

#76437D
(118,67,125)
#825488
(130,84,136)
#8E6593
(142,101,147)
#9A769E
(154,118,158)
#A687A9
(166,135,169)
#B298B4
(178,152,180)
#BEA9BF
(190,169,191)
#CABACA
(202,186,202)
#D6CBD5
(214,203,213)
#E2DCE0
(226,220,224)
#EEEDEB
(238,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76437D; }

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

This text font color is #76437D.


Background Color

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

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

This div background color is #76437D.


Border color

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

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

This div border color is #76437D.


Opacity

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

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

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

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

This text has shadow with #76437D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76437D on black background.


Color preview on white background

This text has color #76437D on white background.



Black color preview on #76437D background

This text has black color on #76437D background.


White color preview on #76437D background

This text has white color on #76437D background.