Color Hex Logo

#977378 Color Hex

#977378
(151,115,120)
0 Favorites   0 Comments

Color spaces of #977378

RGB 151115120
HSL0.980.150.52
HSV352°24°59°
CMYK 0.000.240.21   0.41
XYZ22.283420.196820.4932
Yxy20.19680.35390.3207
Hunter Lab44.94099.86074.4221
CIE-Lab52.059014.95002.7267

#977378 color RGB value is (151,115,120).

#977378 hex color red value is 151, green value is 115 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #977378 hue: 0.98 , saturation: 0.15 and the lightness value of 977378 is 0.52.

The process color (four color CMYK) of #977378 color hex is 0.00, 0.24, 0.21, 0.41. Web safe color of #977378 is #996666. Color #977378 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01110011 01111000
Octal 227 163 170
Decimal 151 115 120
Hex 97 73 78

RGB Percentages of Color #977378

%39.12
%29.79
%31.09

CMYK Percentages of Color #977378

%0
%24
%21
%41

Triadic Colors of #977378

#977378 #789773 #737897

Analogous Colors of #977378

#977378 #978073 #97738a

Monochromatic Colors of #977378

#977378

Complementary Color

#977378 #739792

#977378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977378 Color CSS Codes

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

#977378 Text Font Color

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

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


#977378 Background Color

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

This div background color is #977378


#977378 Border Color

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

This div border color is #977378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977378


Comments

No comments written yet.

Please login to write comment.