COLOR #770903

HEX: #770903
RGB: (119,9,3)

Color info

#770903 contains mainly red color. Web safe color of #770903 is #660000 (or #600).

RGB color model

#770903 color RGB value is (119,9,3).

  • red value is 119;
  • green value is 9;
  • blue value is 3.
RGB:
(119,9,3)
(47%,4%,1%)

RGB channels and saturation

R 119 of 255 = 47%
G 9 of 255 = 4%
B 3 of 255 = 1%

119
9
3

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

Portions of RGB colors in percentages

R + G + B =
119 + 9 + 3 = 131 (100%)
R 119 of 131 ~ 90.84%
G 9 of 131 ~ 6.87%
B 3 of 131 ~ 2.29%

%90.84

CMYK color model

#770903 color CMYK value is (0,92,97,53).

  • cyan value is 0.00%
  • magenta value is 92.44%
  • yellow value is 97.48%
  • key color value is 53.33%
CMYK:
(0,92,97,53)
C0M92Y97K53 
(0%,92%,97%,53%)
(0.00/0.92/0.97/0.53)	

CMYK percentages

%0
%92.44
%97.48
%53.33

Codes

Color #770903 in popluar color models

770903
RGB11993
HSL95.08%23.92%
HSB/HSV97.48%46.67%
CMYK0.00%92.44%97.48%
53.33%

Color #770903 in popluar number systems.

HEX770903
Decimal11993
Binary1110111100111
Octal167113

Shades and tints

Shades of #770903

#770903
(119,9,3)
#6D0903
(109,9,3)
#630903
(99,9,3)
#590903
(89,9,3)
#4F0903
(79,9,3)
#450903
(69,9,3)
#3B0903
(59,9,3)
#310903
(49,9,3)
#270903
(39,9,3)
#1D0903
(29,9,3)
#130903
(19,9,3)
#000000
(0,0,0)

Tints of #770903

#770903
(119,9,3)
#831F19
(131,31,25)
#8F352F
(143,53,47)
#9B4B45
(155,75,69)
#A7615B
(167,97,91)
#B37771
(179,119,113)
#BF8D87
(191,141,135)
#CBA39D
(203,163,157)
#D7B9B3
(215,185,179)
#E3CFC9
(227,207,201)
#EFE5DF
(239,229,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #770903 color. Also use rgb(119,9,3) instead hex code.

Text Font Color

.myTextColor { color: #770903; }

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

This text font color is #770903.


Background Color

.myBgColor { background-color: #770903; }

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

This div background color is #770903.


Border color

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

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

This div border color is #770903.


Opacity

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

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

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

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

This text has shadow with #770903 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #770903 on black background.


Color preview on white background

This text has color #770903 on white background.



Black color preview on #770903 background

This text has black color on #770903 background.


White color preview on #770903 background

This text has white color on #770903 background.