Color Hex Logo

#076774 Color Hex

#076774
(7,103,116)
0 Favorites   0 Comments

Color spaces of #076774

RGB 7103116
HSL0.520.890.24
HSV187°94°45°
CMYK 0.940.110.00   0.55
XYZ8.090311.006618.2211
Yxy11.00660.21680.2949
Hunter Lab33.1762-14.5296-9.3400
CIE-Lab39.5916-19.6749-14.3660

#076774 color RGB value is (7,103,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01100111 01110100
Octal 7 147 164
Decimal 7 103 116
Hex 7 67 74

RGB Percentages of Color #076774

%3.10
%45.58
%51.33

CMYK Percentages of Color #076774

%94
%11
%0
%55

Triadic Colors of #076774

#076774 #740767 #677407

Analogous Colors of #076774

#076774 #073174 #07744b

Monochromatic Colors of #076774

#076774

Complementary Color

#076774 #741407

#076774 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076774 Color Preview on White Background

Lorem ipsum dolor sit amet.

#076774 Color CSS Codes

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

#076774 Text Font Color

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

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


#076774 Background Color

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

This div background color is #076774


#076774 Border Color

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

This div border color is #076774


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076774


Comments

No comments written yet.

Please login to write comment.