COLOR #76261D

HEX: #76261D
RGB: (118,38,29)

Color info

#76261D contains mainly red color. Web safe color of #76261D is #663333 (or #633).

RGB color model

#76261D color RGB value is (118,38,29).

  • red value is 118;
  • green value is 38;
  • blue value is 29.
RGB:
(118,38,29)
(46%,15%,11%)

RGB channels and saturation

R 118 of 255 = 46%
G 38 of 255 = 15%
B 29 of 255 = 11%

118
38
29

R + G + B ~ 24%. #76261D is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 38 + 29 = 185 (100%)
R 118 of 185 ~ 63.78%
G 38 of 185 ~ 20.54%
B 29 of 185 ~ 15.68%

%63.78
%20.54
%15.68

CMYK color model

#76261D color CMYK value is (0,68,75,54).

  • cyan value is 0.00%
  • magenta value is 67.80%
  • yellow value is 75.42%
  • key color value is 53.73%
CMYK:
(0,68,75,54)
C0M68Y75K54 
(0%,68%,75%,54%)
(0.00/0.68/0.75/0.54)	

CMYK percentages

%0
%67.8
%75.42
%53.73

Codes

Color #76261D in popluar color models

76261D
RGB1183829
HSL60.54%28.82%
HSB/HSV75.42%46.27%
CMYK0.00%67.80%75.42%
53.73%

Color #76261D in popluar number systems.

HEX76261D
Decimal1183829
Binary111011010011011101
Octal1664635

Shades and tints

Shades of #76261D

#76261D
(118,38,29)
#6C231B
(108,35,27)
#622019
(98,32,25)
#581D17
(88,29,23)
#4E1A15
(78,26,21)
#441713
(68,23,19)
#3A1411
(58,20,17)
#30110F
(48,17,15)
#260E0D
(38,14,13)
#1C0B0B
(28,11,11)
#120809
(18,8,9)
#000000
(0,0,0)

Tints of #76261D

#76261D
(118,38,29)
#823931
(130,57,49)
#8E4C45
(142,76,69)
#9A5F59
(154,95,89)
#A6726D
(166,114,109)
#B28581
(178,133,129)
#BE9895
(190,152,149)
#CAABA9
(202,171,169)
#D6BEBD
(214,190,189)
#E2D1D1
(226,209,209)
#EEE4E5
(238,228,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76261D color. Also use rgb(118,38,29) instead hex code.

Text Font Color

.myTextColor { color: #76261D; }

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

This text font color is #76261D.


Background Color

.myBgColor { background-color: #76261D; }

<div style="background-color:#76261D">Inner text</div>

This div background color is #76261D.


Border color

.myBorderColor { border: 1px solid #76261D; }

<div style="border:3px solid #76261D">Div</div>

This div border color is #76261D.


Opacity

.myOpacity80 { color: #76261D; opacity: 0.8; }

<p style="color:#76261D;opacity:0.8;">80%</p>

Text with #76261D 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 #76261D;}

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

This text has shadow with #76261D color.

.textShadow {text-shadow: 3px 3px 1px #76261D, 3px 3px 1px red;}

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

This text has shadow with #76261D primary color and red secondary color.


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

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

This text has shadow with #76261D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #76261D on black background.


Color preview on white background

This text has color #76261D on white background.



Black color preview on #76261D background

This text has black color on #76261D background.


White color preview on #76261D background

This text has white color on #76261D background.