COLOR #770C3D

HEX: #770C3D
RGB: (119,12,61)

Color info

#770C3D contains mainly red and blue colors. Web safe color of #770C3D is #660033 (or #603).

RGB color model

#770C3D color RGB value is (119,12,61).

  • red value is 119;
  • green value is 12;
  • blue value is 61.
RGB:
(119,12,61)
(47%,5%,24%)

RGB channels and saturation

R 119 of 255 = 47%
G 12 of 255 = 5%
B 61 of 255 = 24%

119
12
61

R + G + B ~ 25%. #770C3D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 12 + 61 = 192 (100%)
R 119 of 192 ~ 61.98%
G 12 of 192 ~ 6.25%
B 61 of 192 ~ 31.77%

%61.98
%31.77

CMYK color model

#770C3D color CMYK value is (0,90,49,53).

  • cyan value is 0.00%
  • magenta value is 89.92%
  • yellow value is 48.74%
  • key color value is 53.33%
CMYK:
(0,90,49,53)
C0M90Y49K53 
(0%,90%,49%,53%)
(0.00/0.90/0.49/0.53)	

CMYK percentages

%0
%89.92
%48.74
%53.33

Codes

Color #770C3D in popluar color models

770C3D
RGB1191261
HSL333°81.68%25.69%
HSB/HSV333°89.92%46.67%
CMYK0.00%89.92%48.74%
53.33%

Color #770C3D in popluar number systems.

HEX770C3D
Decimal1191261
Binary11101111100111101
Octal1671475

Shades and tints

Shades of #770C3D

#770C3D
(119,12,61)
#6D0B38
(109,11,56)
#630A33
(99,10,51)
#59092E
(89,9,46)
#4F0829
(79,8,41)
#450724
(69,7,36)
#3B061F
(59,6,31)
#31051A
(49,5,26)
#270415
(39,4,21)
#1D0310
(29,3,16)
#13020B
(19,2,11)
#000000
(0,0,0)

Tints of #770C3D

#770C3D
(119,12,61)
#83224E
(131,34,78)
#8F385F
(143,56,95)
#9B4E70
(155,78,112)
#A76481
(167,100,129)
#B37A92
(179,122,146)
#BF90A3
(191,144,163)
#CBA6B4
(203,166,180)
#D7BCC5
(215,188,197)
#E3D2D6
(227,210,214)
#EFE8E7
(239,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #770C3D color. Also use rgb(119,12,61) instead hex code.

Text Font Color

.myTextColor { color: #770C3D; }

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

This text font color is #770C3D.


Background Color

.myBgColor { background-color: #770C3D; }

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

This div background color is #770C3D.


Border color

.myBorderColor { border: 1px solid #770C3D; }

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

This div border color is #770C3D.


Opacity

.myOpacity80 { color: #770C3D; opacity: 0.8; }

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

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

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

This text has shadow with #770C3D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #770C3D on black background.


Color preview on white background

This text has color #770C3D on white background.



Black color preview on #770C3D background

This text has black color on #770C3D background.


White color preview on #770C3D background

This text has white color on #770C3D background.