COLOR #772C08

HEX: #772C08 RGB: (119,44,8)

Color info

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

RGB color model

#772C08 color RGB value is (119,44,8).

RGB: (119,44,8) (47%, 17%, 3%)

RGB channels and saturation

R 119 of 255 = 47%
G 44 of 255 = 17%
B 8 of 255 = 3%

119
44
8

R + G + B ~ 22%. #772C08 is dark color.

Portions of RGB colors in percentages

R + G + B = 119 + 44 + 8 = 171 (100%)
R 119 of 171 ~ 69.59%
G 44 of 171 ~ 25.73%
B 8 of 171 ~ 4.68'%

%69.59
%25.73

CMYK color model

#772C08 color CMYK value is (0,63,93,53).

  • cyan value is 0.00%
  • magenta value is 63.03%
  • yellow value is 93.28%
  • key color value is 53.33%

CMYK: (0,63,93,53)
C0M63Y93K53 (0%, 63%, 93%, 53%)
(0.00 / 0.63 / 0.93 / 0.53)

CMYK percentages

%0
%63.03
%93.28
%53.33

Codes

Color #772C08 in popluar color models

77 2C 08
RGB 119 44 8
HSL 19° 87.40% 24.90%
HSB/HSV 19° 93.28% 46.67%
CMYK 0.00% 63.03% 93.28%
53.33%

Color #772C08 in popluar number systems.

HEX 77 2C 08
Decimal 119 44 8
Binary 1110111 101100 1000
Octal 167 54 10

Shades and tints

Shades of #772C08

#772C08
(119,44,8)
#6D2808
(109,40,8)
#632408
(99,36,8)
#592008
(89,32,8)
#4F1C08
(79,28,8)
#451808
(69,24,8)
#3B1408
(59,20,8)
#311008
(49,16,8)
#270C08
(39,12,8)
#1D0808
(29,8,8)
#130408
(19,4,8)
#000000
(0,0,0)

Tints of #772C08

#772C08
(119,44,8)
#833F1E
(131,63,30)
#8F5234
(143,82,52)
#9B654A
(155,101,74)
#A77860
(167,120,96)
#B38B76
(179,139,118)
#BF9E8C
(191,158,140)
#CBB1A2
(203,177,162)
#D7C4B8
(215,196,184)
#E3D7CE
(227,215,206)
#EFEAE4
(239,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #772C08 color. Also use rgb(119,44,8) instead hex code.

Text Font Color

.myTextColor { color: #772C08; }

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

This text font color is #772C08.

Background Color

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

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

This div background color is #772C08.

Border color

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

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

This div border color is #772C08.

Opacity

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

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

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

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

This text has shadow with #772C08 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #772C08.

Preview

Color preview on black background

This text has color #772C08 on black background.


Color preview on white background

This text has color #772C08 on white background.


Black color preview on #772C08 background

This text has black color on #772C08 background.


White color preview on #772C08 background

This text has white color on #772C08 background.


Related colors

Complementary color

Complementary color for #hex is #88D3F7.


I love getcolorcode.com

Triadic colors

1 #08772C and #2C0877 with #772C08 are triadic colors.

2 #082C77 and #2C7708 with #772C08 are triadic colors.