COLOR #7E4C4C

HEX: #7E4C4C
RGB: (126,76,76)

Renk bilgisi

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

RGB renk modeli

#7E4C4C color RGB value is (126,76,76).

  • kırmız ton 126;
  • yeşil ton 76;
  • mavi ton 76.
RGB:
(126,76,76)
(49%,30%,30%)

RGB bağlantıları ve doygunluk

R 126 of 255 = 49%
G 76 of 255 = 30%
B 76 of 255 = 30%

126
76
76

R + G + B ~ 36%. #7E4C4C is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
126 + 76 + 76 = 278 (100%)
R 126 of 278 ~ 45.32%
G 76 of 278 ~ 27.34%
B 76 of 278 ~ 27.34%

%45.32
%27.34
%27.34

CMYK RENK MODELİ

#7E4C4C rengi CMYK tonu (0,40,40,51).

  • camgöbeği tonu 0.00%
  • eflatun tonu 39.68%
  • sarı tonu 39.68%
  • ana renk tonu 50.59%
CMYK:
(0,40,40,51)
C0M40Y40K51 
(0%,40%,40%,51%)
(0.00/0.40/0.40/0.51)	

CMYK yüzdeleri

%0
%39.68
%39.68
%50.59

Codes

Color #7E4C4C in popluar color models

7E4C4C
RGB1267676
HSL24.75%39.61%
HSB/HSV39.68%49.41%
CMYK0.00%39.68%39.68%
50.59%

Color #7E4C4C in popluar number systems.

HEX7E4C4C
Decimal1267676
Binary111111010011001001100
Octal176114114

Shades and tints

Shades of #7E4C4C

#7E4C4C
(126,76,76)
#734646
(115,70,70)
#684040
(104,64,64)
#5D3A3A
(93,58,58)
#523434
(82,52,52)
#472E2E
(71,46,46)
#3C2828
(60,40,40)
#312222
(49,34,34)
#261C1C
(38,28,28)
#1B1616
(27,22,22)
#101010
(16,16,16)
#000000
(0,0,0)

Tints of #7E4C4C

#7E4C4C
(126,76,76)
#895C5C
(137,92,92)
#946C6C
(148,108,108)
#9F7C7C
(159,124,124)
#AA8C8C
(170,140,140)
#B59C9C
(181,156,156)
#C0ACAC
(192,172,172)
#CBBCBC
(203,188,188)
#D6CCCC
(214,204,204)
#E1DCDC
(225,220,220)
#ECECEC
(236,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E4C4C color. Also use rgb(126,76,76) instead hex code.

Text Font Color

.myTextColor { color: #7E4C4C; }

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

This text font color is #7E4C4C.


Background Color

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

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

This div background color is #7E4C4C.


Border color

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

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

This div border color is #7E4C4C.


Opacity

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

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

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

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

This text has shadow with #7E4C4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E4C4C on black background.


Color preview on white background

This text has color #7E4C4C on white background.



Black color preview on #7E4C4C background

This text has black color on #7E4C4C background.


White color preview on #7E4C4C background

This text has white color on #7E4C4C background.