Color Hex Logo

#77234c Color Hex

#77234C
(119,35,76)
0 Favorites   0 Comments

Color spaces of #77234c

RGB 1193576
HSL0.920.550.30
HSV331°71°47°
CMYK 0.000.710.36   0.53
XYZ9.51335.64587.4258
Yxy5.64580.42120.2500
Hunter Lab23.760929.8856-1.8968
CIE-Lab28.500740.3362-4.9877

#77234c color RGB value is (119,35,76).

#77234c hex color red value is 119, green value is 35 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #77234c hue: 0.92 , saturation: 0.55 and the lightness value of 77234c is 0.30.

The process color (four color CMYK) of #77234c color hex is 0.00, 0.71, 0.36, 0.53. Web safe color of #77234c is #663333. Color #77234c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100011 01001100
Octal 167 43 114
Decimal 119 35 76
Hex 77 23 4C

RGB Percentages of Color #77234c

%51.74
%15.22
%33.04

CMYK Percentages of Color #77234c

%0
%71
%36
%53

Triadic Colors of #77234c

#77234c #4c7723 #234c77

Analogous Colors of #77234c

#77234c #772423 #772376

Monochromatic Colors of #77234c

#77234c

Complementary Color

#77234c #23774e

#77234c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77234c Color Preview on White Background

Lorem ipsum dolor sit amet.

#77234c Color CSS Codes

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

#77234c Text Font Color

<p style="color:#77234c">Text here</p>

This sample text font color is #77234c
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.


#77234c Background Color

<div style="background-color:#77234c">
Div content here</div>

This div background color is #77234c


#77234c Border Color

<div style="border:3px solid #77234c">
Div here</div>

This div border color is #77234c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,35,76, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77234c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77234c;
  -webkit-box-shadow: 1px 1px 3px 2px #77234c;
  box-shadow:         1px 1px 3px 2px #77234c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77234c


Comments

No comments written yet.

Please login to write comment.