COLOR #772F18

HEX: #772F18 RGB: (119,47,24)

Color info

#772F18 contains mainly red color. Web safe color of #772F18 is #663300 (or #630).

RGB color model

#772F18 color RGB value is (119,47,24).

RGB: (119,47,24) (47%, 18%, 9%)

RGB channels and saturation

R 119 of 255 = 47%
G 47 of 255 = 18%
B 24 of 255 = 9%

119
47
24

R + G + B ~ 25%. #772F18 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 47 + 24 = 190 (100%)
R 119 of 190 ~ 62.63%
G 47 of 190 ~ 24.74%
B 24 of 190 ~ 12.63'%

%62.63
%24.74
%12.63

CMYK color model

#772F18 color CMYK value is (0,61,80,53).

  • cyan value is 0.00%
  • magenta value is 60.50%
  • yellow value is 79.83%
  • key color value is 53.33%

CMYK: (0,61,80,53)
C0M61Y80K53 (0%, 61%, 80%, 53%)
(0.00 / 0.61 / 0.80 / 0.53)

CMYK percentages

%0
%60.5
%79.83
%53.33

Codes

Color #772F18 in popluar color models

77 2F 18
RGB 119 47 24
HSL 15° 66.43% 28.04%
HSB/HSV 15° 79.83% 46.67%
CMYK 0.00% 60.50% 79.83%
53.33%

Color #772F18 in popluar number systems.

HEX 77 2F 18
Decimal 119 47 24
Binary 1110111 101111 11000
Octal 167 57 30

Shades and tints

Shades of #772F18

#772F18
(119,47,24)
#6D2B16
(109,43,22)
#632714
(99,39,20)
#592312
(89,35,18)
#4F1F10
(79,31,16)
#451B0E
(69,27,14)
#3B170C
(59,23,12)
#31130A
(49,19,10)
#270F08
(39,15,8)
#1D0B06
(29,11,6)
#130704
(19,7,4)
#000000
(0,0,0)

Tints of #772F18

#772F18
(119,47,24)
#83412D
(131,65,45)
#8F5342
(143,83,66)
#9B6557
(155,101,87)
#A7776C
(167,119,108)
#B38981
(179,137,129)
#BF9B96
(191,155,150)
#CBADAB
(203,173,171)
#D7BFC0
(215,191,192)
#E3D1D5
(227,209,213)
#EFE3EA
(239,227,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772F18 color. Also use rgb(119,47,24) instead hex code.

Text Font Color

.myTextColor { color: #772F18; }

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

This text font color is #772F18.

Background Color

.myBgColor { background-color: #772F18; }

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

This div background color is #772F18.

Border color

.myBorderColor { border: 1px solid #772F18; }

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

This div border color is #772F18.

Opacity

.myOpacity80 { color: #772F18; opacity: 0.8; }

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

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

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

This text has shadow with #772F18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #772F18.

Preview

Color preview on black background

This text has color #772F18 on black background.


Color preview on white background

This text has color #772F18 on white background.


Black color preview on #772F18 background

This text has black color on #772F18 background.


White color preview on #772F18 background

This text has white color on #772F18 background.


Related colors

Complementary color

Complementary color for #hex is #88D0E7.


I love getcolorcode.com

Triadic colors

1 #18772F and #2F1877 with #772F18 are triadic colors.

2 #182F77 and #2F7718 with #772F18 are triadic colors.