Color Hex Logo

#71780b Color Hex

#71780B
(113,120,11)
0 Favorites   0 Comments

Color spaces of #71780b

RGB 11312011
HSL0.180.830.26
HSV64°91°47°
CMYK 0.060.000.91   0.53
XYZ13.586916.96782.8756
Yxy16.96780.40640.5076
Hunter Lab41.1920-13.209024.6954
CIE-Lab48.2194-15.372851.1634

#71780b color RGB value is (113,120,11).

#71780b hex color red value is 113, green value is 120 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #71780b hue: 0.18 , saturation: 0.83 and the lightness value of 71780b is 0.26.

The process color (four color CMYK) of #71780b color hex is 0.06, 0.00, 0.91, 0.53. Web safe color of #71780b is #666600. Color #71780b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 01111000 00001011
Octal 161 170 13
Decimal 113 120 11
Hex 71 78 B

RGB Percentages of Color #71780b

%46.31
%49.18
%4.51

CMYK Percentages of Color #71780b

%6
%0
%91
%53

Triadic Colors of #71780b

#71780b #0b7178 #780b71

Analogous Colors of #71780b

#71780b #3a780b #78490b

Monochromatic Colors of #71780b

#71780b

Complementary Color

#71780b #120b78

#71780b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71780b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71780b Color CSS Codes

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

#71780b Text Font Color

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

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


#71780b Background Color

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

This div background color is #71780b


#71780b Border Color

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

This div border color is #71780b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,120,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71780b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71780b;
  -webkit-box-shadow: 1px 1px 3px 2px #71780b;
  box-shadow:         1px 1px 3px 2px #71780b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,120,11, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71780b


Comments

No comments written yet.

Please login to write comment.