COLOR #770002

HEX: #770002
RGB: (119,0,2)

Color info

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

RGB color model

#770002 color RGB value is (119,0,2).

  • red value is 119;
  • green value is 0;
  • blue value is 2.
RGB:
(119,0,2)
(47%,0%,1%)

RGB channels and saturation

R 119 of 255 = 47%
G 0 of 255 = 0%
B 2 of 255 = 1%

119
0
2

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

Portions of RGB colors in percentages

R + G + B =
119 + 0 + 2 = 121 (100%)
R 119 of 121 ~ 98.35%
G 0 of 121 ~ 0%
B 2 of 121 ~ 1.65%

%98.35

CMYK color model

#770002 color CMYK value is (0,100,98,53).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 98.32%
  • key color value is 53.33%
CMYK:
(0,100,98,53)
C0M100Y98K53 
(0%,100%,98%,53%)
(0.00/1.00/0.98/0.53)	

CMYK percentages

%0
%100
%98.32
%53.33

Codes

Color #770002 in popluar color models

770002
RGB11902
HSL359°100.00%23.33%
HSB/HSV359°100.00%46.67%
CMYK0.00%100.00%98.32%
53.33%

Color #770002 in popluar number systems.

HEX770002
Decimal11902
Binary1110111010
Octal16702

Shades and tints

Shades of #770002

#770002
(119,0,2)
#6D0002
(109,0,2)
#630002
(99,0,2)
#590002
(89,0,2)
#4F0002
(79,0,2)
#450002
(69,0,2)
#3B0002
(59,0,2)
#310002
(49,0,2)
#270002
(39,0,2)
#1D0002
(29,0,2)
#130002
(19,0,2)
#000000
(0,0,0)

Tints of #770002

#770002
(119,0,2)
#831719
(131,23,25)
#8F2E30
(143,46,48)
#9B4547
(155,69,71)
#A75C5E
(167,92,94)
#B37375
(179,115,117)
#BF8A8C
(191,138,140)
#CBA1A3
(203,161,163)
#D7B8BA
(215,184,186)
#E3CFD1
(227,207,209)
#EFE6E8
(239,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #770002; }

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

This text font color is #770002.


Background Color

.myBgColor { background-color: #770002; }

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

This div background color is #770002.


Border color

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

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

This div border color is #770002.


Opacity

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

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

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

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

This text has shadow with #770002 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #770002 on black background.


Color preview on white background

This text has color #770002 on white background.



Black color preview on #770002 background

This text has black color on #770002 background.


White color preview on #770002 background

This text has white color on #770002 background.