Color Hex Logo

#978d75 Color Hex

#978D75
(151,141,117)
0 Favorites   0 Comments

Color spaces of #978d75

RGB 151141117
HSL0.120.140.53
HSV42°23°59°
CMYK 0.000.070.23   0.41
XYZ25.498326.913420.6805
Yxy26.91340.34890.3682
Hunter Lab51.8781-3.053312.6795
CIE-Lab58.8941-0.345614.1633

#978d75 color RGB value is (151,141,117).

#978d75 hex color red value is 151, green value is 141 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #978d75 hue: 0.12 , saturation: 0.14 and the lightness value of 978d75 is 0.53.

The process color (four color CMYK) of #978d75 color hex is 0.00, 0.07, 0.23, 0.41. Web safe color of #978d75 is #999966. Color #978d75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 10001101 01110101
Octal 227 215 165
Decimal 151 141 117
Hex 97 8D 75

RGB Percentages of Color #978d75

%36.92
%34.47
%28.61

CMYK Percentages of Color #978d75

%0
%7
%23
%41

Triadic Colors of #978d75

#978d75 #75978d #8d7597

Analogous Colors of #978d75

#978d75 #909775 #977c75

Monochromatic Colors of #978d75

#978d75

Complementary Color

#978d75 #757f97

#978d75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#978d75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#978d75 Color CSS Codes

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

#978d75 Text Font Color

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

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


#978d75 Background Color

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

This div background color is #978d75


#978d75 Border Color

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

This div border color is #978d75


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,141,117, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #978d75; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #978d75;
  -webkit-box-shadow: 1px 1px 3px 2px #978d75;
  box-shadow:         1px 1px 3px 2px #978d75; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #978d75


Comments

No comments written yet.

Please login to write comment.