COLOR #764B4F

HEX: #764B4F
RGB: (118,75,79)

Renk bilgisi

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

RGB renk modeli

#764B4F color RGB value is (118,75,79).

  • kırmız ton 118;
  • yeşil ton 75;
  • mavi ton 79.
RGB:
(118,75,79)
(46%,29%,31%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 75 of 255 = 29%
B 79 of 255 = 31%

118
75
79

R + G + B ~ 35%. #764B4F is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 75 + 79 = 272 (100%)
R 118 of 272 ~ 43.38%
G 75 of 272 ~ 27.57%
B 79 of 272 ~ 29.04%

%43.38
%27.57
%29.04

CMYK RENK MODELİ

#764B4F rengi CMYK tonu (0,36,33,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 36.44%
  • sarı tonu 33.05%
  • ana renk tonu 53.73%
CMYK:
(0,36,33,54)
C0M36Y33K54 
(0%,36%,33%,54%)
(0.00/0.36/0.33/0.54)	

CMYK yüzdeleri

%0
%36.44
%33.05
%53.73

Codes

Color #764B4F in popluar color models

764B4F
RGB1187579
HSL354°22.28%37.84%
HSB/HSV354°36.44%46.27%
CMYK0.00%36.44%33.05%
53.73%

Color #764B4F in popluar number systems.

HEX764B4F
Decimal1187579
Binary111011010010111001111
Octal166113117

Shades and tints

Shades of #764B4F

#764B4F
(118,75,79)
#6C4548
(108,69,72)
#623F41
(98,63,65)
#58393A
(88,57,58)
#4E3333
(78,51,51)
#442D2C
(68,45,44)
#3A2725
(58,39,37)
#30211E
(48,33,30)
#261B17
(38,27,23)
#1C1510
(28,21,16)
#120F09
(18,15,9)
#000000
(0,0,0)

Tints of #764B4F

#764B4F
(118,75,79)
#825B5F
(130,91,95)
#8E6B6F
(142,107,111)
#9A7B7F
(154,123,127)
#A68B8F
(166,139,143)
#B29B9F
(178,155,159)
#BEABAF
(190,171,175)
#CABBBF
(202,187,191)
#D6CBCF
(214,203,207)
#E2DBDF
(226,219,223)
#EEEBEF
(238,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764B4F color. Also use rgb(118,75,79) instead hex code.

Text Font Color

.myTextColor { color: #764B4F; }

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

This text font color is #764B4F.


Background Color

.myBgColor { background-color: #764B4F; }

<div style="background-color:#764B4F">Inner text</div>

This div background color is #764B4F.


Border color

.myBorderColor { border: 1px solid #764B4F; }

<div style="border:3px solid #764B4F">Div</div>

This div border color is #764B4F.


Opacity

.myOpacity80 { color: #764B4F; opacity: 0.8; }

<p style="color:#764B4F;opacity:0.8;">80%</p>

Text with #764B4F 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 #764B4F;}

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

This text has shadow with #764B4F color.

.textShadow {text-shadow: 3px 3px 1px #764B4F, 3px 3px 1px red;}

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

This text has shadow with #764B4F primary color and red secondary color.


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

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

This text has shadow with #764B4F and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764B4F on black background.


Color preview on white background

This text has color #764B4F on white background.



Black color preview on #764B4F background

This text has black color on #764B4F background.


White color preview on #764B4F background

This text has white color on #764B4F background.