Color Hex Logo

#7c8011 Color Hex

#7C8011
(124,128,17)
0 Favorites   0 Comments

Color spaces of #7c8011

RGB 12412817
HSL0.170.770.28
HSV62°87°50°
CMYK 0.030.000.87   0.50
XYZ16.132519.76393.4949
Yxy19.76390.40950.5017
Hunter Lab44.4566-13.024626.4586
CIE-Lab51.5692-14.409452.9380

#7c8011 color RGB value is (124,128,17).

#7c8011 hex color red value is 124, green value is 128 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #7c8011 hue: 0.17 , saturation: 0.77 and the lightness value of 7c8011 is 0.28.

The process color (four color CMYK) of #7c8011 color hex is 0.03, 0.00, 0.87, 0.50. Web safe color of #7c8011 is #669900. Color #7c8011 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10000000 00010001
Octal 174 200 21
Decimal 124 128 17
Hex 7C 80 11

RGB Percentages of Color #7c8011

%46.10
%47.58
%6.32

CMYK Percentages of Color #7c8011

%3
%0
%87
%50

Triadic Colors of #7c8011

#7c8011 #117c80 #80117c

Analogous Colors of #7c8011

#7c8011 #458011 #804d11

Monochromatic Colors of #7c8011

#7c8011

Complementary Color

#7c8011 #151180

#7c8011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c8011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c8011 Color CSS Codes

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

#7c8011 Text Font Color

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

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


#7c8011 Background Color

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

This div background color is #7c8011


#7c8011 Border Color

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

This div border color is #7c8011


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,128,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c8011; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c8011;
  -webkit-box-shadow: 1px 1px 3px 2px #7c8011;
  box-shadow:         1px 1px 3px 2px #7c8011; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,128,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c8011


Comments

No comments written yet.

Please login to write comment.