COLOR #77365E

HEX: #77365E
RGB: (119,54,94)

Renk bilgisi

#77365E contains mainly red and blue colors. #77365E ‘ nin web güvenlik rengi #663366 (ya da #636) dir.

RGB renk modeli

#77365E color RGB value is (119,54,94).

  • kırmız ton 119;
  • yeşil ton 54;
  • mavi ton 94.
RGB:
(119,54,94)
(47%,21%,37%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 54 of 255 = 21%
B 94 of 255 = 37%

119
54
94

R + G + B ~ 35%. #77365E is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 54 + 94 = 267 (100%)
R 119 of 267 ~ 44.57%
G 54 of 267 ~ 20.22%
B 94 of 267 ~ 35.21%

%44.57
%20.22
%35.21

CMYK RENK MODELİ

#77365E rengi CMYK tonu (0,55,21,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.62%
  • sarı tonu 21.01%
  • ana renk tonu 53.33%
CMYK:
(0,55,21,53)
C0M55Y21K53 
(0%,55%,21%,53%)
(0.00/0.55/0.21/0.53)	

CMYK yüzdeleri

%0
%54.62
%21.01
%53.33

Codes

Color #77365E in popluar color models

77365E
RGB1195494
HSL323°37.57%33.92%
HSB/HSV323°54.62%46.67%
CMYK0.00%54.62%21.01%
53.33%

Color #77365E in popluar number systems.

HEX77365E
Decimal1195494
Binary11101111101101011110
Octal16766136

Shades and tints

Shades of #77365E

#77365E
(119,54,94)
#6D3256
(109,50,86)
#632E4E
(99,46,78)
#592A46
(89,42,70)
#4F263E
(79,38,62)
#452236
(69,34,54)
#3B1E2E
(59,30,46)
#311A26
(49,26,38)
#27161E
(39,22,30)
#1D1216
(29,18,22)
#130E0E
(19,14,14)
#000000
(0,0,0)

Tints of #77365E

#77365E
(119,54,94)
#83486C
(131,72,108)
#8F5A7A
(143,90,122)
#9B6C88
(155,108,136)
#A77E96
(167,126,150)
#B390A4
(179,144,164)
#BFA2B2
(191,162,178)
#CBB4C0
(203,180,192)
#D7C6CE
(215,198,206)
#E3D8DC
(227,216,220)
#EFEAEA
(239,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77365E color. Also use rgb(119,54,94) instead hex code.

Text Font Color

.myTextColor { color: #77365E; }

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

This text font color is #77365E.


Background Color

.myBgColor { background-color: #77365E; }

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

This div background color is #77365E.


Border color

.myBorderColor { border: 1px solid #77365E; }

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

This div border color is #77365E.


Opacity

.myOpacity80 { color: #77365E; opacity: 0.8; }

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

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

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

This text has shadow with #77365E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77365E on black background.


Color preview on white background

This text has color #77365E on white background.



Black color preview on #77365E background

This text has black color on #77365E background.


White color preview on #77365E background

This text has white color on #77365E background.