Color Hex Logo

#769582 Color Hex

#769582
(118,149,130)
0 Favorites   0 Comments

Color spaces of #769582

RGB 118149130
HSL0.400.130.52
HSV143°21°58°
CMYK 0.210.000.13   0.42
XYZ22.247926.958125.1499
Yxy26.95810.29920.3626
Hunter Lab51.9212-14.37607.6256
CIE-Lab58.9355-14.85416.4867

#769582 color RGB value is (118,149,130).

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

The process color (four color CMYK) of #769582 color hex is 0.21, 0.00, 0.13, 0.42. Web safe color of #769582 is #669999. Color #769582 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110110 10010101 10000010
Octal 166 225 202
Decimal 118 149 130
Hex 76 95 82

RGB Percentages of Color #769582

%29.72
%37.53
%32.75

CMYK Percentages of Color #769582

%21
%0
%13
%42

Triadic Colors of #769582

#769582 #827695 #958276

Analogous Colors of #769582

#769582 #769592 #7a9576

Monochromatic Colors of #769582

#769582

Complementary Color

#769582 #957689

#769582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#769582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#769582 Color CSS Codes

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

#769582 Text Font Color

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

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


#769582 Background Color

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

This div background color is #769582


#769582 Border Color

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

This div border color is #769582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #769582


Comments

No comments written yet.

Please login to write comment.