COLOR #784764

HEX: #784764
RGB: (120,71,100)

Renk bilgisi

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

RGB renk modeli

#784764 color RGB value is (120,71,100).

  • kırmız ton 120;
  • yeşil ton 71;
  • mavi ton 100.
RGB:
(120,71,100)
(47%,28%,39%)

RGB bağlantıları ve doygunluk

R 120 of 255 = 47%
G 71 of 255 = 28%
B 100 of 255 = 39%

120
71
100

R + G + B ~ 38%. #784764 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
120 + 71 + 100 = 291 (100%)
R 120 of 291 ~ 41.24%
G 71 of 291 ~ 24.4%
B 100 of 291 ~ 34.36%

%41.24
%24.4
%34.36

CMYK RENK MODELİ

#784764 rengi CMYK tonu (0,41,17,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.83%
  • sarı tonu 16.67%
  • ana renk tonu 52.94%
CMYK:
(0,41,17,53)
C0M41Y17K53 
(0%,41%,17%,53%)
(0.00/0.41/0.17/0.53)	

CMYK yüzdeleri

%0
%40.83
%16.67
%52.94

Codes

Color #784764 in popluar color models

784764
RGB12071100
HSL324°25.65%37.45%
HSB/HSV324°40.83%47.06%
CMYK0.00%40.83%16.67%
52.94%

Color #784764 in popluar number systems.

HEX784764
Decimal12071100
Binary111100010001111100100
Octal170107144

Shades and tints

Shades of #784764

#784764
(120,71,100)
#6E415B
(110,65,91)
#643B52
(100,59,82)
#5A3549
(90,53,73)
#502F40
(80,47,64)
#462937
(70,41,55)
#3C232E
(60,35,46)
#321D25
(50,29,37)
#28171C
(40,23,28)
#1E1113
(30,17,19)
#140B0A
(20,11,10)
#000000
(0,0,0)

Tints of #784764

#784764
(120,71,100)
#845772
(132,87,114)
#906780
(144,103,128)
#9C778E
(156,119,142)
#A8879C
(168,135,156)
#B497AA
(180,151,170)
#C0A7B8
(192,167,184)
#CCB7C6
(204,183,198)
#D8C7D4
(216,199,212)
#E4D7E2
(228,215,226)
#F0E7F0
(240,231,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #784764 color. Also use rgb(120,71,100) instead hex code.

Text Font Color

.myTextColor { color: #784764; }

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

This text font color is #784764.


Background Color

.myBgColor { background-color: #784764; }

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

This div background color is #784764.


Border color

.myBorderColor { border: 1px solid #784764; }

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

This div border color is #784764.


Opacity

.myOpacity80 { color: #784764; opacity: 0.8; }

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

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

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

This text has shadow with #784764 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #784764 on black background.


Color preview on white background

This text has color #784764 on white background.



Black color preview on #784764 background

This text has black color on #784764 background.


White color preview on #784764 background

This text has white color on #784764 background.