COLOR #772828

HEX: #772828
RGB: (119,40,40)

Color info

#772828 contains mainly red color. Web safe color of #772828 is #663333 (or #633).

RGB color model

#772828 color RGB value is (119,40,40).

  • red value is 119;
  • green value is 40;
  • blue value is 40.
RGB:
(119,40,40)
(47%,16%,16%)

RGB channels and saturation

R 119 of 255 = 47%
G 40 of 255 = 16%
B 40 of 255 = 16%

119
40
40

R + G + B ~ 26%. #772828 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 40 + 40 = 199 (100%)
R 119 of 199 ~ 59.8%
G 40 of 199 ~ 20.1%
B 40 of 199 ~ 20.1%

%59.8
%20.1
%20.1

CMYK color model

#772828 color CMYK value is (0,66,66,53).

  • cyan value is 0.00%
  • magenta value is 66.39%
  • yellow value is 66.39%
  • key color value is 53.33%
CMYK:
(0,66,66,53)
C0M66Y66K53 
(0%,66%,66%,53%)
(0.00/0.66/0.66/0.53)	

CMYK percentages

%0
%66.39
%66.39
%53.33

Codes

Color #772828 in popluar color models

772828
RGB1194040
HSL49.69%31.18%
HSB/HSV66.39%46.67%
CMYK0.00%66.39%66.39%
53.33%

Color #772828 in popluar number systems.

HEX772828
Decimal1194040
Binary1110111101000101000
Octal1675050

Shades and tints

Shades of #772828

#772828
(119,40,40)
#6D2525
(109,37,37)
#632222
(99,34,34)
#591F1F
(89,31,31)
#4F1C1C
(79,28,28)
#451919
(69,25,25)
#3B1616
(59,22,22)
#311313
(49,19,19)
#271010
(39,16,16)
#1D0D0D
(29,13,13)
#130A0A
(19,10,10)
#000000
(0,0,0)

Tints of #772828

#772828
(119,40,40)
#833B3B
(131,59,59)
#8F4E4E
(143,78,78)
#9B6161
(155,97,97)
#A77474
(167,116,116)
#B38787
(179,135,135)
#BF9A9A
(191,154,154)
#CBADAD
(203,173,173)
#D7C0C0
(215,192,192)
#E3D3D3
(227,211,211)
#EFE6E6
(239,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #772828; }

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

This text font color is #772828.


Background Color

.myBgColor { background-color: #772828; }

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

This div background color is #772828.


Border color

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

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

This div border color is #772828.


Opacity

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

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

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

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

This text has shadow with #772828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772828 on black background.


Color preview on white background

This text has color #772828 on white background.



Black color preview on #772828 background

This text has black color on #772828 background.


White color preview on #772828 background

This text has white color on #772828 background.