Color Hex Logo

#076069 Color Hex

#076069
(7,96,105)
0 Favorites   0 Comments

Color spaces of #076069

RGB 796105
HSL0.520.880.22
HSV186°93°41°
CMYK 0.930.090.00   0.59
XYZ6.82039.430814.8255
Yxy9.43080.21950.3035
Hunter Lab30.7096-14.0987-7.1264
CIE-Lab36.8008-19.8156-11.8556

#076069 color RGB value is (7,96,105).

#076069 hex color red value is 7, green value is 96 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #076069 hue: 0.52 , saturation: 0.88 and the lightness value of 076069 is 0.22.

The process color (four color CMYK) of #076069 color hex is 0.93, 0.09, 0.00, 0.59. Web safe color of #076069 is #006666. Color #076069 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100000 01101001
Octal 7 140 151
Decimal 7 96 105
Hex 7 60 69

RGB Percentages of Color #076069

%3.37
%46.15
%50.48

CMYK Percentages of Color #076069

%93
%9
%0
%59

Triadic Colors of #076069

#076069 #690760 #606907

Analogous Colors of #076069

#076069 #072f69 #076941

Monochromatic Colors of #076069

#076069

Complementary Color

#076069 #691007

#076069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076069 Color CSS Codes

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

#076069 Text Font Color

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

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


#076069 Background Color

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

This div background color is #076069


#076069 Border Color

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

This div border color is #076069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076069


Comments

No comments written yet.

Please login to write comment.