COLOR #77090F

HEX: #77090F
RGB: (119,9,15)

Color info

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

RGB color model

#77090F color RGB value is (119,9,15).

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

RGB channels and saturation

R 119 of 255 = 47%
G 9 of 255 = 4%
B 15 of 255 = 6%

119
9
15

R + G + B ~ 19%. #77090F is dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 9 + 15 = 143 (100%)
R 119 of 143 ~ 83.22%
G 9 of 143 ~ 6.29%
B 15 of 143 ~ 10.49%

%83.22
%10.49

CMYK color model

#77090F color CMYK value is (0,92,87,53).

  • cyan value is 0.00%
  • magenta value is 92.44%
  • yellow value is 87.39%
  • key color value is 53.33%
CMYK:
(0,92,87,53)
C0M92Y87K53 
(0%,92%,87%,53%)
(0.00/0.92/0.87/0.53)	

CMYK percentages

%0
%92.44
%87.39
%53.33

Codes

Color #77090F in popluar color models

77090F
RGB119915
HSL357°85.94%25.10%
HSB/HSV357°92.44%46.67%
CMYK0.00%92.44%87.39%
53.33%

Color #77090F in popluar number systems.

HEX77090F
Decimal119915
Binary111011110011111
Octal1671117

Shades and tints

Shades of #77090F

#77090F
(119,9,15)
#6D090E
(109,9,14)
#63090D
(99,9,13)
#59090C
(89,9,12)
#4F090B
(79,9,11)
#45090A
(69,9,10)
#3B0909
(59,9,9)
#310908
(49,9,8)
#270907
(39,9,7)
#1D0906
(29,9,6)
#130905
(19,9,5)
#000000
(0,0,0)

Tints of #77090F

#77090F
(119,9,15)
#831F24
(131,31,36)
#8F3539
(143,53,57)
#9B4B4E
(155,75,78)
#A76163
(167,97,99)
#B37778
(179,119,120)
#BF8D8D
(191,141,141)
#CBA3A2
(203,163,162)
#D7B9B7
(215,185,183)
#E3CFCC
(227,207,204)
#EFE5E1
(239,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #77090F; }

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

This text font color is #77090F.


Background Color

.myBgColor { background-color: #77090F; }

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

This div background color is #77090F.


Border color

.myBorderColor { border: 1px solid #77090F; }

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

This div border color is #77090F.


Opacity

.myOpacity80 { color: #77090F; opacity: 0.8; }

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

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

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

This text has shadow with #77090F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77090F on black background.


Color preview on white background

This text has color #77090F on white background.



Black color preview on #77090F background

This text has black color on #77090F background.


White color preview on #77090F background

This text has white color on #77090F background.