Color Hex Logo

#772e1e Color Hex

#772E1E
(119,46,30)
0 Favorites   0 Comments

Color spaces of #772e1e

RGB 1194630
HSL0.030.600.29
HSV11°75°47°
CMYK 0.000.610.75   0.53
XYZ8.81915.96971.9157
Yxy5.96970.52790.3574
Hunter Lab24.433021.672012.4544
CIE-Lab29.335930.946126.1475

#772e1e color RGB value is (119,46,30).

#772e1e hex color red value is 119, green value is 46 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #772e1e hue: 0.03 , saturation: 0.60 and the lightness value of 772e1e is 0.29.

The process color (four color CMYK) of #772e1e color hex is 0.00, 0.61, 0.75, 0.53. Web safe color of #772e1e is #663333. Color #772e1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00101110 00011110
Octal 167 56 36
Decimal 119 46 30
Hex 77 2E 1E

RGB Percentages of Color #772e1e

%61.03
%23.59
%15.38

CMYK Percentages of Color #772e1e

%0
%61
%75
%53

Triadic Colors of #772e1e

#772e1e #1e772e #2e1e77

Analogous Colors of #772e1e

#772e1e #775b1e #771e3b

Monochromatic Colors of #772e1e

#772e1e

Complementary Color

#772e1e #1e6777

#772e1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772e1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#772e1e Color CSS Codes

.mybgcolor {background-color:#772e1e; } 
.myforecolor {color:#772e1e; }
.mybordercolor {border:3px solid #772e1e; }

#772e1e Text Font Color

<p style="color:#772e1e">Text here</p>

This sample text font color is #772e1e
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#772e1e Background Color

<div style="background-color:#772e1e">
Div content here</div>

This div background color is #772e1e


#772e1e Border Color

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

This div border color is #772e1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,46,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #772e1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #772e1e;
  -webkit-box-shadow: 1px 1px 3px 2px #772e1e;
  box-shadow:         1px 1px 3px 2px #772e1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,46,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #772e1e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #772e1e;
  -webkit-box-shadow: 1px 1px 3px 2px #772e1e;
  box-shadow:         1px 1px 3px 2px #772e1e;">
Div content here</div>

This div box has shadow with color #772e1e


Comments

No comments written yet.

Please login to write comment.