COLOR #76474C

HEX: #76474C
RGB: (118,71,76)

Renk bilgisi

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

RGB renk modeli

#76474C color RGB value is (118,71,76).

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

RGB bağlantıları ve doygunluk

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

118
71
76

R + G + B ~ 35%. #76474C is quite dark color.

Yüzdelerle RGB renk parçaları

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

%44.53
%26.79
%28.68

CMYK RENK MODELİ

#76474C rengi CMYK tonu (0,40,36,54).

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

CMYK yüzdeleri

%0
%39.83
%35.59
%53.73

Codes

Color #76474C in popluar color models

76474C
RGB1187176
HSL354°24.87%37.06%
HSB/HSV354°39.83%46.27%
CMYK0.00%39.83%35.59%
53.73%

Color #76474C in popluar number systems.

HEX76474C
Decimal1187176
Binary111011010001111001100
Octal166107114

Shades and tints

Shades of #76474C

#76474C
(118,71,76)
#6C4146
(108,65,70)
#623B40
(98,59,64)
#58353A
(88,53,58)
#4E2F34
(78,47,52)
#44292E
(68,41,46)
#3A2328
(58,35,40)
#301D22
(48,29,34)
#26171C
(38,23,28)
#1C1116
(28,17,22)
#120B10
(18,11,16)
#000000
(0,0,0)

Tints of #76474C

#76474C
(118,71,76)
#82575C
(130,87,92)
#8E676C
(142,103,108)
#9A777C
(154,119,124)
#A6878C
(166,135,140)
#B2979C
(178,151,156)
#BEA7AC
(190,167,172)
#CAB7BC
(202,183,188)
#D6C7CC
(214,199,204)
#E2D7DC
(226,215,220)
#EEE7EC
(238,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #76474C; }

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

This text font color is #76474C.


Background Color

.myBgColor { background-color: #76474C; }

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

This div background color is #76474C.


Border color

.myBorderColor { border: 1px solid #76474C; }

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

This div border color is #76474C.


Opacity

.myOpacity80 { color: #76474C; opacity: 0.8; }

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

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

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

This text has shadow with #76474C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76474C on black background.


Color preview on white background

This text has color #76474C on white background.



Black color preview on #76474C background

This text has black color on #76474C background.


White color preview on #76474C background

This text has white color on #76474C background.