COLOR #77303F

HEX: #77303F
RGB: (119,48,63)

Color info

#77303F contains mainly red and blue colors. Web safe color of #77303F is #663333 (or #633).

RGB color model

#77303F color RGB value is (119,48,63).

  • red value is 119;
  • green value is 48;
  • blue value is 63.
RGB:
(119,48,63)
(47%,19%,25%)

RGB channels and saturation

R 119 of 255 = 47%
G 48 of 255 = 19%
B 63 of 255 = 25%

119
48
63

R + G + B ~ 30%. #77303F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 48 + 63 = 230 (100%)
R 119 of 230 ~ 51.74%
G 48 of 230 ~ 20.87%
B 63 of 230 ~ 27.39%

%51.74
%20.87
%27.39

CMYK color model

#77303F color CMYK value is (0,60,47,53).

  • cyan value is 0.00%
  • magenta value is 59.66%
  • yellow value is 47.06%
  • key color value is 53.33%
CMYK:
(0,60,47,53)
C0M60Y47K53 
(0%,60%,47%,53%)
(0.00/0.60/0.47/0.53)	

CMYK percentages

%0
%59.66
%47.06
%53.33

Codes

Color #77303F in popluar color models

77303F
RGB1194863
HSL347°42.51%32.75%
HSB/HSV347°59.66%46.67%
CMYK0.00%59.66%47.06%
53.33%

Color #77303F in popluar number systems.

HEX77303F
Decimal1194863
Binary1110111110000111111
Octal1676077

Shades and tints

Shades of #77303F

#77303F
(119,48,63)
#6D2C3A
(109,44,58)
#632835
(99,40,53)
#592430
(89,36,48)
#4F202B
(79,32,43)
#451C26
(69,28,38)
#3B1821
(59,24,33)
#31141C
(49,20,28)
#271017
(39,16,23)
#1D0C12
(29,12,18)
#13080D
(19,8,13)
#000000
(0,0,0)

Tints of #77303F

#77303F
(119,48,63)
#834250
(131,66,80)
#8F5461
(143,84,97)
#9B6672
(155,102,114)
#A77883
(167,120,131)
#B38A94
(179,138,148)
#BF9CA5
(191,156,165)
#CBAEB6
(203,174,182)
#D7C0C7
(215,192,199)
#E3D2D8
(227,210,216)
#EFE4E9
(239,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #77303F color. Also use rgb(119,48,63) instead hex code.

Text Font Color

.myTextColor { color: #77303F; }

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

This text font color is #77303F.


Background Color

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

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

This div background color is #77303F.


Border color

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

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

This div border color is #77303F.


Opacity

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

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

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

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

This text has shadow with #77303F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #77303F on black background.


Color preview on white background

This text has color #77303F on white background.



Black color preview on #77303F background

This text has black color on #77303F background.


White color preview on #77303F background

This text has white color on #77303F background.