COLOR #761C0C

HEX: #761C0C RGB: (118,28,12)

Color info

#761C0C contains mainly red color. Web safe color of #761C0C is #663300 (or #630).

RGB color model

#761C0C color RGB value is (118,28,12).

RGB: (118,28,12) (46%, 11%, 5%)

RGB channels and saturation

R 118 of 255 = 46%
G 28 of 255 = 11%
B 12 of 255 = 5%

118
28
12

R + G + B ~ 21%. #761C0C is dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 28 + 12 = 158 (100%)
R 118 of 158 ~ 74.68%
G 28 of 158 ~ 17.72%
B 12 of 158 ~ 7.59'%

%74.68
%17.72

CMYK color model

#761C0C color CMYK value is (0,76,90,54).

  • cyan value is 0.00%
  • magenta value is 76.27%
  • yellow value is 89.83%
  • key color value is 53.73%

CMYK: (0,76,90,54)
C0M76Y90K54 (0%, 76%, 90%, 54%)
(0.00 / 0.76 / 0.90 / 0.54)

CMYK percentages

%0
%76.27
%89.83
%53.73

Codes

Color #761C0C in popluar color models

76 1C 0C
RGB 118 28 12
HSL 81.54% 25.49%
HSB/HSV 89.83% 46.27%
CMYK 0.00% 76.27% 89.83%
53.73%

Color #761C0C in popluar number systems.

HEX 76 1C 0C
Decimal 118 28 12
Binary 1110110 11100 1100
Octal 166 34 14

Shades and tints

Shades of #761C0C

#761C0C
(118,28,12)
#6C1A0B
(108,26,11)
#62180A
(98,24,10)
#581609
(88,22,9)
#4E1408
(78,20,8)
#441207
(68,18,7)
#3A1006
(58,16,6)
#300E05
(48,14,5)
#260C04
(38,12,4)
#1C0A03
(28,10,3)
#120802
(18,8,2)
#000000
(0,0,0)

Tints of #761C0C

#761C0C
(118,28,12)
#823022
(130,48,34)
#8E4438
(142,68,56)
#9A584E
(154,88,78)
#A66C64
(166,108,100)
#B2807A
(178,128,122)
#BE9490
(190,148,144)
#CAA8A6
(202,168,166)
#D6BCBC
(214,188,188)
#E2D0D2
(226,208,210)
#EEE4E8
(238,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761C0C color. Also use rgb(118,28,12) instead hex code.

Text Font Color

.myTextColor { color: #761C0C; }

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

This text font color is #761C0C.

Background Color

.myBgColor { background-color: #761C0C; }

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

This div background color is #761C0C.

Border color

.myBorderColor { border: 1px solid #761C0C; }

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

This div border color is #761C0C.

Opacity

.myOpacity80 { color: #761C0C; opacity: 0.8; }

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

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

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

This text has shadow with #761C0C color.


.textShadow {text-shadow: 3px 3px 1px #761C0C', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #761C0C; -webkit-box-shadow: 1px 1px 3px 2px #761C0C; box-shadow:1px 1px 3px 2px #761C0C;">
Div content here
</div>

This div box has shadow with color #761C0C.

Preview

Color preview on black background

This text has color #761C0C on black background.


Color preview on white background

This text has color #761C0C on white background.


Black color preview on #761C0C background

This text has black color on #761C0C background.


White color preview on #761C0C background

This text has white color on #761C0C background.


Related colors

Complementary color

Complementary color for #hex is #89E3F3.


I love getcolorcode.com

Triadic colors

1 #0C761C and #1C0C76 with #761C0C are triadic colors.

2 #0C1C76 and #1C760C with #761C0C are triadic colors.