COLOR #76513B

HEX: #76513B
RGB: (118,81,59)

Renk bilgisi

#76513B contains red, green and blue colors in about the same proportion. #76513B ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#76513B color RGB value is (118,81,59).

  • kırmız ton 118;
  • yeşil ton 81;
  • mavi ton 59.
RGB:
(118,81,59)
(46%,32%,23%)

RGB bağlantıları ve doygunluk

R 118 of 255 = 46%
G 81 of 255 = 32%
B 59 of 255 = 23%

118
81
59

R + G + B ~ 34%. #76513B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
118 + 81 + 59 = 258 (100%)
R 118 of 258 ~ 45.74%
G 81 of 258 ~ 31.4%
B 59 of 258 ~ 22.87%

%45.74
%31.4
%22.87

CMYK RENK MODELİ

#76513B rengi CMYK tonu (0,31,50,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 31.36%
  • sarı tonu 50.00%
  • ana renk tonu 53.73%
CMYK:
(0,31,50,54)
C0M31Y50K54 
(0%,31%,50%,54%)
(0.00/0.31/0.50/0.54)	

CMYK yüzdeleri

%0
%31.36
%50
%53.73

Codes

Color #76513B in popluar color models

76513B
RGB1188159
HSL22°33.33%34.71%
HSB/HSV22°50.00%46.27%
CMYK0.00%31.36%50.00%
53.73%

Color #76513B in popluar number systems.

HEX76513B
Decimal1188159
Binary11101101010001111011
Octal16612173

Shades and tints

Shades of #76513B

#76513B
(118,81,59)
#6C4A36
(108,74,54)
#624331
(98,67,49)
#583C2C
(88,60,44)
#4E3527
(78,53,39)
#442E22
(68,46,34)
#3A271D
(58,39,29)
#302018
(48,32,24)
#261913
(38,25,19)
#1C120E
(28,18,14)
#120B09
(18,11,9)
#000000
(0,0,0)

Tints of #76513B

#76513B
(118,81,59)
#82604C
(130,96,76)
#8E6F5D
(142,111,93)
#9A7E6E
(154,126,110)
#A68D7F
(166,141,127)
#B29C90
(178,156,144)
#BEABA1
(190,171,161)
#CABAB2
(202,186,178)
#D6C9C3
(214,201,195)
#E2D8D4
(226,216,212)
#EEE7E5
(238,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76513B color. Also use rgb(118,81,59) instead hex code.

Text Font Color

.myTextColor { color: #76513B; }

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

This text font color is #76513B.


Background Color

.myBgColor { background-color: #76513B; }

<div style="background-color:#76513B">Inner text</div>

This div background color is #76513B.


Border color

.myBorderColor { border: 1px solid #76513B; }

<div style="border:3px solid #76513B">Div</div>

This div border color is #76513B.


Opacity

.myOpacity80 { color: #76513B; opacity: 0.8; }

<p style="color:#76513B;opacity:0.8;">80%</p>

Text with #76513B 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 #76513B;}

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

This text has shadow with #76513B color.

.textShadow {text-shadow: 3px 3px 1px #76513B, 3px 3px 1px red;}

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

This text has shadow with #76513B primary color and red secondary color.


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

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

This text has shadow with #76513B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76513B on black background.


Color preview on white background

This text has color #76513B on white background.



Black color preview on #76513B background

This text has black color on #76513B background.


White color preview on #76513B background

This text has white color on #76513B background.