COLOR #750C01

HEX: #750C01
RGB: (117,12,1)

Renk bilgisi

#750C01 contains mainly red color. #750C01 ‘ nin web güvenlik rengi #660000 (ya da #600) dir.

RGB renk modeli

#750C01 color RGB value is (117,12,1).

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

RGB bağlantıları ve doygunluk

R 117 of 255 = 46%
G 12 of 255 = 5%
B 1 of 255 = 0%

117
12
1

R + G + B ~ 17%. #750C01 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
117 + 12 + 1 = 130 (100%)
R 117 of 130 ~ 90%
G 12 of 130 ~ 9.23%
B 1 of 130 ~ 0.77%

%90

CMYK RENK MODELİ

#750C01 rengi CMYK tonu (0,90,99,54).

  • camgöbeği tonu 0.00%
  • eflatun tonu 89.74%
  • sarı tonu 99.15%
  • ana renk tonu 54.12%
CMYK:
(0,90,99,54)
C0M90Y99K54 
(0%,90%,99%,54%)
(0.00/0.90/0.99/0.54)	

CMYK yüzdeleri

%0
%89.74
%99.15
%54.12

Codes

Color #750C01 in popluar color models

750C01
RGB117121
HSL98.31%23.14%
HSB/HSV99.15%45.88%
CMYK0.00%89.74%99.15%
54.12%

Color #750C01 in popluar number systems.

HEX750C01
Decimal117121
Binary111010111001
Octal165141

Shades and tints

Shades of #750C01

#750C01
(117,12,1)
#6B0B01
(107,11,1)
#610A01
(97,10,1)
#570901
(87,9,1)
#4D0801
(77,8,1)
#430701
(67,7,1)
#390601
(57,6,1)
#2F0501
(47,5,1)
#250401
(37,4,1)
#1B0301
(27,3,1)
#110201
(17,2,1)
#000000
(0,0,0)

Tints of #750C01

#750C01
(117,12,1)
#812218
(129,34,24)
#8D382F
(141,56,47)
#994E46
(153,78,70)
#A5645D
(165,100,93)
#B17A74
(177,122,116)
#BD908B
(189,144,139)
#C9A6A2
(201,166,162)
#D5BCB9
(213,188,185)
#E1D2D0
(225,210,208)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #750C01 color. Also use rgb(117,12,1) instead hex code.

Text Font Color

.myTextColor { color: #750C01; }

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

This text font color is #750C01.


Background Color

.myBgColor { background-color: #750C01; }

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

This div background color is #750C01.


Border color

.myBorderColor { border: 1px solid #750C01; }

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

This div border color is #750C01.


Opacity

.myOpacity80 { color: #750C01; opacity: 0.8; }

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

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

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

This text has shadow with #750C01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #750C01 on black background.


Color preview on white background

This text has color #750C01 on white background.



Black color preview on #750C01 background

This text has black color on #750C01 background.


White color preview on #750C01 background

This text has white color on #750C01 background.