Color Hex Logo

#07716a Color Hex

#07716A
(7,113,106)
0 Favorites   0 Comments

Color spaces of #07716a

RGB 7113106
HSL0.490.880.24
HSV176°94°44°
CMYK 0.940.000.06   0.56
XYZ8.594312.896015.6719
Yxy12.89600.23130.3470
Hunter Lab35.9110-20.1252-0.7370
CIE-Lab42.6061-28.1930-3.7685

#07716a color RGB value is (7,113,106).

#07716a hex color red value is 7, green value is 113 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #07716a hue: 0.49 , saturation: 0.88 and the lightness value of 07716a is 0.24.

The process color (four color CMYK) of #07716a color hex is 0.94, 0.00, 0.06, 0.56. Web safe color of #07716a is #006666. Color #07716a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01110001 01101010
Octal 7 161 152
Decimal 7 113 106
Hex 7 71 6A

RGB Percentages of Color #07716a

%3.10
%50.00
%46.90

CMYK Percentages of Color #07716a

%94
%0
%6
%56

Triadic Colors of #07716a

#07716a #6a0771 #716a07

Analogous Colors of #07716a

#07716a #074371 #077135

Monochromatic Colors of #07716a

#07716a

Complementary Color

#07716a #71070e

#07716a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07716a Color Preview on White Background

Lorem ipsum dolor sit amet.

#07716a Color CSS Codes

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

#07716a Text Font Color

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

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


#07716a Background Color

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

This div background color is #07716a


#07716a Border Color

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

This div border color is #07716a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,113,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07716a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07716a;
  -webkit-box-shadow: 1px 1px 3px 2px #07716a;
  box-shadow:         1px 1px 3px 2px #07716a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07716a


Comments

No comments written yet.

Please login to write comment.