Color Hex Logo

#769293 Color Hex

#769293
(118,146,147)
2 Favorites   0 Comments

Color spaces of #769293

RGB 118146147
HSL0.510.120.52
HSV182°20°58°
CMYK 0.200.010.00   0.42
XYZ23.016626.515931.5087
Yxy26.51590.28400.3272
Hunter Lab51.4936-10.3279-0.2338
CIE-Lab58.5235-9.5694-3.7990

#769293 color RGB value is (118,146,147).

#769293 hex color red value is 118, green value is 146 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #769293 hue: 0.51 , saturation: 0.12 and the lightness value of 769293 is 0.52.

The process color (four color CMYK) of #769293 color hex is 0.20, 0.01, 0.00, 0.42. Web safe color of #769293 is #669999. Color #769293 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010010 10010011
Octal 166 222 223
Decimal 118 146 147
Hex 76 92 93

RGB Percentages of Color #769293

%28.71
%35.52
%35.77

CMYK Percentages of Color #769293

%20
%1
%0
%42

Triadic Colors of #769293

#769293 #937692 #929376

Analogous Colors of #769293

#769293 #768493 #769386

Monochromatic Colors of #769293

#769293

Complementary Color

#769293 #937776

#769293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769293 Color CSS Codes

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

#769293 Text Font Color

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

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


#769293 Background Color

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

This div background color is #769293


#769293 Border Color

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

This div border color is #769293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769293

#769293 Color Palettes


Comments

No comments written yet.

Please login to write comment.