Color Hex Logo

#777348 Color Hex

#777348
(119,115,72)
0 Favorites   0 Comments

Color spaces of #777348

RGB 11911572
HSL0.150.250.37
HSV55°39°47°
CMYK 0.000.030.39   0.53
XYZ14.908216.65138.5592
Yxy16.65130.37160.4151
Hunter Lab40.8060-6.196716.1279
CIE-Lab47.8176-5.426924.3554

#777348 color RGB value is (119,115,72).

#777348 hex color red value is 119, green value is 115 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #777348 hue: 0.15 , saturation: 0.25 and the lightness value of 777348 is 0.37.

The process color (four color CMYK) of #777348 color hex is 0.00, 0.03, 0.39, 0.53. Web safe color of #777348 is #666633. Color #777348 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01110011 01001000
Octal 167 163 110
Decimal 119 115 72
Hex 77 73 48

RGB Percentages of Color #777348

%38.89
%37.58
%23.53

CMYK Percentages of Color #777348

%0
%3
%39
%53

Triadic Colors of #777348

#777348 #487773 #734877

Analogous Colors of #777348

#777348 #647748 #775c48

Monochromatic Colors of #777348

#777348

Complementary Color

#777348 #484c77

#777348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777348 Color CSS Codes

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

#777348 Text Font Color

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

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


#777348 Background Color

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

This div background color is #777348


#777348 Border Color

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

This div border color is #777348


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,115,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 #777348">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777348


Comments

No comments written yet.

Please login to write comment.