COLOR #764D46

HEX: #764D46
RGB: (118,77,70)

Renk bilgisi

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

RGB renk modeli

#764D46 color RGB value is (118,77,70).

  • kırmız ton 118;
  • yeşil ton 77;
  • mavi ton 70.
RGB:
(118,77,70)
(46%,30%,27%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 77 of 255 = 30%
B 70 of 255 = 27%

118
77
70

R + G + B ~ 34%. #764D46 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 77 + 70 = 265 (100%)
R 118 of 265 ~ 44.53%
G 77 of 265 ~ 29.06%
B 70 of 265 ~ 26.42%

%44.53
%29.06
%26.42

CMYK RENK MODELİ

#764D46 rengi CMYK tonu (0,35,41,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.75%
  • sarı tonu 40.68%
  • ana renk tonu 53.73%
CMYK:
(0,35,41,54)
C0M35Y41K54 
(0%,35%,41%,54%)
(0.00/0.35/0.41/0.54)	

CMYK yüzdeleri

%0
%34.75
%40.68
%53.73

Codes

Color #764D46 in popluar color models

764D46
RGB1187770
HSL25.53%36.86%
HSB/HSV40.68%46.27%
CMYK0.00%34.75%40.68%
53.73%

Color #764D46 in popluar number systems.

HEX764D46
Decimal1187770
Binary111011010011011000110
Octal166115106

Shades and tints

Shades of #764D46

#764D46
(118,77,70)
#6C4640
(108,70,64)
#623F3A
(98,63,58)
#583834
(88,56,52)
#4E312E
(78,49,46)
#442A28
(68,42,40)
#3A2322
(58,35,34)
#301C1C
(48,28,28)
#261516
(38,21,22)
#1C0E10
(28,14,16)
#12070A
(18,7,10)
#000000
(0,0,0)

Tints of #764D46

#764D46
(118,77,70)
#825D56
(130,93,86)
#8E6D66
(142,109,102)
#9A7D76
(154,125,118)
#A68D86
(166,141,134)
#B29D96
(178,157,150)
#BEADA6
(190,173,166)
#CABDB6
(202,189,182)
#D6CDC6
(214,205,198)
#E2DDD6
(226,221,214)
#EEEDE6
(238,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764D46 color. Also use rgb(118,77,70) instead hex code.

Text Font Color

.myTextColor { color: #764D46; }

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

This text font color is #764D46.


Background Color

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

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

This div background color is #764D46.


Border color

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

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

This div border color is #764D46.


Opacity

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

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

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

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

This text has shadow with #764D46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764D46 on black background.


Color preview on white background

This text has color #764D46 on white background.



Black color preview on #764D46 background

This text has black color on #764D46 background.


White color preview on #764D46 background

This text has white color on #764D46 background.