Color Hex Logo

#769097 Color Hex

#769097
(118,144,151)
0 Favorites   0 Comments

Color spaces of #769097

RGB 118144151
HSL0.540.140.53
HSV193°22°59°
CMYK 0.220.050.00   0.41
XYZ23.030426.032433.0891
Yxy26.03240.28030.3169
Hunter Lab51.0220-8.7167-2.7358
CIE-Lab58.0678-7.5427-6.7606

#769097 color RGB value is (118,144,151).

#769097 hex color red value is 118, green value is 144 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #769097 hue: 0.54 , saturation: 0.14 and the lightness value of 769097 is 0.53.

The process color (four color CMYK) of #769097 color hex is 0.22, 0.05, 0.00, 0.41. Web safe color of #769097 is #669999. Color #769097 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010000 10010111
Octal 166 220 227
Decimal 118 144 151
Hex 76 90 97

RGB Percentages of Color #769097

%28.57
%34.87
%36.56

CMYK Percentages of Color #769097

%22
%5
%0
%41

Triadic Colors of #769097

#769097 #977690 #909776

Analogous Colors of #769097

#769097 #768097 #76978e

Monochromatic Colors of #769097

#769097

Complementary Color

#769097 #977d76

#769097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769097 Color CSS Codes

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

#769097 Text Font Color

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

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


#769097 Background Color

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

This div background color is #769097


#769097 Border Color

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

This div border color is #769097


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(118,144,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #769097; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #769097;
  -webkit-box-shadow: 1px 1px 3px 2px #769097;
  box-shadow:         1px 1px 3px 2px #769097; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(118,144,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769097


Comments

No comments written yet.

Please login to write comment.