Color Hex Logo

#772348 Color Hex

#772348
(119,35,72)
0 Favorites   0 Comments

Color spaces of #772348

RGB 1193572
HSL0.930.550.30
HSV334°71°47°
CMYK 0.000.710.39   0.53
XYZ9.37855.59196.7159
Yxy5.59190.43250.2579
Hunter Lab23.647229.4107-0.2856
CIE-Lab28.358639.8469-2.5411

#772348 color RGB value is (119,35,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 00100011 01001000
Octal 167 43 110
Decimal 119 35 72
Hex 77 23 48

RGB Percentages of Color #772348

%52.65
%15.49
%31.86

CMYK Percentages of Color #772348

%0
%71
%39
%53

Triadic Colors of #772348

#772348 #487723 #234877

Analogous Colors of #772348

#772348 #772823 #772372

Monochromatic Colors of #772348

#772348

Complementary Color

#772348 #237752

#772348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#772348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#772348 Color CSS Codes

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

#772348 Text Font Color

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

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


#772348 Background Color

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

This div background color is #772348


#772348 Border Color

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

This div border color is #772348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #772348


Comments

No comments written yet.

Please login to write comment.