COLOR #761C02

HEX: #761C02 RGB: (118,28,2)

Color info

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

RGB color model

#761C02 color RGB value is (118,28,2).

RGB: (118,28,2) (46%, 11%, 1%)

RGB channels and saturation

R 118 of 255 = 46%
G 28 of 255 = 11%
B 2 of 255 = 1%

118
28
2

R + G + B ~ 19%. #761C02 is dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 28 + 2 = 148 (100%)
R 118 of 148 ~ 79.73%
G 28 of 148 ~ 18.92%
B 2 of 148 ~ 1.35'%

%79.73
%18.92

CMYK color model

#761C02 color CMYK value is (0,76,98,54).

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

CMYK: (0,76,98,54)
C0M76Y98K54 (0%, 76%, 98%, 54%)
(0.00 / 0.76 / 0.98 / 0.54)

CMYK percentages

%0
%76.27
%98.31
%53.73

Codes

Color #761C02 in popluar color models

76 1C 02
RGB 118 28 2
HSL 13° 96.67% 23.53%
HSB/HSV 13° 98.31% 46.27%
CMYK 0.00% 76.27% 98.31%
53.73%

Color #761C02 in popluar number systems.

HEX 76 1C 02
Decimal 118 28 2
Binary 1110110 11100 10
Octal 166 34 2

Shades and tints

Shades of #761C02

#761C02
(118,28,2)
#6C1A02
(108,26,2)
#621802
(98,24,2)
#581602
(88,22,2)
#4E1402
(78,20,2)
#441202
(68,18,2)
#3A1002
(58,16,2)
#300E02
(48,14,2)
#260C02
(38,12,2)
#1C0A02
(28,10,2)
#120802
(18,8,2)
#000000
(0,0,0)

Tints of #761C02

#761C02
(118,28,2)
#823019
(130,48,25)
#8E4430
(142,68,48)
#9A5847
(154,88,71)
#A66C5E
(166,108,94)
#B28075
(178,128,117)
#BE948C
(190,148,140)
#CAA8A3
(202,168,163)
#D6BCBA
(214,188,186)
#E2D0D1
(226,208,209)
#EEE4E8
(238,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #761C02; }

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

This text font color is #761C02.

Background Color

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

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

This div background color is #761C02.

Border color

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

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

This div border color is #761C02.

Opacity

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

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

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

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

This text has shadow with #761C02 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #761C02.

Preview

Color preview on black background

This text has color #761C02 on black background.


Color preview on white background

This text has color #761C02 on white background.


Black color preview on #761C02 background

This text has black color on #761C02 background.


White color preview on #761C02 background

This text has white color on #761C02 background.


Related colors

Complementary color

Complementary color for #hex is #89E3FD.


I love getcolorcode.com

Triadic colors

1 #02761C and #1C0276 with #761C02 are triadic colors.

2 #021C76 and #1C7602 with #761C02 are triadic colors.