Color Hex Logo

#076764 Color Hex

#076764
(7,103,100)
0 Favorites   0 Comments

Color spaces of #076764

RGB 7103100
HSL0.490.870.22
HSV178°93°40°
CMYK 0.930.000.03   0.60
XYZ7.238110.665813.7338
Yxy10.66580.22880.3371
Hunter Lab32.6585-17.5915-2.0721
CIE-Lab39.0118-25.1867-5.4535

#076764 color RGB value is (7,103,100).

#076764 hex color red value is 7, green value is 103 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #076764 hue: 0.49 , saturation: 0.87 and the lightness value of 076764 is 0.22.

The process color (four color CMYK) of #076764 color hex is 0.93, 0.00, 0.03, 0.60. Web safe color of #076764 is #006666. Color #076764 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100111 01100100
Octal 7 147 144
Decimal 7 103 100
Hex 7 67 64

RGB Percentages of Color #076764

%3.33
%49.05
%47.62

CMYK Percentages of Color #076764

%93
%0
%3
%60

Triadic Colors of #076764

#076764 #640767 #676407

Analogous Colors of #076764

#076764 #073a67 #076734

Monochromatic Colors of #076764

#076764

Complementary Color

#076764 #67070a

#076764 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076764 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076764 Color CSS Codes

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

#076764 Text Font Color

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

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


#076764 Background Color

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

This div background color is #076764


#076764 Border Color

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

This div border color is #076764


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,103,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #076764; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #076764;
  -webkit-box-shadow: 1px 1px 3px 2px #076764;
  box-shadow:         1px 1px 3px 2px #076764; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076764


Comments

No comments written yet.

Please login to write comment.