COLOR #763F52

HEX: #763F52
RGB: (118,63,82)

Renk bilgisi

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

RGB renk modeli

#763F52 color RGB value is (118,63,82).

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

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 63 of 255 = 25%
B 82 of 255 = 32%

118
63
82

R + G + B ~ 34%. #763F52 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 63 + 82 = 263 (100%)
R 118 of 263 ~ 44.87%
G 63 of 263 ~ 23.95%
B 82 of 263 ~ 31.18%

%44.87
%23.95
%31.18

CMYK RENK MODELİ

#763F52 rengi CMYK tonu (0,47,31,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 46.61%
  • sarı tonu 30.51%
  • ana renk tonu 53.73%
CMYK:
(0,47,31,54)
C0M47Y31K54 
(0%,47%,31%,54%)
(0.00/0.47/0.31/0.54)	

CMYK yüzdeleri

%0
%46.61
%30.51
%53.73

Codes

Color #763F52 in popluar color models

763F52
RGB1186382
HSL339°30.39%35.49%
HSB/HSV339°46.61%46.27%
CMYK0.00%46.61%30.51%
53.73%

Color #763F52 in popluar number systems.

HEX763F52
Decimal1186382
Binary11101101111111010010
Octal16677122

Shades and tints

Shades of #763F52

#763F52
(118,63,82)
#6C3A4B
(108,58,75)
#623544
(98,53,68)
#58303D
(88,48,61)
#4E2B36
(78,43,54)
#44262F
(68,38,47)
#3A2128
(58,33,40)
#301C21
(48,28,33)
#26171A
(38,23,26)
#1C1213
(28,18,19)
#120D0C
(18,13,12)
#000000
(0,0,0)

Tints of #763F52

#763F52
(118,63,82)
#825061
(130,80,97)
#8E6170
(142,97,112)
#9A727F
(154,114,127)
#A6838E
(166,131,142)
#B2949D
(178,148,157)
#BEA5AC
(190,165,172)
#CAB6BB
(202,182,187)
#D6C7CA
(214,199,202)
#E2D8D9
(226,216,217)
#EEE9E8
(238,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #763F52 color. Also use rgb(118,63,82) instead hex code.

Text Font Color

.myTextColor { color: #763F52; }

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

This text font color is #763F52.


Background Color

.myBgColor { background-color: #763F52; }

<div style="background-color:#763F52">Inner text</div>

This div background color is #763F52.


Border color

.myBorderColor { border: 1px solid #763F52; }

<div style="border:3px solid #763F52">Div</div>

This div border color is #763F52.


Opacity

.myOpacity80 { color: #763F52; opacity: 0.8; }

<p style="color:#763F52;opacity:0.8;">80%</p>

Text with #763F52 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 #763F52;}

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

This text has shadow with #763F52 color.

.textShadow {text-shadow: 3px 3px 1px #763F52, 3px 3px 1px red;}

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

This text has shadow with #763F52 primary color and red secondary color.


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

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

This text has shadow with #763F52 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #763F52 on black background.


Color preview on white background

This text has color #763F52 on white background.



Black color preview on #763F52 background

This text has black color on #763F52 background.


White color preview on #763F52 background

This text has white color on #763F52 background.