Color Hex Logo

#769088 Color Hex

#769088
(118,144,136)
0 Favorites   0 Comments

Color spaces of #769088

RGB 118144136
HSL0.450.100.51
HSV162°18°56°
CMYK 0.180.000.06   0.44
XYZ21.888425.575627.0755
Yxy25.57560.29360.3431
Hunter Lab50.5723-11.24433.6578
CIE-Lab57.6320-10.90421.1841

#769088 color RGB value is (118,144,136).

#769088 hex color red value is 118, green value is 144 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #769088 hue: 0.45 , saturation: 0.10 and the lightness value of 769088 is 0.51.

The process color (four color CMYK) of #769088 color hex is 0.18, 0.00, 0.06, 0.44. Web safe color of #769088 is #669999. Color #769088 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010000 10001000
Octal 166 220 210
Decimal 118 144 136
Hex 76 90 88

RGB Percentages of Color #769088

%29.65
%36.18
%34.17

CMYK Percentages of Color #769088

%18
%0
%6
%44

Triadic Colors of #769088

#769088 #887690 #908876

Analogous Colors of #769088

#769088 #768b90 #76907b

Monochromatic Colors of #769088

#769088

Complementary Color

#769088 #90767e

#769088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769088 Color CSS Codes

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

#769088 Text Font Color

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

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


#769088 Background Color

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

This div background color is #769088


#769088 Border Color

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

This div border color is #769088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769088


Comments

No comments written yet.

Please login to write comment.