Color Hex Logo

#977a54 Color Hex

#977A54
(151,122,84)
0 Favorites   0 Comments

Color spaces of #977a54

RGB 15112284
HSL0.090.290.46
HSV34°44°59°
CMYK 0.000.190.44   0.41
XYZ21.322321.138511.3438
Yxy21.13850.39630.3929
Hunter Lab45.97662.322817.5550
CIE-Lab53.10075.961825.0306

#977a54 color RGB value is (151,122,84).

#977a54 hex color red value is 151, green value is 122 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #977a54 hue: 0.09 , saturation: 0.29 and the lightness value of 977a54 is 0.46.

The process color (four color CMYK) of #977a54 color hex is 0.00, 0.19, 0.44, 0.41. Web safe color of #977a54 is #996666. Color #977a54 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111010 01010100
Octal 227 172 124
Decimal 151 122 84
Hex 97 7A 54

RGB Percentages of Color #977a54

%42.30
%34.17
%23.53

CMYK Percentages of Color #977a54

%0
%19
%44
%41

Triadic Colors of #977a54

#977a54 #54977a #7a5497

Analogous Colors of #977a54

#977a54 #939754 #975954

Monochromatic Colors of #977a54

#977a54

Complementary Color

#977a54 #547197

#977a54 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977a54 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977a54 Color CSS Codes

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

#977a54 Text Font Color

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

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


#977a54 Background Color

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

This div background color is #977a54


#977a54 Border Color

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

This div border color is #977a54


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,122,84, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #977a54; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #977a54;
  -webkit-box-shadow: 1px 1px 3px 2px #977a54;
  box-shadow:         1px 1px 3px 2px #977a54; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(151,122,84, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977a54


Comments

No comments written yet.

Please login to write comment.