COLOR #7A5050

HEX: #7A5050
RGB: (122,80,80)

Renk bilgisi

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

RGB renk modeli

#7A5050 color RGB value is (122,80,80).

  • kırmız ton 122;
  • yeşil ton 80;
  • mavi ton 80.
RGB:
(122,80,80)
(48%,31%,31%)

RGB bağlantıları ve doygunluk

R 122 of 255 = 48%
G 80 of 255 = 31%
B 80 of 255 = 31%

122
80
80

R + G + B ~ 37%. #7A5050 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
122 + 80 + 80 = 282 (100%)
R 122 of 282 ~ 43.26%
G 80 of 282 ~ 28.37%
B 80 of 282 ~ 28.37%

%43.26
%28.37
%28.37

CMYK RENK MODELİ

#7A5050 rengi CMYK tonu (0,34,34,52).

  • camgöbeği tonu 0.00%
  • eflatun tonu 34.43%
  • sarı tonu 34.43%
  • ana renk tonu 52.16%
CMYK:
(0,34,34,52)
C0M34Y34K52 
(0%,34%,34%,52%)
(0.00/0.34/0.34/0.52)	

CMYK yüzdeleri

%0
%34.43
%34.43
%52.16

Codes

Color #7A5050 in popluar color models

7A5050
RGB1228080
HSL20.79%39.61%
HSB/HSV34.43%47.84%
CMYK0.00%34.43%34.43%
52.16%

Color #7A5050 in popluar number systems.

HEX7A5050
Decimal1228080
Binary111101010100001010000
Octal172120120

Shades and tints

Shades of #7A5050

#7A5050
(122,80,80)
#6F4949
(111,73,73)
#644242
(100,66,66)
#593B3B
(89,59,59)
#4E3434
(78,52,52)
#432D2D
(67,45,45)
#382626
(56,38,38)
#2D1F1F
(45,31,31)
#221818
(34,24,24)
#171111
(23,17,17)
#0C0A0A
(12,10,10)
#000000
(0,0,0)

Tints of #7A5050

#7A5050
(122,80,80)
#865F5F
(134,95,95)
#926E6E
(146,110,110)
#9E7D7D
(158,125,125)
#AA8C8C
(170,140,140)
#B69B9B
(182,155,155)
#C2AAAA
(194,170,170)
#CEB9B9
(206,185,185)
#DAC8C8
(218,200,200)
#E6D7D7
(230,215,215)
#F2E6E6
(242,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7A5050 color. Also use rgb(122,80,80) instead hex code.

Text Font Color

.myTextColor { color: #7A5050; }

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

This text font color is #7A5050.


Background Color

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

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

This div background color is #7A5050.


Border color

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

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

This div border color is #7A5050.


Opacity

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

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

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

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

This text has shadow with #7A5050 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7A5050 on black background.


Color preview on white background

This text has color #7A5050 on white background.



Black color preview on #7A5050 background

This text has black color on #7A5050 background.


White color preview on #7A5050 background

This text has white color on #7A5050 background.