Color Hex Logo

#7f890c Color Hex

#7F890C
(127,137,12)
0 Favorites   0 Comments

Color spaces of #7f890c

RGB 12713712
HSL0.180.840.29
HSV65°91°54°
CMYK 0.070.000.91   0.46
XYZ17.764422.42993.7409
Yxy22.42990.40430.5105
Hunter Lab47.3602-15.926628.4689
CIE-Lab54.4802-17.920356.4993

#7f890c color RGB value is (127,137,12).

#7f890c hex color red value is 127, green value is 137 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #7f890c hue: 0.18 , saturation: 0.84 and the lightness value of 7f890c is 0.29.

The process color (four color CMYK) of #7f890c color hex is 0.07, 0.00, 0.91, 0.46. Web safe color of #7f890c is #669900. Color #7f890c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111111 10001001 00001100
Octal 177 211 14
Decimal 127 137 12
Hex 7F 89 C

RGB Percentages of Color #7f890c

%46.01
%49.64
%4.35

CMYK Percentages of Color #7f890c

%7
%0
%91
%46

Triadic Colors of #7f890c

#7f890c #0c7f89 #890c7f

Analogous Colors of #7f890c

#7f890c #40890c #89550c

Monochromatic Colors of #7f890c

#7f890c

Complementary Color

#7f890c #160c89

#7f890c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7f890c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7f890c Color CSS Codes

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

#7f890c Text Font Color

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

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


#7f890c Background Color

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

This div background color is #7f890c


#7f890c Border Color

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

This div border color is #7f890c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,137,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 #7f890c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7f890c


Comments

No comments written yet.

Please login to write comment.