COLOR #76282C

HEX: #76282C RGB: (118,40,44)

Color info

#76282C contains mainly red color. Web safe color of #76282C is #663333 (or #633).

RGB color model

#76282C color RGB value is (118,40,44).

RGB: (118,40,44) (46%, 16%, 17%)

RGB channels and saturation

R 118 of 255 = 46%
G 40 of 255 = 16%
B 44 of 255 = 17%

118
40
44

R + G + B ~ 26%. #76282C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 118 + 40 + 44 = 202 (100%)
R 118 of 202 ~ 58.42%
G 40 of 202 ~ 19.8%
B 44 of 202 ~ 21.78'%

%58.42
%19.8
%21.78

CMYK color model

#76282C color CMYK value is (0,66,63,54).

  • cyan value is 0.00%
  • magenta value is 66.10%
  • yellow value is 62.71%
  • key color value is 53.73%

CMYK: (0,66,63,54)
C0M66Y63K54 (0%, 66%, 63%, 54%)
(0.00 / 0.66 / 0.63 / 0.54)

CMYK percentages

%0
%66.1
%62.71
%53.73

Codes

Color #76282C in popluar color models

76 28 2C
RGB 118 40 44
HSL 357° 49.37% 30.98%
HSB/HSV 357° 66.10% 46.27%
CMYK 0.00% 66.10% 62.71%
53.73%

Color #76282C in popluar number systems.

HEX 76 28 2C
Decimal 118 40 44
Binary 1110110 101000 101100
Octal 166 50 54

Shades and tints

Shades of #76282C

#76282C
(118,40,44)
#6C2528
(108,37,40)
#622224
(98,34,36)
#581F20
(88,31,32)
#4E1C1C
(78,28,28)
#441918
(68,25,24)
#3A1614
(58,22,20)
#301310
(48,19,16)
#26100C
(38,16,12)
#1C0D08
(28,13,8)
#120A04
(18,10,4)
#000000
(0,0,0)

Tints of #76282C

#76282C
(118,40,44)
#823B3F
(130,59,63)
#8E4E52
(142,78,82)
#9A6165
(154,97,101)
#A67478
(166,116,120)
#B2878B
(178,135,139)
#BE9A9E
(190,154,158)
#CAADB1
(202,173,177)
#D6C0C4
(214,192,196)
#E2D3D7
(226,211,215)
#EEE6EA
(238,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76282C color. Also use rgb(118,40,44) instead hex code.

Text Font Color

.myTextColor { color: #76282C; }

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

This text font color is #76282C.

Background Color

.myBgColor { background-color: #76282C; }

<div style="background-color:#76282C">Inner text</div>

This div background color is #76282C.

Border color

.myBorderColor { border: 1px solid #76282C; }

<div style="border:3px solid #76282C">Div</div>

This div border color is #76282C.

Opacity

.myOpacity80 { color: #76282C; opacity: 0.8; }

<p style="color:#76282C;opacity:0.8;">80%</p>

Text with #76282C 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 #76282C;}

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

This text has shadow with #76282C color.


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

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

This text has shadow with #76282C primary color and red secondary color.


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

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

This text has shadow with #76282C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #76282C.

Preview

Color preview on black background

This text has color #76282C on black background.


Color preview on white background

This text has color #76282C on white background.


Black color preview on #76282C background

This text has black color on #76282C background.


White color preview on #76282C background

This text has white color on #76282C background.


Related colors

Complementary color

Complementary color for #hex is #89D7D3.


I love getcolorcode.com

Triadic colors

1 #2C7628 and #282C76 with #76282C are triadic colors.

2 #2C2876 and #28762C with #76282C are triadic colors.