COLOR #761D05

HEX: #761D05 RGB: (118,29,5)

Color info

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

RGB color model

#761D05 color RGB value is (118,29,5).

RGB: (118,29,5) (46%, 11%, 2%)

RGB channels and saturation

R 118 of 255 = 46%
G 29 of 255 = 11%
B 5 of 255 = 2%

118
29
5

R + G + B ~ 20%. #761D05 is dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 29 + 5 = 152 (100%)
R 118 of 152 ~ 77.63%
G 29 of 152 ~ 19.08%
B 5 of 152 ~ 3.29'%

%77.63
%19.08

CMYK color model

#761D05 color CMYK value is (0,75,96,54).

  • cyan value is 0.00%
  • magenta value is 75.42%
  • yellow value is 95.76%
  • key color value is 53.73%

CMYK: (0,75,96,54)
C0M75Y96K54 (0%, 75%, 96%, 54%)
(0.00 / 0.75 / 0.96 / 0.54)

CMYK percentages

%0
%75.42
%95.76
%53.73

Codes

Color #761D05 in popluar color models

76 1D 05
RGB 118 29 5
HSL 13° 91.87% 24.12%
HSB/HSV 13° 95.76% 46.27%
CMYK 0.00% 75.42% 95.76%
53.73%

Color #761D05 in popluar number systems.

HEX 76 1D 05
Decimal 118 29 5
Binary 1110110 11101 101
Octal 166 35 5

Shades and tints

Shades of #761D05

#761D05
(118,29,5)
#6C1B05
(108,27,5)
#621905
(98,25,5)
#581705
(88,23,5)
#4E1505
(78,21,5)
#441305
(68,19,5)
#3A1105
(58,17,5)
#300F05
(48,15,5)
#260D05
(38,13,5)
#1C0B05
(28,11,5)
#120905
(18,9,5)
#000000
(0,0,0)

Tints of #761D05

#761D05
(118,29,5)
#82311B
(130,49,27)
#8E4531
(142,69,49)
#9A5947
(154,89,71)
#A66D5D
(166,109,93)
#B28173
(178,129,115)
#BE9589
(190,149,137)
#CAA99F
(202,169,159)
#D6BDB5
(214,189,181)
#E2D1CB
(226,209,203)
#EEE5E1
(238,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761D05 color. Also use rgb(118,29,5) instead hex code.

Text Font Color

.myTextColor { color: #761D05; }

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

This text font color is #761D05.

Background Color

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

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

This div background color is #761D05.

Border color

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

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

This div border color is #761D05.

Opacity

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

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

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

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

This text has shadow with #761D05 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #761D05.

Preview

Color preview on black background

This text has color #761D05 on black background.


Color preview on white background

This text has color #761D05 on white background.


Black color preview on #761D05 background

This text has black color on #761D05 background.


White color preview on #761D05 background

This text has white color on #761D05 background.


Related colors

Complementary color

Complementary color for #hex is #89E2FA.


I love getcolorcode.com

Triadic colors

1 #05761D and #1D0576 with #761D05 are triadic colors.

2 #051D76 and #1D7605 with #761D05 are triadic colors.