Color Hex Logo

#77304a Color Hex

#77304A
(119,48,74)
0 Favorites   0 Comments

Color spaces of #77304a

RGB 1194874
HSL0.940.430.33
HSV338°60°47°
CMYK 0.000.600.38   0.53
XYZ9.90076.53037.2172
Yxy6.53030.41870.2761
Hunter Lab25.554524.43691.1432
CIE-Lab30.712833.9106-0.4013

#77304a color RGB value is (119,48,74).

#77304a hex color red value is 119, green value is 48 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #77304a hue: 0.94 , saturation: 0.43 and the lightness value of 77304a is 0.33.

The process color (four color CMYK) of #77304a color hex is 0.00, 0.60, 0.38, 0.53. Web safe color of #77304a is #663333. Color #77304a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 00110000 01001010
Octal 167 60 112
Decimal 119 48 74
Hex 77 30 4A

RGB Percentages of Color #77304a

%49.38
%19.92
%30.71

CMYK Percentages of Color #77304a

%0
%60
%38
%53

Triadic Colors of #77304a

#77304a #4a7730 #304a77

Analogous Colors of #77304a

#77304a #773a30 #77306e

Monochromatic Colors of #77304a

#77304a

Complementary Color

#77304a #30775d

#77304a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77304a Color Preview on White Background

Lorem ipsum dolor sit amet.

#77304a Color CSS Codes

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

#77304a Text Font Color

<p style="color:#77304a">Text here</p>

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


#77304a Background Color

<div style="background-color:#77304a">
Div content here</div>

This div background color is #77304a


#77304a Border Color

<div style="border:3px solid #77304a">
Div here</div>

This div border color is #77304a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,48,74, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77304a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77304a;
  -webkit-box-shadow: 1px 1px 3px 2px #77304a;
  box-shadow:         1px 1px 3px 2px #77304a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77304a


Comments

No comments written yet.

Please login to write comment.