Color Hex Logo

#977900 Color Hex

#977900
(151,121,0)
0 Favorites   0 Comments

Color spaces of #977900

RGB 1511210
HSL0.131.000.30
HSV48°100°59°
CMYK 0.000.201.00   0.41
XYZ19.599920.25412.8764
Yxy20.25410.45870.4740
Hunter Lab45.0046-1.019627.7138
CIE-Lab52.12331.763757.8887

#977900 color RGB value is (151,121,0).

#977900 hex color red value is 151, green value is 121 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #977900 hue: 0.13 , saturation: 1.00 and the lightness value of 977900 is 0.30.

The process color (four color CMYK) of #977900 color hex is 0.00, 0.20, 1.00, 0.41. Web safe color of #977900 is #996600. Color #977900 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111001 00000000
Octal 227 171 0
Decimal 151 121 0
Hex 97 79 0

RGB Percentages of Color #977900

%55.51
%44.49
%0.00

CMYK Percentages of Color #977900

%0
%20
%100
%41

Triadic Colors of #977900

#977900 #009779 #790097

Analogous Colors of #977900

#977900 #6a9700 #972e00

Monochromatic Colors of #977900

#977900

Complementary Color

#977900 #001e97

#977900 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977900 Color Preview on White Background

Lorem ipsum dolor sit amet.

#977900 Color CSS Codes

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

#977900 Text Font Color

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

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


#977900 Background Color

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

This div background color is #977900


#977900 Border Color

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

This div border color is #977900


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977900


Comments

No comments written yet.

Please login to write comment.