Color Hex Logo

#769195 Color Hex

#769195
(118,145,149)
0 Favorites   0 Comments

Color spaces of #769195

RGB 118145149
HSL0.520.130.52
HSV188°21°58°
CMYK 0.210.030.00   0.42
XYZ23.021426.272332.2915
Yxy26.27230.28220.3220
Hunter Lab51.2565-9.5272-1.4730
CIE-Lab58.2946-8.5610-5.2803

#769195 color RGB value is (118,145,149).

#769195 hex color red value is 118, green value is 145 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #769195 hue: 0.52 , saturation: 0.13 and the lightness value of 769195 is 0.52.

The process color (four color CMYK) of #769195 color hex is 0.21, 0.03, 0.00, 0.42. Web safe color of #769195 is #669999. Color #769195 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010001 10010101
Octal 166 221 225
Decimal 118 145 149
Hex 76 91 95

RGB Percentages of Color #769195

%28.64
%35.19
%36.17

CMYK Percentages of Color #769195

%21
%3
%0
%42

Triadic Colors of #769195

#769195 #957691 #919576

Analogous Colors of #769195

#769195 #768295 #76958a

Monochromatic Colors of #769195

#769195

Complementary Color

#769195 #957a76

#769195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769195 Color CSS Codes

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

#769195 Text Font Color

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

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


#769195 Background Color

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

This div background color is #769195


#769195 Border Color

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

This div border color is #769195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769195


Comments

No comments written yet.

Please login to write comment.