COLOR #772635

HEX: #772635
RGB: (119,38,53)

Color info

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

RGB color model

#772635 color RGB value is (119,38,53).

  • red value is 119;
  • green value is 38;
  • blue value is 53.
RGB:
(119,38,53)
(47%,15%,21%)

RGB channels and saturation

R 119 of 255 = 47%
G 38 of 255 = 15%
B 53 of 255 = 21%

119
38
53

R + G + B ~ 28%. #772635 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 38 + 53 = 210 (100%)
R 119 of 210 ~ 56.67%
G 38 of 210 ~ 18.1%
B 53 of 210 ~ 25.24%

%56.67
%18.1
%25.24

CMYK color model

#772635 color CMYK value is (0,68,55,53).

  • cyan value is 0.00%
  • magenta value is 68.07%
  • yellow value is 55.46%
  • key color value is 53.33%
CMYK:
(0,68,55,53)
C0M68Y55K53 
(0%,68%,55%,53%)
(0.00/0.68/0.55/0.53)	

CMYK percentages

%0
%68.07
%55.46
%53.33

Codes

Color #772635 in popluar color models

772635
RGB1193853
HSL349°51.59%30.78%
HSB/HSV349°68.07%46.67%
CMYK0.00%68.07%55.46%
53.33%

Color #772635 in popluar number systems.

HEX772635
Decimal1193853
Binary1110111100110110101
Octal1674665

Shades and tints

Shades of #772635

#772635
(119,38,53)
#6D2331
(109,35,49)
#63202D
(99,32,45)
#591D29
(89,29,41)
#4F1A25
(79,26,37)
#451721
(69,23,33)
#3B141D
(59,20,29)
#311119
(49,17,25)
#270E15
(39,14,21)
#1D0B11
(29,11,17)
#13080D
(19,8,13)
#000000
(0,0,0)

Tints of #772635

#772635
(119,38,53)
#833947
(131,57,71)
#8F4C59
(143,76,89)
#9B5F6B
(155,95,107)
#A7727D
(167,114,125)
#B3858F
(179,133,143)
#BF98A1
(191,152,161)
#CBABB3
(203,171,179)
#D7BEC5
(215,190,197)
#E3D1D7
(227,209,215)
#EFE4E9
(239,228,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772635 color. Also use rgb(119,38,53) instead hex code.

Text Font Color

.myTextColor { color: #772635; }

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

This text font color is #772635.


Background Color

.myBgColor { background-color: #772635; }

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

This div background color is #772635.


Border color

.myBorderColor { border: 1px solid #772635; }

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

This div border color is #772635.


Opacity

.myOpacity80 { color: #772635; opacity: 0.8; }

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

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

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

This text has shadow with #772635 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772635 on black background.


Color preview on white background

This text has color #772635 on white background.



Black color preview on #772635 background

This text has black color on #772635 background.


White color preview on #772635 background

This text has white color on #772635 background.