COLOR #76495D

HEX: #76495D
RGB: (118,73,93)

Renk bilgisi

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

RGB renk modeli

#76495D color RGB value is (118,73,93).

  • kırmız ton 118;
  • yeşil ton 73;
  • mavi ton 93.
RGB:
(118,73,93)
(46%,29%,36%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 73 of 255 = 29%
B 93 of 255 = 36%

118
73
93

R + G + B ~ 37%. #76495D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 73 + 93 = 284 (100%)
R 118 of 284 ~ 41.55%
G 73 of 284 ~ 25.7%
B 93 of 284 ~ 32.75%

%41.55
%25.7
%32.75

CMYK RENK MODELİ

#76495D rengi CMYK tonu (0,38,21,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 38.14%
  • sarı tonu 21.19%
  • ana renk tonu 53.73%
CMYK:
(0,38,21,54)
C0M38Y21K54 
(0%,38%,21%,54%)
(0.00/0.38/0.21/0.54)	

CMYK yüzdeleri

%0
%38.14
%21.19
%53.73

Codes

Color #76495D in popluar color models

76495D
RGB1187393
HSL333°23.56%37.45%
HSB/HSV333°38.14%46.27%
CMYK0.00%38.14%21.19%
53.73%

Color #76495D in popluar number systems.

HEX76495D
Decimal1187393
Binary111011010010011011101
Octal166111135

Shades and tints

Shades of #76495D

#76495D
(118,73,93)
#6C4355
(108,67,85)
#623D4D
(98,61,77)
#583745
(88,55,69)
#4E313D
(78,49,61)
#442B35
(68,43,53)
#3A252D
(58,37,45)
#301F25
(48,31,37)
#26191D
(38,25,29)
#1C1315
(28,19,21)
#120D0D
(18,13,13)
#000000
(0,0,0)

Tints of #76495D

#76495D
(118,73,93)
#82596B
(130,89,107)
#8E6979
(142,105,121)
#9A7987
(154,121,135)
#A68995
(166,137,149)
#B299A3
(178,153,163)
#BEA9B1
(190,169,177)
#CAB9BF
(202,185,191)
#D6C9CD
(214,201,205)
#E2D9DB
(226,217,219)
#EEE9E9
(238,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76495D color. Also use rgb(118,73,93) instead hex code.

Text Font Color

.myTextColor { color: #76495D; }

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

This text font color is #76495D.


Background Color

.myBgColor { background-color: #76495D; }

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

This div background color is #76495D.


Border color

.myBorderColor { border: 1px solid #76495D; }

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

This div border color is #76495D.


Opacity

.myOpacity80 { color: #76495D; opacity: 0.8; }

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

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

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

This text has shadow with #76495D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76495D on black background.


Color preview on white background

This text has color #76495D on white background.



Black color preview on #76495D background

This text has black color on #76495D background.


White color preview on #76495D background

This text has white color on #76495D background.