COLOR #7C6463

HEX: #7C6463
RGB: (124,100,99)

Renk bilgisi

#7C6463 contains red, green and blue colors in about the same proportion. #7C6463 ‘ nin web güvenlik rengi #666666 (ya da #666) dir.

RGB renk modeli

#7C6463 color RGB value is (124,100,99).

  • kırmız ton 124;
  • yeşil ton 100;
  • mavi ton 99.
RGB:
(124,100,99)
(49%,39%,39%)

RGB bağlantıları ve doygunluk

R 124 of 255 = 49%
G 100 of 255 = 39%
B 99 of 255 = 39%

124
100
99

R + G + B ~ 42%. #7C6463 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
124 + 100 + 99 = 323 (100%)
R 124 of 323 ~ 38.39%
G 100 of 323 ~ 30.96%
B 99 of 323 ~ 30.65%

%38.39
%30.96
%30.65

CMYK RENK MODELİ

#7C6463 rengi CMYK tonu (0,19,20,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 19.35%
  • sarı tonu 20.16%
  • ana renk tonu 51.37%
CMYK:
(0,19,20,51)
C0M19Y20K51 
(0%,19%,20%,51%)
(0.00/0.19/0.20/0.51)	

CMYK yüzdeleri

%0
%19.35
%20.16
%51.37

Codes

Color #7C6463 in popluar color models

7C6463
RGB12410099
HSL11.21%43.73%
HSB/HSV20.16%48.63%
CMYK0.00%19.35%20.16%
51.37%

Color #7C6463 in popluar number systems.

HEX7C6463
Decimal12410099
Binary111110011001001100011
Octal174144143

Shades and tints

Shades of #7C6463

#7C6463
(124,100,99)
#715B5A
(113,91,90)
#665251
(102,82,81)
#5B4948
(91,73,72)
#50403F
(80,64,63)
#453736
(69,55,54)
#3A2E2D
(58,46,45)
#2F2524
(47,37,36)
#241C1B
(36,28,27)
#191312
(25,19,18)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #7C6463

#7C6463
(124,100,99)
#877271
(135,114,113)
#92807F
(146,128,127)
#9D8E8D
(157,142,141)
#A89C9B
(168,156,155)
#B3AAA9
(179,170,169)
#BEB8B7
(190,184,183)
#C9C6C5
(201,198,197)
#D4D4D3
(212,212,211)
#DFE2E1
(223,226,225)
#EAF0EF
(234,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7C6463 color. Also use rgb(124,100,99) instead hex code.

Text Font Color

.myTextColor { color: #7C6463; }

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

This text font color is #7C6463.


Background Color

.myBgColor { background-color: #7C6463; }

<div style="background-color:#7C6463">Inner text</div>

This div background color is #7C6463.


Border color

.myBorderColor { border: 1px solid #7C6463; }

<div style="border:3px solid #7C6463">Div</div>

This div border color is #7C6463.


Opacity

.myOpacity80 { color: #7C6463; opacity: 0.8; }

<p style="color:#7C6463;opacity:0.8;">80%</p>

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

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

This text has shadow with #7C6463 color.

.textShadow {text-shadow: 3px 3px 1px #7C6463, 3px 3px 1px red;}

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

This text has shadow with #7C6463 primary color and red secondary color.


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

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

This text has shadow with #7C6463 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7C6463 on black background.


Color preview on white background

This text has color #7C6463 on white background.



Black color preview on #7C6463 background

This text has black color on #7C6463 background.


White color preview on #7C6463 background

This text has white color on #7C6463 background.