Color Hex Logo

#977f0c Color Hex

#977F0C
(151,127,12)
0 Favorites   0 Comments

Color spaces of #977f0c

RGB 15112712
HSL0.140.850.32
HSV50°92°59°
CMYK 0.000.160.92   0.41
XYZ20.418221.78463.4765
Yxy21.78460.44700.4769
Hunter Lab46.6740-3.592128.2556
CIE-Lab53.7977-1.398556.8920

#977f0c color RGB value is (151,127,12).

#977f0c hex color red value is 151, green value is 127 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #977f0c hue: 0.14 , saturation: 0.85 and the lightness value of 977f0c is 0.32.

The process color (four color CMYK) of #977f0c color hex is 0.00, 0.16, 0.92, 0.41. Web safe color of #977f0c is #996600. Color #977f0c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010111 01111111 00001100
Octal 227 177 14
Decimal 151 127 12
Hex 97 7F C

RGB Percentages of Color #977f0c

%52.07
%43.79
%4.14

CMYK Percentages of Color #977f0c

%0
%16
%92
%41

Triadic Colors of #977f0c

#977f0c #0c977f #7f0c97

Analogous Colors of #977f0c

#977f0c #6a970c #97390c

Monochromatic Colors of #977f0c

#977f0c

Complementary Color

#977f0c #0c2497

#977f0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#977f0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#977f0c Color CSS Codes

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

#977f0c Text Font Color

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

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


#977f0c Background Color

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

This div background color is #977f0c


#977f0c Border Color

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

This div border color is #977f0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #977f0c


Comments

No comments written yet.

Please login to write comment.