COLOR #750000

HEX: #750000
RGB: (117,0,0)

Renk bilgisi

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

RGB renk modeli

#750000 color RGB value is (117,0,0).

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

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 0 of 255 = 0%
B 0 of 255 = 0%

117
0
0

R + G + B ~ 15%. #750000 is dark color.

Yüzdelerle RGB renk parçaları

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

%100

CMYK RENK MODELİ

#750000 rengi CMYK tonu (0,100,100,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 100.00%
  • sarı tonu 100.00%
  • ana renk tonu 54.12%
CMYK:
(0,100,100,54)
C0M100Y100K54 
(0%,100%,100%,54%)
(0.00/1.00/1.00/0.54)	

CMYK yüzdeleri

%0
%100
%100
%54.12

Codes

Color #750000 in popluar color models

750000
RGB11700
HSL100.00%22.94%
HSB/HSV100.00%45.88%
CMYK0.00%100.00%100.00%
54.12%

Color #750000 in popluar number systems.

HEX750000
Decimal11700
Binary111010100
Octal16500

Shades and tints

Shades of #750000

#750000
(117,0,0)
#6B0000
(107,0,0)
#610000
(97,0,0)
#570000
(87,0,0)
#4D0000
(77,0,0)
#430000
(67,0,0)
#390000
(57,0,0)
#2F0000
(47,0,0)
#250000
(37,0,0)
#1B0000
(27,0,0)
#110000
(17,0,0)
#000000
(0,0,0)

Tints of #750000

#750000
(117,0,0)
#811717
(129,23,23)
#8D2E2E
(141,46,46)
#994545
(153,69,69)
#A55C5C
(165,92,92)
#B17373
(177,115,115)
#BD8A8A
(189,138,138)
#C9A1A1
(201,161,161)
#D5B8B8
(213,184,184)
#E1CFCF
(225,207,207)
#EDE6E6
(237,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #750000; }

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

This text font color is #750000.


Background Color

.myBgColor { background-color: #750000; }

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

This div background color is #750000.


Border color

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

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

This div border color is #750000.


Opacity

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

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

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

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

This text has shadow with #750000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750000 on black background.


Color preview on white background

This text has color #750000 on white background.



Black color preview on #750000 background

This text has black color on #750000 background.


White color preview on #750000 background

This text has white color on #750000 background.