Color Hex Logo

#076770 Color Hex

#076770
(7,103,112)
0 Favorites   0 Comments

Color spaces of #076770

RGB 7103112
HSL0.510.880.23
HSV185°94°44°
CMYK 0.940.080.00   0.56
XYZ7.862510.915517.0217
Yxy10.91550.21960.3049
Hunter Lab33.0386-15.3383-7.4195
CIE-Lab39.4378-21.0960-12.1578

#076770 color RGB value is (7,103,112).

#076770 hex color red value is 7, green value is 103 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #076770 hue: 0.51 , saturation: 0.88 and the lightness value of 076770 is 0.23.

The process color (four color CMYK) of #076770 color hex is 0.94, 0.08, 0.00, 0.56. Web safe color of #076770 is #006666. Color #076770 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100111 01110000
Octal 7 147 160
Decimal 7 103 112
Hex 7 67 70

RGB Percentages of Color #076770

%3.15
%46.40
%50.45

CMYK Percentages of Color #076770

%94
%8
%0
%56

Triadic Colors of #076770

#076770 #700767 #677007

Analogous Colors of #076770

#076770 #073270 #077045

Monochromatic Colors of #076770

#076770

Complementary Color

#076770 #701007

#076770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076770 Color CSS Codes

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

#076770 Text Font Color

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

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


#076770 Background Color

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

This div background color is #076770


#076770 Border Color

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

This div border color is #076770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076770


Comments

No comments written yet.

Please login to write comment.