Color Hex Logo

#77514e Color Hex

#77514E
(119,81,78)
0 Favorites   0 Comments

Color spaces of #77514e

RGB 1198178
HSL0.010.210.39
HSV34°47°
CMYK 0.000.320.34   0.53
XYZ11.925310.35698.5783
Yxy10.35690.38640.3356
Hunter Lab32.18219.82566.7235
CIE-Lab38.475515.50308.1846

#77514e color RGB value is (119,81,78).

#77514e hex color red value is 119, green value is 81 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #77514e hue: 0.01 , saturation: 0.21 and the lightness value of 77514e is 0.39.

The process color (four color CMYK) of #77514e color hex is 0.00, 0.32, 0.34, 0.53. Web safe color of #77514e is #666666. Color #77514e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01010001 01001110
Octal 167 121 116
Decimal 119 81 78
Hex 77 51 4E

RGB Percentages of Color #77514e

%42.81
%29.14
%28.06

CMYK Percentages of Color #77514e

%0
%32
%34
%53

Triadic Colors of #77514e

#77514e #4e7751 #514e77

Analogous Colors of #77514e

#77514e #77664e #774e60

Monochromatic Colors of #77514e

#77514e

Complementary Color

#77514e #4e7477

#77514e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77514e Color Preview on White Background

Lorem ipsum dolor sit amet.

#77514e Color CSS Codes

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

#77514e Text Font Color

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

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


#77514e Background Color

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

This div background color is #77514e


#77514e Border Color

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

This div border color is #77514e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,81,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77514e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77514e;
  -webkit-box-shadow: 1px 1px 3px 2px #77514e;
  box-shadow:         1px 1px 3px 2px #77514e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77514e


Comments

No comments written yet.

Please login to write comment.