Color Hex Logo

#60774e Color Hex

#60774E
(96,119,78)
0 Favorites   0 Comments

Color spaces of #60774e

RGB 9611978
HSL0.260.210.39
HSV94°34°47°
CMYK 0.190.000.34   0.53
XYZ12.795816.23059.6661
Yxy16.23050.33070.4195
Hunter Lab40.2871-13.808113.9755
CIE-Lab47.2755-16.479719.8760

#60774e color RGB value is (96,119,78).

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

The process color (four color CMYK) of #60774e color hex is 0.19, 0.00, 0.34, 0.53. Web safe color of #60774e is #666666. Color #60774e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 01110111 01001110
Octal 140 167 116
Decimal 96 119 78
Hex 60 77 4E

RGB Percentages of Color #60774e

%32.76
%40.61
%26.62

CMYK Percentages of Color #60774e

%19
%0
%34
%53

Triadic Colors of #60774e

#60774e #4e6077 #774e60

Analogous Colors of #60774e

#60774e #4e7751 #75774e

Monochromatic Colors of #60774e

#60774e

Complementary Color

#60774e #654e77

#60774e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60774e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60774e Color CSS Codes

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

#60774e Text Font Color

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

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


#60774e Background Color

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

This div background color is #60774e


#60774e Border Color

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

This div border color is #60774e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60774e


Comments

No comments written yet.

Please login to write comment.