COLOR #790000

HEX: #790000
RGB: (121,0,0)

Renk bilgisi

#790000 contains only red color. #790000 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#790000 color RGB value is (121,0,0).

  • kırmız ton 121;
  • yeşil ton 0;
  • mavi ton 0.
RGB:
(121,0,0)
(47%,0%,0%)

RGB bağlantıları ve doygunluk

R 121 of 255 = 47%
G 0 of 255 = 0%
B 0 of 255 = 0%

121
0
0

R + G + B ~ 16%. #790000 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
121 + 0 + 0 = 121 (100%)
R 121 of 121 ~ 100%
G 0 of 121 ~ 0%
B 0 of 121 ~ 0%

%100

CMYK RENK MODELİ

#790000 rengi CMYK tonu (0,100,100,53).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 100.00%
  • ana renk tonu 52.55%
CMYK:
(0,100,100,53)
C0M100Y100K53 
(0%,100%,100%,53%)
(0.00/1.00/1.00/0.53)	

CMYK yüzdeleri

%0
%100
%100
%52.55

Codes

Color #790000 in popluar color models

790000
RGB12100
HSL100.00%23.73%
HSB/HSV100.00%47.45%
CMYK0.00%100.00%100.00%
52.55%

Color #790000 in popluar number systems.

HEX790000
Decimal12100
Binary111100100
Octal17100

Shades and tints

Shades of #790000

#790000
(121,0,0)
#6E0000
(110,0,0)
#630000
(99,0,0)
#580000
(88,0,0)
#4D0000
(77,0,0)
#420000
(66,0,0)
#370000
(55,0,0)
#2C0000
(44,0,0)
#210000
(33,0,0)
#160000
(22,0,0)
#0B0000
(11,0,0)
#000000
(0,0,0)

Tints of #790000

#790000
(121,0,0)
#851717
(133,23,23)
#912E2E
(145,46,46)
#9D4545
(157,69,69)
#A95C5C
(169,92,92)
#B57373
(181,115,115)
#C18A8A
(193,138,138)
#CDA1A1
(205,161,161)
#D9B8B8
(217,184,184)
#E5CFCF
(229,207,207)
#F1E6E6
(241,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #790000 color. Also use rgb(121,0,0) instead hex code.

Text Font Color

.myTextColor { color: #790000; }

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

This text font color is #790000.


Background Color

.myBgColor { background-color: #790000; }

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

This div background color is #790000.


Border color

.myBorderColor { border: 1px solid #790000; }

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

This div border color is #790000.


Opacity

.myOpacity80 { color: #790000; opacity: 0.8; }

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

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

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

This text has shadow with #790000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #790000 on black background.


Color preview on white background

This text has color #790000 on white background.



Black color preview on #790000 background

This text has black color on #790000 background.


White color preview on #790000 background

This text has white color on #790000 background.