COLOR #772534

HEX: #772534
RGB: (119,37,52)

Color info

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

RGB color model

#772534 color RGB value is (119,37,52).

  • red value is 119;
  • green value is 37;
  • blue value is 52.
RGB:
(119,37,52)
(47%,15%,20%)

RGB channels and saturation

R 119 of 255 = 47%
G 37 of 255 = 15%
B 52 of 255 = 20%

119
37
52

R + G + B ~ 27%. #772534 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
119 + 37 + 52 = 208 (100%)
R 119 of 208 ~ 57.21%
G 37 of 208 ~ 17.79%
B 52 of 208 ~ 25%

%57.21
%17.79
%25

CMYK color model

#772534 color CMYK value is (0,69,56,53).

  • cyan value is 0.00%
  • magenta value is 68.91%
  • yellow value is 56.30%
  • key color value is 53.33%
CMYK:
(0,69,56,53)
C0M69Y56K53 
(0%,69%,56%,53%)
(0.00/0.69/0.56/0.53)	

CMYK percentages

%0
%68.91
%56.3
%53.33

Codes

Color #772534 in popluar color models

772534
RGB1193752
HSL349°52.56%30.59%
HSB/HSV349°68.91%46.67%
CMYK0.00%68.91%56.30%
53.33%

Color #772534 in popluar number systems.

HEX772534
Decimal1193752
Binary1110111100101110100
Octal1674564

Shades and tints

Shades of #772534

#772534
(119,37,52)
#6D2230
(109,34,48)
#631F2C
(99,31,44)
#591C28
(89,28,40)
#4F1924
(79,25,36)
#451620
(69,22,32)
#3B131C
(59,19,28)
#311018
(49,16,24)
#270D14
(39,13,20)
#1D0A10
(29,10,16)
#13070C
(19,7,12)
#000000
(0,0,0)

Tints of #772534

#772534
(119,37,52)
#833846
(131,56,70)
#8F4B58
(143,75,88)
#9B5E6A
(155,94,106)
#A7717C
(167,113,124)
#B3848E
(179,132,142)
#BF97A0
(191,151,160)
#CBAAB2
(203,170,178)
#D7BDC4
(215,189,196)
#E3D0D6
(227,208,214)
#EFE3E8
(239,227,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772534 color. Also use rgb(119,37,52) instead hex code.

Text Font Color

.myTextColor { color: #772534; }

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

This text font color is #772534.


Background Color

.myBgColor { background-color: #772534; }

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

This div background color is #772534.


Border color

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

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

This div border color is #772534.


Opacity

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

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

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

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

This text has shadow with #772534 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #772534 on black background.


Color preview on white background

This text has color #772534 on white background.



Black color preview on #772534 background

This text has black color on #772534 background.


White color preview on #772534 background

This text has white color on #772534 background.