COLOR #764C47

HEX: #764C47
RGB: (118,76,71)

Renk bilgisi

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

RGB renk modeli

#764C47 color RGB value is (118,76,71).

  • kırmız ton 118;
  • yeşil ton 76;
  • mavi ton 71.
RGB:
(118,76,71)
(46%,30%,28%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 76 of 255 = 30%
B 71 of 255 = 28%

118
76
71

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 76 + 71 = 265 (100%)
R 118 of 265 ~ 44.53%
G 76 of 265 ~ 28.68%
B 71 of 265 ~ 26.79%

%44.53
%28.68
%26.79

CMYK RENK MODELİ

#764C47 rengi CMYK tonu (0,36,40,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 35.59%
  • sarı tonu 39.83%
  • ana renk tonu 53.73%
CMYK:
(0,36,40,54)
C0M36Y40K54 
(0%,36%,40%,54%)
(0.00/0.36/0.40/0.54)	

CMYK yüzdeleri

%0
%35.59
%39.83
%53.73

Codes

Color #764C47 in popluar color models

764C47
RGB1187671
HSL24.87%37.06%
HSB/HSV39.83%46.27%
CMYK0.00%35.59%39.83%
53.73%

Color #764C47 in popluar number systems.

HEX764C47
Decimal1187671
Binary111011010011001000111
Octal166114107

Shades and tints

Shades of #764C47

#764C47
(118,76,71)
#6C4641
(108,70,65)
#62403B
(98,64,59)
#583A35
(88,58,53)
#4E342F
(78,52,47)
#442E29
(68,46,41)
#3A2823
(58,40,35)
#30221D
(48,34,29)
#261C17
(38,28,23)
#1C1611
(28,22,17)
#12100B
(18,16,11)
#000000
(0,0,0)

Tints of #764C47

#764C47
(118,76,71)
#825C57
(130,92,87)
#8E6C67
(142,108,103)
#9A7C77
(154,124,119)
#A68C87
(166,140,135)
#B29C97
(178,156,151)
#BEACA7
(190,172,167)
#CABCB7
(202,188,183)
#D6CCC7
(214,204,199)
#E2DCD7
(226,220,215)
#EEECE7
(238,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #764C47 color. Also use rgb(118,76,71) instead hex code.

Text Font Color

.myTextColor { color: #764C47; }

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

This text font color is #764C47.


Background Color

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

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

This div background color is #764C47.


Border color

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

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

This div border color is #764C47.


Opacity

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

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

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

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

This text has shadow with #764C47 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #764C47 on black background.


Color preview on white background

This text has color #764C47 on white background.



Black color preview on #764C47 background

This text has black color on #764C47 background.


White color preview on #764C47 background

This text has white color on #764C47 background.