Color Hex Logo

#077b83 Color Hex

#077B83
(7,123,131)
0 Favorites   0 Comments

Color spaces of #077b83

RGB 7123131
HSL0.510.900.27
HSV184°95°51°
CMYK 0.950.060.00   0.49
XYZ11.267315.849823.9382
Yxy15.84980.22070.3104
Hunter Lab39.8118-19.1527-7.7819
CIE-Lab46.7768-24.9697-12.4733

#077b83 color RGB value is (7,123,131).

#077b83 hex color red value is 7, green value is 123 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #077b83 hue: 0.51 , saturation: 0.90 and the lightness value of 077b83 is 0.27.

The process color (four color CMYK) of #077b83 color hex is 0.95, 0.06, 0.00, 0.49. Web safe color of #077b83 is #006699. Color #077b83 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111011 10000011
Octal 7 173 203
Decimal 7 123 131
Hex 7 7B 83

RGB Percentages of Color #077b83

%2.68
%47.13
%50.19

CMYK Percentages of Color #077b83

%95
%6
%0
%49

Triadic Colors of #077b83

#077b83 #83077b #7b8307

Analogous Colors of #077b83

#077b83 #073d83 #07834d

Monochromatic Colors of #077b83

#077b83

Complementary Color

#077b83 #830f07

#077b83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077b83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#077b83 Color CSS Codes

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

#077b83 Text Font Color

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

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


#077b83 Background Color

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

This div background color is #077b83


#077b83 Border Color

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

This div border color is #077b83


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,123,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #077b83; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #077b83;
  -webkit-box-shadow: 1px 1px 3px 2px #077b83;
  box-shadow:         1px 1px 3px 2px #077b83; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077b83


Comments

No comments written yet.

Please login to write comment.