COLOR #76464E

HEX: #76464E
RGB: (118,70,78)

Renk bilgisi

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

RGB renk modeli

#76464E color RGB value is (118,70,78).

  • kırmız ton 118;
  • yeşil ton 70;
  • mavi ton 78.
RGB:
(118,70,78)
(46%,27%,31%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 70 of 255 = 27%
B 78 of 255 = 31%

118
70
78

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

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 70 + 78 = 266 (100%)
R 118 of 266 ~ 44.36%
G 70 of 266 ~ 26.32%
B 78 of 266 ~ 29.32%

%44.36
%26.32
%29.32

CMYK RENK MODELİ

#76464E rengi CMYK tonu (0,41,34,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 40.68%
  • sarı tonu 33.90%
  • ana renk tonu 53.73%
CMYK:
(0,41,34,54)
C0M41Y34K54 
(0%,41%,34%,54%)
(0.00/0.41/0.34/0.54)	

CMYK yüzdeleri

%0
%40.68
%33.9
%53.73

Codes

Color #76464E in popluar color models

76464E
RGB1187078
HSL350°25.53%36.86%
HSB/HSV350°40.68%46.27%
CMYK0.00%40.68%33.90%
53.73%

Color #76464E in popluar number systems.

HEX76464E
Decimal1187078
Binary111011010001101001110
Octal166106116

Shades and tints

Shades of #76464E

#76464E
(118,70,78)
#6C4047
(108,64,71)
#623A40
(98,58,64)
#583439
(88,52,57)
#4E2E32
(78,46,50)
#44282B
(68,40,43)
#3A2224
(58,34,36)
#301C1D
(48,28,29)
#261616
(38,22,22)
#1C100F
(28,16,15)
#120A08
(18,10,8)
#000000
(0,0,0)

Tints of #76464E

#76464E
(118,70,78)
#82565E
(130,86,94)
#8E666E
(142,102,110)
#9A767E
(154,118,126)
#A6868E
(166,134,142)
#B2969E
(178,150,158)
#BEA6AE
(190,166,174)
#CAB6BE
(202,182,190)
#D6C6CE
(214,198,206)
#E2D6DE
(226,214,222)
#EEE6EE
(238,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76464E color. Also use rgb(118,70,78) instead hex code.

Text Font Color

.myTextColor { color: #76464E; }

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

This text font color is #76464E.


Background Color

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

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

This div background color is #76464E.


Border color

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

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

This div border color is #76464E.


Opacity

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

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

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

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

This text has shadow with #76464E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76464E on black background.


Color preview on white background

This text has color #76464E on white background.



Black color preview on #76464E background

This text has black color on #76464E background.


White color preview on #76464E background

This text has white color on #76464E background.