Color Hex Logo

#076672 Color Hex

#076672
(7,102,114)
0 Favorites   0 Comments

Color spaces of #076672

RGB 7102114
HSL0.520.880.24
HSV187°94°45°
CMYK 0.940.110.00   0.55
XYZ7.876310.762817.5819
Yxy10.76280.21750.2971
Hunter Lab32.8067-14.5571-8.8102
CIE-Lab39.1781-19.8491-13.7748

#076672 color RGB value is (7,102,114).

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

The process color (four color CMYK) of #076672 color hex is 0.94, 0.11, 0.00, 0.55. Web safe color of #076672 is #006666. Color #076672 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100110 01110010
Octal 7 146 162
Decimal 7 102 114
Hex 7 66 72

RGB Percentages of Color #076672

%3.14
%45.74
%51.12

CMYK Percentages of Color #076672

%94
%11
%0
%55

Triadic Colors of #076672

#076672 #720766 #667207

Analogous Colors of #076672

#076672 #073072 #077249

Monochromatic Colors of #076672

#076672

Complementary Color

#076672 #721307

#076672 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076672 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076672 Color CSS Codes

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

#076672 Text Font Color

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

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


#076672 Background Color

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

This div background color is #076672


#076672 Border Color

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

This div border color is #076672


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076672


Comments

No comments written yet.

Please login to write comment.