COLOR #761F25

HEX: #761F25
RGB: (118,31,37)

Color info

#761F25 contains mainly red color. Web safe color of #761F25 is #663333 (or #633).

RGB color model

#761F25 color RGB value is (118,31,37).

  • red value is 118;
  • green value is 31;
  • blue value is 37.
RGB:
(118,31,37)
(46%,12%,15%)

RGB channels and saturation

R 118 of 255 = 46%
G 31 of 255 = 12%
B 37 of 255 = 15%

118
31
37

R + G + B ~ 24%. #761F25 is dark color.

Portions of RGB colors in percentages

R + G + B =
118 + 31 + 37 = 186 (100%)
R 118 of 186 ~ 63.44%
G 31 of 186 ~ 16.67%
B 37 of 186 ~ 19.89%

%63.44
%16.67
%19.89

CMYK color model

#761F25 color CMYK value is (0,74,69,54).

  • cyan value is 0.00%
  • magenta value is 73.73%
  • yellow value is 68.64%
  • key color value is 53.73%
CMYK:
(0,74,69,54)
C0M74Y69K54 
(0%,74%,69%,54%)
(0.00/0.74/0.69/0.54)	

CMYK percentages

%0
%73.73
%68.64
%53.73

Codes

Color #761F25 in popluar color models

761F25
RGB1183137
HSL356°58.39%29.22%
HSB/HSV356°73.73%46.27%
CMYK0.00%73.73%68.64%
53.73%

Color #761F25 in popluar number systems.

HEX761F25
Decimal1183137
Binary111011011111100101
Octal1663745

Shades and tints

Shades of #761F25

#761F25
(118,31,37)
#6C1D22
(108,29,34)
#621B1F
(98,27,31)
#58191C
(88,25,28)
#4E1719
(78,23,25)
#441516
(68,21,22)
#3A1313
(58,19,19)
#301110
(48,17,16)
#260F0D
(38,15,13)
#1C0D0A
(28,13,10)
#120B07
(18,11,7)
#000000
(0,0,0)

Tints of #761F25

#761F25
(118,31,37)
#823338
(130,51,56)
#8E474B
(142,71,75)
#9A5B5E
(154,91,94)
#A66F71
(166,111,113)
#B28384
(178,131,132)
#BE9797
(190,151,151)
#CAABAA
(202,171,170)
#D6BFBD
(214,191,189)
#E2D3D0
(226,211,208)
#EEE7E3
(238,231,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #761F25 color. Also use rgb(118,31,37) instead hex code.

Text Font Color

.myTextColor { color: #761F25; }

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

This text font color is #761F25.


Background Color

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

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

This div background color is #761F25.


Border color

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

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

This div border color is #761F25.


Opacity

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

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

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

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

This text has shadow with #761F25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #761F25 on black background.


Color preview on white background

This text has color #761F25 on white background.



Black color preview on #761F25 background

This text has black color on #761F25 background.


White color preview on #761F25 background

This text has white color on #761F25 background.