COLOR #77474A

HEX: #77474A
RGB: (119,71,74)

Renk bilgisi

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

RGB renk modeli

#77474A color RGB value is (119,71,74).

  • kırmız ton 119;
  • yeşil ton 71;
  • mavi ton 74.
RGB:
(119,71,74)
(47%,28%,29%)

RGB bağlantıları ve doygunluk

R 119 of 255 = 47%
G 71 of 255 = 28%
B 74 of 255 = 29%

119
71
74

R + G + B ~ 35%. #77474A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
119 + 71 + 74 = 264 (100%)
R 119 of 264 ~ 45.08%
G 71 of 264 ~ 26.89%
B 74 of 264 ~ 28.03%

%45.08
%26.89
%28.03

CMYK RENK MODELİ

#77474A rengi CMYK tonu (0,40,38,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.34%
  • sarı tonu 37.82%
  • ana renk tonu 53.33%
CMYK:
(0,40,38,53)
C0M40Y38K53 
(0%,40%,38%,53%)
(0.00/0.40/0.38/0.53)	

CMYK yüzdeleri

%0
%40.34
%37.82
%53.33

Codes

Color #77474A in popluar color models

77474A
RGB1197174
HSL356°25.26%37.25%
HSB/HSV356°40.34%46.67%
CMYK0.00%40.34%37.82%
53.33%

Color #77474A in popluar number systems.

HEX77474A
Decimal1197174
Binary111011110001111001010
Octal167107112

Shades and tints

Shades of #77474A

#77474A
(119,71,74)
#6D4144
(109,65,68)
#633B3E
(99,59,62)
#593538
(89,53,56)
#4F2F32
(79,47,50)
#45292C
(69,41,44)
#3B2326
(59,35,38)
#311D20
(49,29,32)
#27171A
(39,23,26)
#1D1114
(29,17,20)
#130B0E
(19,11,14)
#000000
(0,0,0)

Tints of #77474A

#77474A
(119,71,74)
#83575A
(131,87,90)
#8F676A
(143,103,106)
#9B777A
(155,119,122)
#A7878A
(167,135,138)
#B3979A
(179,151,154)
#BFA7AA
(191,167,170)
#CBB7BA
(203,183,186)
#D7C7CA
(215,199,202)
#E3D7DA
(227,215,218)
#EFE7EA
(239,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77474A color. Also use rgb(119,71,74) instead hex code.

Text Font Color

.myTextColor { color: #77474A; }

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

This text font color is #77474A.


Background Color

.myBgColor { background-color: #77474A; }

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

This div background color is #77474A.


Border color

.myBorderColor { border: 1px solid #77474A; }

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

This div border color is #77474A.


Opacity

.myOpacity80 { color: #77474A; opacity: 0.8; }

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

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

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

This text has shadow with #77474A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77474A on black background.


Color preview on white background

This text has color #77474A on white background.



Black color preview on #77474A background

This text has black color on #77474A background.


White color preview on #77474A background

This text has white color on #77474A background.